Skip to content

Commit

Permalink
Document what this does
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Nov 15, 2022
1 parent ab3bb4d commit 8fd9d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions duckdb-parquet/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
print(query)

con = duckdb.connect(database="my-db.duckdb", read_only=False)
# enable parquet metadata cache
con.execute("PRAGMA enable_object_cache")

for try_num in range(3):
Expand Down

0 comments on commit 8fd9d90

Please sign in to comment.