diff --git a/src/pypi_data/cli.py b/src/pypi_data/cli.py index bf756d2a..ee337b5a 100644 --- a/src/pypi_data/cli.py +++ b/src/pypi_data/cli.py @@ -180,7 +180,7 @@ def run_sql( conn.execute(f"PRAGMA profiling_output='{db}/profile.json';") print(f"PRAGMA profile_output='{db}/profile.json';") # sql = f'EXPLAIN ANALYZE ({sql})' - #conn.execute(f"SET enable_progress_bar=true;") + conn.execute(f"SET preserve_insertion_order=false;") if not no_limits: limits = f"PRAGMA threads={threads}; PRAGMA memory_limit='{memory}GB';" conn.executemany(limits)