== Features ==
*Pinot Ashares similar features with comparable OLAP datastores, such as [[Apache Druid]]. Like Druid, Pinot is a column-oriented database with various compression schemes such as [[Run-length encoding|Run Length]] and [[Variable-length encoding|Fixed Bit Length]]. Pinot supports pluggable [[Database index|indexing technologies]] - Sorted Index, [[Bitmap Index]], [[Inverted index|Inverted Index]], Star-Tree Index, and Range Index, which are what primarily differentiates Pinot from other OLAP datastores.
* Pluggable [[Database index|indexing technologies]] - Sorted Index, [[Bitmap Index]], [[Inverted index|Inverted Index]], Star-Tree Index, Range Index
*Pinot Nearsupports near real-time ingestion from streams such as [[Apache Kafka|Kafka]], [[AWS]] Kinesis and [[Batch processing|batch]] ingestion from sources such as [[Hadoop]], [[Amazon S3|S3]], [[Microsoft Azure|Azure]], [[Google Cloud Storage|GCS]]. Like mostly, all other [[Online analytical processing|OLAP]] datastores and [[data warehousing]] solutions, Pinot supports a [[SQL]]-like query language that supports selection, aggregation, filtering, group by, order by, distinct queries on data
* [[SQL]]-like language that supports selection, aggregation, filtering, group by, order by, distinct queries on data
== See also ==
|