From e9e849263857031d28d545a7f96a467d77bd0090 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Thu, 27 Jul 2023 00:39:33 +0100 Subject: [PATCH] enable --- src/pypi_data/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: