rosedblabs / rosedb

Lightweight, fast and reliable key/value storage engine based on Bitcask.

Home Page:https://rosedblabs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on disk index

roseduan opened this issue · comments

The index IRadix will take too much memory, I am going to find some approachs based on disk, like a hashtable.

commented

Index on disk? Wouldn't random reads and writes to disk slow down access tremendously?

Index on disk? Wouldn't random reads and writes to disk slow down access tremendously?

It depends on how we design and implement it, it may slow down the read and write performance, but it will save much memory to store more data.