Package io.vena.bosk.drivers.mongo
Interface MongoDriverSettings.DatabaseFormat
- All Known Implementing Classes:
MongoDriverSettings.SequoiaFormat,PandoFormat
- Enclosing class:
- MongoDriverSettings
public static sealed interface MongoDriverSettings.DatabaseFormat
permits MongoDriverSettings.SequoiaFormat, PandoFormat
-
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.
-