Skip to content

Apache Pinot

Pinot is a distributed low latency OLAP data store. It is optimized for analytical workload on immutable append-only data. It has the 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

References