HackerTrans
TopNewTrendsCommentsPastAskShowJobs

baur

no profile record

comments

baur
·vor 2 Jahren·discuss
CrateDB might be a good fit for full text and vector search (it’s SQL database but has dedicated clauses for FT and VS).

Curious how do you use PG for key/value and queue - do you use regular tables or some specific extensions?

I can imagine kv being a table with primary key on “key” and for queue a table with generated timestamp, indexed by this column and peek/add utilising that index.
baur
·vor 3 Jahren·discuss
Yep, CrateDB is not ACID but has eventual consistency at the row level.

I think for some use cases it's fine that some inserts are not visible in search results immediately. Also, once could tweak refresh_interval or use explicit refresh for "must be visible" inserts.
baur
·vor 3 Jahren·discuss
[dead]