mirror of https://github.com/tikv/website.git
17 lines
542 B
Markdown
17 lines
542 B
Markdown
---
|
|
title: Architecture
|
|
description: How TiKV works and how it is built.
|
|
menu:
|
|
"dev":
|
|
parent: Reference-dev
|
|
weight: 1
|
|
identifier: Architecture-dev
|
|
---
|
|
|
|
This chapter introduces how TiKV works and how it is built:
|
|
|
|
- [Overview](../overview): Provides an overview of TiKV architecture.
|
|
- [Storage](../storage): Introduces the storage layer of a TiKV cluster.
|
|
- [Scheduling](../scheduling): Introduces the PD scheduling component in a TiKV cluster.
|
|
- [Terminology](../terminology): Explains TiKV and PD terminologies.
|