(no title)
PedroBatista | 1 month ago
Even if they don't understand what ES is and what a "normal" database is, I'm sure some of those people run into issues where their "db" got either corrupted of lost data even when testing and building their system around it. This is and was general knowledge at the time, it was no secret that from time to time things got corrupted and indexes needed to be rebuilt.
Doesn't happen all the time, but way greater than zero times and it's understandable because Lucene is not a DB engine or "DB grade" storage engine, they had other more important things to solve in their domain.
So when I read stories of data loss and things going South, I don't have sympathy for anyone involved other than the unsuspecting final clients. These people knew or more or less knew and choose to ignore and be lazy.
kentm|1 month ago
I agree.
Its been a while since I touched it, but as far as I can remember ES has never pretended to be your primary store of information. It was mostly juniors that reached for it for transaction processing, and I had to disabuse them of the notion that it was fit for purpose there.
ES is for building a searchable replica of your data. Every ES deployment I made or consulted sourced its data from some other durable store, and the only thing that wrote to it were replication processes or backfills.
WASDx|1 month ago
wdfx|1 month ago
vjerancrnjak|1 month ago
Best example is IoT marketing, as if it can handle the load without bazillion shards, and since when does a text engine want telemetry
YetAnotherNick|1 month ago
> things got corrupted and indexes needed to be rebuilt.
How is postgres and elastic any different here?
dfunckt|1 month ago
gloryjulio|1 month ago
simianwords|1 month ago
these new data stores don't usually require that level of durability or reliability.