Pinot is built to efficiently handle OLAP queries on static data with minimal latency. It incorporates various pluggable indexing methods, including Sorted Index, Bitmap Index, and Inverted Index. While it currently lacks support for joins, this limitation can be mitigated by utilizing Trino or PrestoDB for querying purposes. The system offers an SQL-like language that enables selection, aggregation, filtering, grouping, ordering, and distinct queries on datasets. It comprises both offline and real-time tables, with real-time tables being utilized to address segments lacking offline data. Additionally, users can tailor the anomaly detection process and notification mechanisms to accurately identify anomalies. This flexibility ensures that users can maintain data integrity and respond proactively to potential issues.