-
Notifications
You must be signed in to change notification settings - Fork 12
List of Ideas
lkairies edited this page Jun 12, 2014
·
1 revision
This page describes on-going design discussions, new feature ideas, ...
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.
Idea: allow snapshots to be written to disk with an alternative order, filter, aggregation, group by, apply f for each record (map).