# 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](/architecture-and-concepts/components/cluster.md)
{% endcontent-ref %}

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

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

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

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

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

#### Developer reference

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

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

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


---

# Agent Instructions: 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/architecture-and-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.
