input-output-hk / iodb

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

Allow non mmap files for Windows #8

Closed jankotek closed 7 years ago

jankotek commented 7 years ago

Memory mapped files have some issues on Windows. If mmap handle is not correctly released (JVM crashes, store was not closed) the files can not be deleted until after Windows reboots.

IODB needs an option to operate on top of regular RandomAccessFile or FileChannel