Removed slow tests [skip ci]

This commit is contained in:
Andrew Kane
2026-07-01 16:05:53 -07:00
parent 30d8654b47
commit 89fda3e100
6 changed files with 0 additions and 28 deletions

View File

@@ -34,10 +34,6 @@ DROP TABLE t;
-- memory
CREATE TABLE t (val bit(64000));
CREATE INDEX ON t USING ivfflat (val bit_hamming_ops) WITH (lists = 32768);
DROP TABLE t;
SET maintenance_work_mem = '1MB';
CREATE TABLE t (val bit(64000));
CREATE INDEX ON t USING ivfflat (val bit_hamming_ops);