|
|
|
|
|
by rakoo
4350 days ago
|
|
It seems like SIREn is optimized for highly nested documents. One of the best use cases for Elasticsearch is log analysis, where 1 log event has little to no nesting (at most a few tags). How does SIREn evaluate in these cases ? |
|
SIREn makes sense for any document with 1..* nested relations. The performance boost is proportional to the number of nested objects.
Further, SIREn also is truly schemaless. Which means that the type for a property can be different in different documents. Something that is likely to happen in complex scenarios.
ps : I work for siren.solutions.