mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 22:56:55 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -34,7 +34,7 @@ $node->pgbench(
|
|||||||
|
|
||||||
sub idx_scan
|
sub idx_scan
|
||||||
{
|
{
|
||||||
# stats do not update instantaneously
|
# Stats do not update instantaneously
|
||||||
# https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-STATS-VIEWS
|
# https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-STATS-VIEWS
|
||||||
sleep(1);
|
sleep(1);
|
||||||
$node->safe_psql("postgres", "SELECT pg_stat_clear_snapshot();");
|
$node->safe_psql("postgres", "SELECT pg_stat_clear_snapshot();");
|
||||||
|
|||||||
Reference in New Issue
Block a user