mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 08:06:54 +08:00
Reduced index size
This commit is contained in:
@@ -38,6 +38,7 @@ $node->safe_psql("postgres",
|
||||
|
||||
# Check size
|
||||
my $new_size = $node->safe_psql("postgres", "SELECT pg_total_relation_size('tst_v_idx');");
|
||||
is($size, $new_size, "size does not change");
|
||||
# TODO Improve
|
||||
cmp_ok($new_size, "<=", $size * 1.75, "size does not increase too much");
|
||||
|
||||
done_testing();
|
||||
|
||||
Reference in New Issue
Block a user