paradedb.score(<key_field>)
function can be added to any query where an @@@
operator is present.
paradedb.score()
, while returning paradedb.score()
in the query’s target
list defeat the “top N” optimization. The results will still be sorted by the specified field, but not as efficiently.mock_items
with orders
,
which were both created in the quickstart.
VACUUM
process.
Running VACUUM
on the underlying table will remove all dead rows from the index and ensures that only rows visible to the current
transaction are factored into the BM25 score.