|
|
|
|
|
by hcles
5234 days ago
|
|
My experience with their B+ Tree database is that when your database size hits a Gb or more, closing the database can take up to 10mins or more (depending on writes queued), and opening a database that was not closed correctly rebuilds the entire database. I've not found any such limitations with LevelDB |
|