Feature Request
What is the purpose of the feature?
The way how the current MongoDB model schema looks is very inefficient. It's hard to scale and due to mapping each event to document the number of file descriptors grows to thousands. After having few sessions with the MongoDB team the goal is to improve the schema by changing it to a bucket pattern.
What specific challenge does this feature solve?
Scalability, footprint, and performance improvements.
What alternatives did I consider?
None
Feature Request
What is the purpose of the feature?
The way how the current MongoDB model schema looks is very inefficient. It's hard to scale and due to mapping each event to document the number of file descriptors grows to thousands. After having few sessions with the MongoDB team the goal is to improve the schema by changing it to a bucket pattern.
What specific challenge does this feature solve?
Scalability, footprint, and performance improvements.
What alternatives did I consider?
None