Replies: 9 comments 39 replies
|
Using -- EXPLAIN ANALYZE
SELECT
id,
array_length(pdb.snippet_positions(message),1) AS num,
UNNEST(pdb.snippets(message, max_num_chars => 15)),
pdb.score(b.id)
FROM benchmark_logs as b
WHERE message @@@ 'research about' AND country @@@ 'Canada'
LIMIT 10; |
0 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment was marked as duplicate.
This comment was marked as duplicate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This discussion acts as a collection point for query shapes that ParadeDB does not support yet. If you've reached this discussion via an error message, then we're very sorry for the trouble!
Please look for other queries with similar "shapes" to the query that you were trying to run.
EXPLAINdirectly in the descriptionThank you!
All reactions