We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c98a2d commit b87552bCopy full SHA for b87552b
examples/bulk_loading.py
@@ -38,7 +38,8 @@
38
print('\nSuccess!')
39
40
# create any indexes *after* loading initial data (skipping for this example)
41
-if False:
+create_index = False
42
+if create_index:
43
print('Creating index')
44
conn.execute("SET maintenance_work_mem = '8GB'")
45
conn.execute('SET max_parallel_maintenance_workers = 7')
0 commit comments