Skip to content

Commit

Permalink
Don't preserve order?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 2, 2023
1 parent 05f8835 commit c276971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c276971

Please sign in to comment.