|
|
|
|
|
by hobs
988 days ago
|
|
After spending the last six months working with a vector database I qualified postgres with its vector extensions this morning and I am trying to toss out everything else. The operational pains if you need to self host this stuff are real, split brain, backup/restore not really considered (compared to a normal databases features), things like replication and sharding _exist_ but often are a buggy mess. OLAP is definitely distinct from OLTP, and most of these vector queries have some aspect of both - they are similar to OLAP in that they need a decent amount of preprocessing to be useful (inferrence) and they are similar to OLTP in that they are often used for serving point queries or tiny lookups. |
|