0

Anybody knows if there is an option to set the RavenDB's storage initial size for the ESENT?
For VORON it should be, according to this site - Raven/Voron/InitialSize.

Thanks

1 Answers1

1

There are a few settings that control this:

  • Raven/Esent/DbExtensionSize - By how much the db will grow, and its initial size.
  • Raven/Esent/LogFileSize - The size of the transaction logs
Ayende Rahien
  • 22,925
  • 1
  • 36
  • 41