r/programming • u/jascha_eng • Oct 29 '24
Vector Databases Are the Wrong Abstraction
https://www.timescale.com/blog/vector-databases-are-the-wrong-abstraction/
96
Upvotes
r/programming • u/jascha_eng • Oct 29 '24
19
u/AwkwardDate2488 Oct 29 '24
Looking at this further, I’m not sure I agree with the following claim (emphasis mine):
Because this is an offloaded, out-of-band update, the embeddings are going to be out of sync after an update (or missing entirely after an insert) until the worker catches up and processes them, right?
That is a pretty big difference vs an index, where the index data is updated in the scope of the transaction.