Currently, both MemoryIndex and IndexFormat supports only 8 - byte key hashes. We need support for larger hashes ( 16, 32 bytes at least) to reduce read range operations I/O in file - based caches. This will allow us to avoid 1 I/O operation to read a key from disk.
Currently, both
MemoryIndex
andIndexFormat
supports only 8 - byte key hashes. We need support for larger hashes ( 16, 32 bytes at least) to reduce read range operations I/O in file - based caches. This will allow us to avoid 1 I/O operation to read a key from disk.