mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 22:56:55 +08:00
Added comment to IVFFlat vacuuming test [skip ci]
This commit is contained in:
@@ -21,6 +21,7 @@ $node->safe_psql("postgres",
|
|||||||
);
|
);
|
||||||
$node->safe_psql("postgres", "CREATE INDEX ON tst USING ivfflat (v vector_l2_ops) WITH (lists = 10);");
|
$node->safe_psql("postgres", "CREATE INDEX ON tst USING ivfflat (v vector_l2_ops) WITH (lists = 10);");
|
||||||
|
|
||||||
|
# Test no errors
|
||||||
$node->pgbench(
|
$node->pgbench(
|
||||||
"--no-vacuum --client=5 --transactions=1500",
|
"--no-vacuum --client=5 --transactions=1500",
|
||||||
0,
|
0,
|
||||||
|
|||||||
Reference in New Issue
Block a user