File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ EXPLAIN (costs off)
120
120
SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
121
121
SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
122
122
123
+ SET enable_bitmapscan= OFF;
124
+
123
125
EXPLAIN (costs off)
124
126
SELECT id FROM test_int4_h_o WHERE t @@ ' wr&qh' AND id <= 400 ORDER BY id;
125
127
SELECT id FROM test_int4_h_o WHERE t @@ ' wr&qh' AND id <= 400 ORDER BY id;
@@ -133,8 +135,6 @@ CREATE INDEX test_int4_h_a_idx ON test_int4_h_a USING rum
133
135
(t rum_tsvector_hash_addon_ops, id)
134
136
WITH (attach = ' id' , to = ' t' , order_by_attach= ' t' );
135
137
136
- SET enable_bitmapscan= OFF;
137
-
138
138
EXPLAIN (costs off)
139
139
SELECT count (* ) FROM test_int4_h_a WHERE id < 400 ;
140
140
SELECT count (* ) FROM test_int4_h_a WHERE id < 400 ;
Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ EXPLAIN (costs off)
120
120
SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
121
121
SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
122
122
123
+ SET enable_bitmapscan= OFF;
124
+
123
125
EXPLAIN (costs off)
124
126
SELECT id FROM test_int8_h_o WHERE t @@ ' wr&qh' AND id <= 400 ::int8 ORDER BY id;
125
127
SELECT id FROM test_int8_h_o WHERE t @@ ' wr&qh' AND id <= 400 ::int8 ORDER BY id;
@@ -133,8 +135,6 @@ CREATE INDEX test_int8_h_a_idx ON test_int8_h_a USING rum
133
135
(t rum_tsvector_hash_addon_ops, id)
134
136
WITH (attach = ' id' , to = ' t' , order_by_attach= ' t' );
135
137
136
- SET enable_bitmapscan= OFF;
137
-
138
138
EXPLAIN (costs off)
139
139
SELECT count (* ) FROM test_int8_h_a WHERE id < 400 ::int8;
140
140
SELECT count (* ) FROM test_int8_h_a WHERE id < 400 ::int8;
You can’t perform that action at this time.
0 commit comments