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
lkairies edited this page Jun 12, 2014
·
1 revision
Introduction
This page describes on-going design discussions, new feature ideas, ...
Bloom-filter to reduce disk seeks
Idea: Add a bloom-filter to the on-disk index to avoid disk seeks when a key doesnt existin the index. This is an optimization that mostly depends on the workload, but it is assumed that the disk will limit the system performance at high load making this worthwhile.