---
metadata:
  - name: generator
    content: Diplodoc Platform v5.56.0
alternate:
  - https://ydb.tech/docs/en/dev/local-indexes/index.md?version=main
  - https://ydb.tech/docs/ru/dev/local-indexes/index.md?version=main
  - href: en/dev/local-indexes/index.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/dev/local-indexes/index.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# Local indexes

[Local indexes](https://ydb.tech/docs/en/concepts/query_execution/local_indexes.md?version=main) are auxiliary structures stored together with table data and applied while reading from storage. Unlike global indexes, they do not materialize a separate index table and are not selected in queries with `VIEW`.

This section contains practical materials on local index types:

* [Bloom skip indexes](https://ydb.tech/docs/en/dev/bloom-skip-indexes.md?version=main) — Bloom indexes for accelerating selective queries by skipping data fragments.
* [min_max index](https://ydb.tech/docs/en/dev/min_max-skip-index.md?version=main) — min_max index that skips data fragments based on saved value ranges.
