pmwkaa / ioarena

Embedded storage benchmarking tool
Other
130 stars 22 forks source link

Fixed ForestDB driver #15

Closed snej closed 8 years ago

snej commented 8 years ago
pmwkaa commented 8 years ago

thanks!

snej commented 8 years ago

FYI, performance of ForestDB on my MacBook Pro, with the batch benchmark is about 2x LevelDB, but only ⅓ the speed of LMDB. (LMDB is insane.)

The other benchmarks are IMHO unrealistic because they make only one or two writes per transaction. (ForestDB has a fairly high cost of committing a transaction.) But I'm willing to believe that somebody has use cases that have to perform tiny transactions like that...