-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How LiteDB Works
Mauricio David edited this page Mar 15, 2015
·
17 revisions
- database structures overview (pages, services)
- Document Growth
- file format
- database info
- transactions
- herança LiteDatabase
- user versions
- concurrence
- avoid dirty read
- concurrent read/write
- lock database / transaction
- windows locks - 250ms
- journaling
- recovery
- on open database
- journal file
- limit and sizes (page-size, index-per-collection, document-size)
- connection string
- thread safe?
Data Modeling
- Data Structure
- BsonDocument
- Object Mapping
- Relationships with Document References
- Collections
- FileStorage
Index
Query
Database
Version 4 changes
Shell