|
|
|
|
|
by AlexAltea
1227 days ago
|
|
Related: Meilisearch v1.0.0 release two days ago: https://news.ycombinator.com/item?id=34707727 I have been following these two libraries (Manticore and Meilisearch) very closely. Their simplicity, portability and performance gains over Elasticsearch are impressive. Since two days ago, I am creating Python bindings for the core search engine of each of these two libraries, starting with https://github.com/AlexAltea/milli-py.
Getting extreme performance, but as an embedded/self-contained package (basically same goals as SQLite). |
|
Grapana Loki advertises lower resource requirement, but it's just a disk storage system. Any query will read everyrhing from disk.
The Elasticsearch has big RAM requirements if you create a lot of indexes of course. You can't have something more quick than indexes, and you can't have lower resource requirements without having fewer indexes.