Apache Pinot

Amit Singh Rathore
Dev Genius
Published in
4 min readMar 30, 2024

--

Real time analytics at scale

Pinot is a distributed low latency OLAP data store. It is optimized for analytical workload on immutable append-only data. It has following features:

  • column oriented modern OLAP solution
  • Supports variety of indexes — inverted index, star tree index, text index, range index, forward index
  • SQL like query interface
  • Support for Upserts
  • Near Realtime ingestion

--

--