add remove split language chart show hidden hide
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
version
PostgreSQL 17.2 (Debian 17.2-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
SELECT 1
CREATE TABLE
CREATE INDEX
INSERT 0 3
QUERY PLAN
Aggregate (cost=19.57..19.58 rows=1 width=8)
  -> Bitmap Heap Scan on benchmark_logs (cost=8.59..19.55 rows=6 width=0)
        Recheck Cond: (to_tsvector('english'::regconfig, message) @@ '''research'''::tsquery)
        -> Bitmap Index Scan on idx_gin_logs_message_tsvector (cost=0.00..8.58 rows=6 width=0)
              Index Cond: (to_tsvector('english'::regconfig, message) @@ '''research'''::tsquery)
EXPLAIN