Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.02 KB

2019-12-11-216.mdx

File metadata and controls

30 lines (22 loc) · 1.02 KB
title date draft tags summary
today we are going to share a new paper about druid
2019-12-11
false
paper
pdf
Hi all, today we are going to share a new paper about druid. http://static.druid.io/docs/druid.pdf It's related to the previous share about scuba. They are all column-oriented database storage. Like scuba, The Druid database also has an in-memory data storage strategy.

Content

Hi all today we are going to share a new paper about druid.

http://static.druid.io/docs/druid.pdf

It's related to the previous share about scuba. They are all column-oriented database storage. Like scuba, The Druid database also has an in-memory data storage strategy.

Highlights:

  1. Database module roles. (include Real-time node, Historical Nodes, Broker Nodes, Coordinator Nodes)
  2. A complex but very useful time window design for storage "segment" in memory.
  3. read data from Kafka and can be query in multiple hundred milliseconds after event happen.

Link Preview