Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 249 Bytes

snapshot-mongodb-adapter

MongoDB Adapter for the Snapshot Store

Indexing

For faster access to the snapshots, it's recommended to index the metadata.

For example:

db.user_snapshot.files.createIndex({aggregate_type: 1, aggregate_id: 1});