You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
currently we query like this (implicitly). The problem with this is that any indexes on auction_lot will not/cannot be used, and FTS virtual tables cannot index anything other than text.
flowchart LR
query <--> auction_lot_fts <--> auction_lot
Loading
Instead, we should likely do something like this with a join
currently we query like this (implicitly). The problem with this is that any indexes on auction_lot will not/cannot be used, and FTS virtual tables cannot index anything other than text.
Instead, we should likely do something like this with a join
The text was updated successfully, but these errors were encountered: