|
|
|
|
|
by dozzie
2932 days ago
|
|
> Elasticsearch is incredibly deep, and highly performant For some value of "highly performant". I remember its search (exact substring
match) being significantly slower than simply running grep on the same data
(JSON documents produced from syslog logs) stored in flat files. It did have several advantages over grep in that scenario (e.g. having
a structured language and being accessible for other programs through
network), but performance was not one of them. |
|