|
|
|
|
|
by alanwli
680 days ago
|
|
Always great to see Postgres-based alternatives. One clarification question - the blog post lists "lack of ACID transactions and MVCC can lead to data inconsistencies and loss, while its lack of relational properties and real-time consistency makes many database queries challenging" as the bad for ElasticSearch. What is pg_bm25's consistency model? It had been mentioned previously as offering "weak consistency" [0], which I interpret to have the same problems with transactions, MVCC, etc? [0]: https://news.ycombinator.com/item?id=37864089 |
|