You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an index to SSTable that provides a file offset to start searching from, instead of doing a linear scan everytime. The implementation depends on the file format designed in #20.
Add an index to
SSTablethat provides a file offset to start searching from, instead of doing a linear scan everytime. The implementation depends on the file format designed in #20.