> For the complete documentation index, see [llms.txt](https://docs.pinot.apache.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinot.apache.org/release-1.2.0/basics/concepts/components.md).

# Components

Apache Pinot™ is a database designed to deliver highly concurrent, ultra-low-latency queries on large datasets through a set of common data model abstractions. Delivering on these goals requires several foundational architectural commitments, including:

* Storing data in columnar form to support high-performance scanning
* Sharding of data to scale both storage and computation
* A distributed architecture designed to scale capacity linearly
* A tabular data model read by SQL queries

## Components

Learn about the major components and logical abstractions used in Pinot.

![](/files/-M60c8gIYuj9VugbZGLf)

#### Operator reference

{% content-ref url="/pages/-M1SwMeAkncc4yvIhVWP" %}
[Cluster](/release-1.2.0/basics/concepts/components/cluster.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1SwP0Pe1UROmJ0Jawj" %}
[Controller](/release-1.2.0/basics/concepts/components/cluster/controller.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1SwVH1GROxiqA8J209" %}
[Broker](/release-1.2.0/basics/concepts/components/cluster/broker.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1SwSfgDA6hYjodT63z" %}
[Server](/release-1.2.0/basics/concepts/components/cluster/server.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1Swkf2kSXi8fRpwfqz" %}
[Minion](/release-1.2.0/basics/concepts/components/cluster/minion.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1SwmissUqIdwJb5Sql" %}
[Tenant](/release-1.2.0/basics/concepts/components/cluster/tenant.md)
{% endcontent-ref %}

#### Developer reference

{% content-ref url="/pages/-M1Swq2JuBYmEGT8APA4" %}
[Table](/release-1.2.0/basics/concepts/components/table.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MF9wogbFfW875Hxu7aG" %}
[Schema](/release-1.2.0/basics/concepts/components/table/schema.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1WNbG9kTML5cje9fSN" %}
[Segment](/release-1.2.0/basics/concepts/components/table/segment.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pinot.apache.org/release-1.2.0/basics/concepts/components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
