File tree 5 files changed +0
-21
lines changed
Filter options
5 files changed +0
-21
lines changed
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ SELECT id FROM test_int4_o WHERE t @@ 'wr&qh' AND id >= 400 ORDER BY id;
145
145
146
146
RESET enable_indexscan;
147
147
RESET enable_indexonlyscan;
148
- RESET enable_bitmapscan;
149
148
SET enable_seqscan = off;
150
149
EXPLAIN (costs off)
151
150
SELECT id, id <=> 400 FROM test_int4_o WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LIMIT 5;
@@ -258,7 +257,6 @@ CREATE TABLE test_int4_a AS SELECT id::int4, t FROM tsts;
258
257
CREATE INDEX test_int4_a_idx ON test_int4_a USING rum
259
258
(t rum_tsvector_addon_ops, id)
260
259
WITH (attach = 'id', to = 't', order_by_attach='t');
261
- SET enable_bitmapscan=OFF;
262
260
EXPLAIN (costs off)
263
261
SELECT count(*) FROM test_int4_a WHERE id < 400;
264
262
QUERY PLAN
@@ -448,7 +446,6 @@ SELECT id FROM test_int4_h_o WHERE t @@ 'wr&qh' AND id >= 400 ORDER BY id;
448
446
449
447
RESET enable_indexscan;
450
448
RESET enable_indexonlyscan;
451
- RESET enable_bitmapscan;
452
449
SET enable_seqscan = off;
453
450
EXPLAIN (costs off)
454
451
SELECT id, id <=> 400 FROM test_int4_h_o WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LIMIT 5;
@@ -510,7 +507,6 @@ SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ 'wr&qh' ORDER BY id |=> 400
510
507
458 | 58
511
508
(5 rows)
512
509
513
- SET enable_bitmapscan=OFF;
514
510
EXPLAIN (costs off)
515
511
SELECT id FROM test_int4_h_o WHERE t @@ 'wr&qh' AND id <= 400 ORDER BY id;
516
512
QUERY PLAN
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ SELECT id FROM test_int8_o WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id;
145
145
146
146
RESET enable_indexscan;
147
147
RESET enable_indexonlyscan;
148
- RESET enable_bitmapscan;
149
148
SET enable_seqscan = off;
150
149
EXPLAIN (costs off)
151
150
SELECT id, id <=> 400 FROM test_int8_o WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LIMIT 5;
@@ -258,7 +257,6 @@ CREATE TABLE test_int8_a AS SELECT id::int8, t FROM tsts;
258
257
CREATE INDEX test_int8_a_idx ON test_int8_a USING rum
259
258
(t rum_tsvector_addon_ops, id)
260
259
WITH (attach = 'id', to = 't', order_by_attach='t');
261
- SET enable_bitmapscan=OFF;
262
260
EXPLAIN (costs off)
263
261
SELECT count(*) FROM test_int8_a WHERE id < 400::int8;
264
262
QUERY PLAN
@@ -448,7 +446,6 @@ SELECT id FROM test_int8_h_o WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id
448
446
449
447
RESET enable_indexscan;
450
448
RESET enable_indexonlyscan;
451
- RESET enable_bitmapscan;
452
449
SET enable_seqscan = off;
453
450
EXPLAIN (costs off)
454
451
SELECT id, id <=> 400 FROM test_int8_h_o WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LIMIT 5;
@@ -510,7 +507,6 @@ SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ 'wr&qh' ORDER BY id |=> 400
510
507
458 | 58
511
508
(5 rows)
512
509
513
- SET enable_bitmapscan=OFF;
514
510
EXPLAIN (costs off)
515
511
SELECT id FROM test_int8_h_o WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id;
516
512
QUERY PLAN
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ SELECT id FROM test_int8_o WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id;
130
130
131
131
RESET enable_indexscan;
132
132
RESET enable_indexonlyscan;
133
- RESET enable_bitmapscan;
134
133
SET enable_seqscan = off;
135
134
EXPLAIN (costs off)
136
135
SELECT id, id <=> 400 FROM test_int8_o WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LIMIT 5;
@@ -413,7 +412,6 @@ SELECT id FROM test_int8_h_o WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id
413
412
414
413
RESET enable_indexscan;
415
414
RESET enable_indexonlyscan;
416
- RESET enable_bitmapscan;
417
415
SET enable_seqscan = off;
418
416
EXPLAIN (costs off)
419
417
SELECT id, id <=> 400 FROM test_int8_h_o WHERE t @@ 'wr&qh' ORDER BY id <=> 400 LIMIT 5;
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ SELECT id FROM test_int4_o WHERE t @@ 'wr&qh' AND id >= 400 ORDER BY id;
40
40
41
41
RESET enable_indexscan;
42
42
RESET enable_indexonlyscan;
43
- RESET enable_bitmapscan;
44
43
SET enable_seqscan = off;
45
44
46
45
EXPLAIN (costs off)
@@ -66,8 +65,6 @@ CREATE INDEX test_int4_a_idx ON test_int4_a USING rum
66
65
(t rum_tsvector_addon_ops, id)
67
66
WITH (attach = ' id' , to = ' t' , order_by_attach= ' t' );
68
67
69
- SET enable_bitmapscan= OFF;
70
-
71
68
EXPLAIN (costs off)
72
69
SELECT count (* ) FROM test_int4_a WHERE id < 400 ;
73
70
SELECT count (* ) FROM test_int4_a WHERE id < 400 ;
@@ -107,7 +104,6 @@ SELECT id FROM test_int4_h_o WHERE t @@ 'wr&qh' AND id >= 400 ORDER BY id;
107
104
108
105
RESET enable_indexscan;
109
106
RESET enable_indexonlyscan;
110
- RESET enable_bitmapscan;
111
107
SET enable_seqscan = off;
112
108
113
109
EXPLAIN (costs off)
@@ -120,8 +116,6 @@ EXPLAIN (costs off)
120
116
SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
121
117
SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
122
118
123
- SET enable_bitmapscan= OFF;
124
-
125
119
EXPLAIN (costs off)
126
120
SELECT id FROM test_int4_h_o WHERE t @@ ' wr&qh' AND id <= 400 ORDER BY id;
127
121
SELECT id FROM test_int4_h_o WHERE t @@ ' wr&qh' AND id <= 400 ORDER BY id;
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ SELECT id FROM test_int8_o WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id;
40
40
41
41
RESET enable_indexscan;
42
42
RESET enable_indexonlyscan;
43
- RESET enable_bitmapscan;
44
43
SET enable_seqscan = off;
45
44
46
45
EXPLAIN (costs off)
@@ -66,8 +65,6 @@ CREATE INDEX test_int8_a_idx ON test_int8_a USING rum
66
65
(t rum_tsvector_addon_ops, id)
67
66
WITH (attach = ' id' , to = ' t' , order_by_attach= ' t' );
68
67
69
- SET enable_bitmapscan= OFF;
70
-
71
68
EXPLAIN (costs off)
72
69
SELECT count (* ) FROM test_int8_a WHERE id < 400 ::int8;
73
70
SELECT count (* ) FROM test_int8_a WHERE id < 400 ::int8;
@@ -107,7 +104,6 @@ SELECT id FROM test_int8_h_o WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id
107
104
108
105
RESET enable_indexscan;
109
106
RESET enable_indexonlyscan;
110
- RESET enable_bitmapscan;
111
107
SET enable_seqscan = off;
112
108
113
109
EXPLAIN (costs off)
@@ -120,7 +116,6 @@ EXPLAIN (costs off)
120
116
SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
121
117
SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
122
118
123
- SET enable_bitmapscan= OFF;
124
119
125
120
EXPLAIN (costs off)
126
121
SELECT id FROM test_int8_h_o WHERE t @@ ' wr&qh' AND id <= 400 ::int8 ORDER BY id;
You can’t perform that action at this time.
0 commit comments