input-output-hk / iodb

Multiversioned key-value database, especially useful for blockchain
Creative Commons Zero v1.0 Universal
95 stars 13 forks source link

FileChannel is slow, use memory mapped files and unsafe #31

Open jankotek opened 6 years ago

jankotek commented 6 years ago

Store#get() is slowed down by FileChannel random seeks. We should add Memory Mapped Files to speedup get operations.