Skip to content

Switch for enablig/disabling typeName (entity) index in MongoDB #519

@croffler

Description

@croffler

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions