The mongoSchemaManager drops the following index on startup:
dropIndexIfExists(snapshots, GLOBAL_ID_ENTITY);
To speed up some of my queries I created an index on globalId.entity. Unfortunately every time I restart my app the index gets dropped.
Can this made configurable, to drop or not to drop ?