diff --git a/src/pypi_data/cli.py b/src/pypi_data/cli.py index 81c8fd34..b4e6fe65 100644 --- a/src/pypi_data/cli.py +++ b/src/pypi_data/cli.py @@ -120,7 +120,7 @@ def print_thread(): duckdb.execute("PRAGMA EXPLAIN_OUTPUT='ALL';") duckdb.executemany(f"PRAGMA threads=4; " f"PRAGMA memory_limit='2GB'; " - f"PRAGMA enable_profiling='query_tree_optimizer';" + f"PRAGMA enable_profiling;" f"{sql}", parameters=[parameter] if parameter else []) try: