explain.depesz.com

A tool for finding a real cause for slow queries.

Result: TwLw

options
exclusive inclusive rows x rows loops node
0.000 0.000 ↓ 0.0

Bitmap Heap Scan on suggestor_item (cost=48.19..127.70 rows=23 width=43) (actual time=.. rows= loops=)

  • Recheck Cond: ((setweight(to_tsvector('english'::regconfig, (COALESCE(name, ''::character varying))::text), 'A'::"char") || setweight(to_tsvector('english'::regconfig, COALESCE(description, ''::text)), 'B'::"char")) @@ '''monkey'''::tsquery)
0.000 0.000 ↓ 0.0

Bitmap Index Scan on textsearch_idx (cost=0.00..48.19 rows=23 width=0) (actual time=.. rows= loops=)

  • Index Cond: ((setweight(to_tsvector('english'::regconfig, (COALESCE(name, ''::character varying))::text), 'A'::"char") || setweight(to_tsvector('english'::regconfig, COALESCE(description, ''::text)), 'B'::"char")) @@ '''monkey'''::tsquery)