Skip to content
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?