We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d828239 commit 8a7040dCopy full SHA for 8a7040d
1 file changed
examples/citus/example.py
@@ -40,9 +40,6 @@
40
for i in range(rows):
41
copy.write_row([embeddings[i], categories[i]])
42
43
- while conn.pgconn.flush() == 1:
44
- pass
45
-
46
print('Creating index in parallel')
47
conn.execute('CREATE INDEX ON items USING hnsw (embedding vector_l2_ops)')
48
0 commit comments