Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
feld (feld@friedcheese.us)'s status on Thursday, 05-Sep-2024 09:03:31 JSTfeld @i @phnt @lain @romin if you want to see what the query looks like it would be something like this
EXPLAIN ANALYZE SELECT o.id FROM objects o WHERE o.data ->> 'content'::text @@ websearch_to_tsquery('english', 'crappy performance') LIMIT 10;
i guess we gotta dig in and figure out why it's misbehaving