Package io.vena.bosk.drivers.mongo
Interface MongoDriverSettings.DatabaseFormat
- All Known Implementing Classes:
PandoFormat
- Enclosing class:
- MongoDriverSettings
public static interface MongoDriverSettings.DatabaseFormat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MongoDriverSettings.DatabaseFormatSimple format that stores the entire bosk state in a single document, and (except forrefirbish) doesn't require any multi-document transactions.
-
Field Details
-
SEQUOIA
Simple format that stores the entire bosk state in a single document, and (except forrefirbish) doesn't require any multi-document transactions.This limits the entire bosk state to 16MB when converted to BSON.
-