HaloDB Embedded Key-Value Storage Engine
Introducing Oak: an Open Source Scalable Key-Value Map for Big Data Analytics

Introducing Oak: an Open Source Scalable Key-Value Map for Big Data Analytics

9/13/2018

What this post added

Introduces OakMap, a new open-source concurrent ordered key-value map designed for big data analytics. Highlights its off-heap memory allocation, two-level on-heap index, and advantages in memory scaling, query speed (scans and lookups), and update speed (data ingestion rate) compared to ConcurrentSkipListMap. Mentions its use in rebuilding Druid's Incremental Index.

Read the original post ↗