├── content
├── blog
│ ├── _index.md
│ ├── zelda.png
│ ├── rupees.png
│ ├── TiKV-Security-Audit.pdf
│ └── tikv-community-connections.md
├── docs
│ ├── 3.0
│ │ ├── tasks
│ │ │ ├── backup
│ │ │ │ └── introduction.md
│ │ │ ├── try
│ │ │ │ └── introduction.md
│ │ │ ├── deploy
│ │ │ │ ├── introduction.md
│ │ │ │ └── docker-compose.md
│ │ │ ├── monitor
│ │ │ │ └── introduction.md
│ │ │ └── configure
│ │ │ │ └── introduction.md
│ │ ├── concepts
│ │ │ └── features.md
│ │ ├── releases
│ │ │ └── introduction.md
│ │ └── reference
│ │ │ ├── introduction.md
│ │ │ ├── tools
│ │ │ ├── pd-server.md
│ │ │ ├── tikv-server.md
│ │ │ └── introduction.md
│ │ │ ├── clients
│ │ │ ├── introduction.md
│ │ │ ├── java.md
│ │ │ └── c.md
│ │ │ └── query-layers.md
│ ├── 4.0
│ │ ├── tasks
│ │ │ ├── backup
│ │ │ │ └── introduction.md
│ │ │ ├── try
│ │ │ │ └── introduction.md
│ │ │ ├── deploy
│ │ │ │ ├── introduction.md
│ │ │ │ └── docker-compose.md
│ │ │ ├── monitor
│ │ │ │ └── introduction.md
│ │ │ └── configure
│ │ │ │ ├── coprocessor.md
│ │ │ │ ├── storage.md
│ │ │ │ ├── grpc.md
│ │ │ │ └── introduction.md
│ │ ├── concepts
│ │ │ └── features.md
│ │ ├── releases
│ │ │ ├── introduction.md
│ │ │ └── 4.0.0-rc.md
│ │ └── reference
│ │ │ ├── introduction.md
│ │ │ ├── tools
│ │ │ ├── pd-server.md
│ │ │ ├── tikv-server.md
│ │ │ └── introduction.md
│ │ │ ├── clients
│ │ │ ├── introduction.md
│ │ │ ├── java.md
│ │ │ └── c.md
│ │ │ └── query-layers.md
│ ├── dev
│ │ ├── new-features
│ │ │ └── overview.md
│ │ ├── deploy
│ │ │ ├── configure
│ │ │ │ ├── grpc.md
│ │ │ │ ├── storage.md
│ │ │ │ ├── raftstore.md
│ │ │ │ ├── coprocessor.md
│ │ │ │ ├── rocksdb.md
│ │ │ │ └── introduction.md
│ │ │ ├── performance
│ │ │ │ └── performance.md
│ │ │ ├── install
│ │ │ │ └── install.md
│ │ │ ├── operate
│ │ │ │ └── operate.md
│ │ │ └── monitor
│ │ │ │ ├── monitor.md
│ │ │ │ └── framework.md
│ │ ├── reference
│ │ │ ├── introduction.md
│ │ │ ├── TiUP.md
│ │ │ ├── CLI
│ │ │ │ └── introduction.md
│ │ │ ├── architecture
│ │ │ │ └── introduction.md
│ │ │ └── query-layers.md
│ │ ├── develop
│ │ │ ├── clients
│ │ │ │ ├── cpp.md
│ │ │ │ └── python.md
│ │ │ ├── rawkv
│ │ │ │ └── introduction.md
│ │ │ └── develop.md
│ │ └── concepts
│ │ │ └── whats-next.md
│ ├── 5.1
│ │ ├── deploy
│ │ │ ├── configure
│ │ │ │ ├── storage.md
│ │ │ │ ├── grpc.md
│ │ │ │ ├── raftstore.md
│ │ │ │ ├── coprocessor.md
│ │ │ │ ├── rocksdb.md
│ │ │ │ ├── introduction.md
│ │ │ │ └── region-merge.md
│ │ │ ├── performance
│ │ │ │ └── performance.md
│ │ │ ├── install
│ │ │ │ └── install.md
│ │ │ ├── operate
│ │ │ │ └── operate.md
│ │ │ └── monitor
│ │ │ │ ├── monitor.md
│ │ │ │ └── framework.md
│ │ ├── reference
│ │ │ ├── introduction.md
│ │ │ ├── TiUP.md
│ │ │ ├── CLI
│ │ │ │ └── introduction.md
│ │ │ ├── architecture
│ │ │ │ └── introduction.md
│ │ │ └── query-layers.md
│ │ ├── develop
│ │ │ ├── clients
│ │ │ │ ├── go.md
│ │ │ │ ├── cpp.md
│ │ │ │ └── python.md
│ │ │ ├── rawkv
│ │ │ │ └── introduction.md
│ │ │ └── develop.md
│ │ └── concepts
│ │ │ └── whats-next.md
│ ├── 6.1
│ │ ├── deploy
│ │ │ ├── configure
│ │ │ │ ├── grpc.md
│ │ │ │ ├── storage.md
│ │ │ │ ├── raftstore.md
│ │ │ │ ├── coprocessor.md
│ │ │ │ ├── rocksdb.md
│ │ │ │ └── introduction.md
│ │ │ ├── performance
│ │ │ │ └── performance.md
│ │ │ ├── install
│ │ │ │ └── install.md
│ │ │ ├── operate
│ │ │ │ └── operate.md
│ │ │ └── monitor
│ │ │ │ ├── monitor.md
│ │ │ │ └── framework.md
│ │ ├── reference
│ │ │ ├── introduction.md
│ │ │ ├── TiUP.md
│ │ │ ├── CLI
│ │ │ │ └── introduction.md
│ │ │ ├── architecture
│ │ │ │ └── introduction.md
│ │ │ └── query-layers.md
│ │ ├── develop
│ │ │ ├── rawkv
│ │ │ │ └── introduction.md
│ │ │ ├── clients
│ │ │ │ ├── cpp.md
│ │ │ │ └── python.md
│ │ │ └── develop.md
│ │ └── concepts
│ │ │ └── whats-next.md
│ ├── 6.5
│ │ ├── deploy
│ │ │ ├── configure
│ │ │ │ ├── grpc.md
│ │ │ │ ├── storage.md
│ │ │ │ ├── raftstore.md
│ │ │ │ ├── coprocessor.md
│ │ │ │ ├── rocksdb.md
│ │ │ │ └── introduction.md
│ │ │ ├── performance
│ │ │ │ └── performance.md
│ │ │ ├── install
│ │ │ │ └── install.md
│ │ │ ├── operate
│ │ │ │ └── operate.md
│ │ │ └── monitor
│ │ │ │ ├── monitor.md
│ │ │ │ └── framework.md
│ │ ├── reference
│ │ │ ├── introduction.md
│ │ │ ├── TiUP.md
│ │ │ ├── CLI
│ │ │ │ └── introduction.md
│ │ │ ├── architecture
│ │ │ │ └── introduction.md
│ │ │ └── query-layers.md
│ │ ├── develop
│ │ │ ├── clients
│ │ │ │ ├── cpp.md
│ │ │ │ └── python.md
│ │ │ ├── rawkv
│ │ │ │ └── introduction.md
│ │ │ └── develop.md
│ │ └── concepts
│ │ │ └── whats-next.md
│ └── 7.1
│ │ ├── deploy
│ │ ├── configure
│ │ │ ├── grpc.md
│ │ │ ├── storage.md
│ │ │ ├── raftstore.md
│ │ │ ├── coprocessor.md
│ │ │ ├── rocksdb.md
│ │ │ └── introduction.md
│ │ ├── performance
│ │ │ └── performance.md
│ │ ├── install
│ │ │ └── install.md
│ │ ├── operate
│ │ │ └── operate.md
│ │ └── monitor
│ │ │ ├── monitor.md
│ │ │ └── framework.md
│ │ ├── reference
│ │ ├── introduction.md
│ │ ├── TiUP.md
│ │ ├── CLI
│ │ │ └── introduction.md
│ │ ├── architecture
│ │ │ └── introduction.md
│ │ └── query-layers.md
│ │ ├── develop
│ │ ├── clients
│ │ │ ├── cpp.md
│ │ │ └── python.md
│ │ ├── rawkv
│ │ │ └── introduction.md
│ │ └── develop.md
│ │ └── concepts
│ │ └── whats-next.md
├── deep-dive
│ ├── testing
│ │ └── failure_injection.md
│ ├── resource-scheduling
│ │ └── introduction.md
│ ├── scalability
│ │ └── introduction.md
│ ├── distributed-transaction
│ │ └── introduction.md
│ ├── key-value-engine
│ │ └── introduction.md
│ └── consensus-algorithm
│ │ └── introduction.md
└── community
│ ├── sig-engine.md
│ ├── sig-raft.md
│ ├── sig-coprocessor.md
│ ├── sig-scheduling.md
│ └── sig-transaction.md
├── static
├── favicon.png
├── img
│ ├── logos
│ │ ├── card.png
│ │ ├── cncf-color.png
│ │ ├── icon
│ │ │ ├── black
│ │ │ │ ├── tikv-icon-black.png
│ │ │ │ └── tikv-icon-black.svg
│ │ │ ├── color
│ │ │ │ ├── tikv-icon-color.png
│ │ │ │ └── tikv-icon-color.svg
│ │ │ └── white
│ │ │ │ ├── tikv-icon-white.png
│ │ │ │ └── tikv-icon-white.svg
│ │ ├── stacked
│ │ │ ├── black
│ │ │ │ ├── tikv-stacked-black.png
│ │ │ │ └── tikv-stacked-black.svg
│ │ │ ├── color
│ │ │ │ ├── tikv-stacked-color.png
│ │ │ │ └── tikv-stacked-color.svg
│ │ │ └── white
│ │ │ │ ├── tikv-stacked-white.png
│ │ │ │ └── tikv-stacked-white.svg
│ │ └── horizontal
│ │ │ ├── black
│ │ │ ├── tikv-horizontal-black.png
│ │ │ └── tikv-horizontal-black.svg
│ │ │ ├── color
│ │ │ ├── tikv-horizontal-color.png
│ │ │ ├── tikv-horizontal-color-logo-white-font.png
│ │ │ └── tikv-horizontal-color.svg
│ │ │ ├── white-deprecated
│ │ │ ├── tikv-horizontal-white.png
│ │ │ └── tikv-horizontal-white.svg
│ │ │ └── white
│ │ │ └── tikv-horizontal-white.svg
│ ├── docs
│ │ ├── tikv-br.png
│ │ ├── check-ops.png
│ │ ├── rawkv-cdc.png
│ │ ├── region-count.png
│ │ ├── data-rebalance.png
│ │ ├── tikv-storage-1.png
│ │ ├── tikv-storage-2.png
│ │ ├── tikv-storage-3.png
│ │ ├── fault-tolerance-ops.png
│ │ ├── monitor-architecture.png
│ │ ├── prometheus-in-tikv.png
│ │ ├── prometheus-in-tikv2.png
│ │ ├── titan-architecture.png
│ │ ├── rawkv-cdc-arch-simple.png
│ │ ├── fault-tolerance-workload.png
│ │ ├── fault-tolerance-leader-recover.png
│ │ ├── fault-tolerance-region-count.png
│ │ └── region-count-after-load-data.png
│ ├── tikv-instance.png
│ ├── deep-dive
│ │ ├── b-tree.png
│ │ ├── monitor.png
│ │ ├── select.png
│ │ ├── executors.jpg
│ │ ├── expression.jpg
│ │ ├── lsm-tree.png
│ │ ├── multi-raft.png
│ │ ├── pd-simulator.png
│ │ ├── histogram_init.png
│ │ ├── executors-example.jpg
│ │ ├── histogram_change.png
│ │ ├── mesos-scheduling.png
│ │ ├── select-from-tidb.png
│ │ ├── coprocessor-select.png
│ │ └── mesos-architecture.png
│ ├── homepage
│ │ ├── hero-bg.png
│ │ ├── logo-ctrip.png
│ │ ├── logo-meitu.png
│ │ ├── logo-pingan.png
│ │ ├── logo-tuya.png
│ │ ├── logo-JDCloud.png
│ │ ├── logo-ZaloPay.png
│ │ ├── logo-dailymotion.png
│ │ ├── logo-tidbcloud.png
│ │ ├── logo-zhuanzhuan.png
│ │ ├── develop.svg
│ │ ├── get-started.svg
│ │ ├── deploy.svg
│ │ ├── tikv-logo-white.svg
│ │ ├── easy-to-use.svg
│ │ └── high-scalability.svg
│ ├── tikv-architecture.png
│ ├── basic-architecture.png
│ └── blog
│ │ ├── pprof
│ │ ├── flame-graph.gif
│ │ ├── graph-of-stack-traces.png
│ │ └── find-rust-program-bottlenecks-online-using-go-tool.jpg
│ │ ├── RocksDB-in-TiKV
│ │ ├── Raft.png
│ │ ├── Region.png
│ │ ├── others.png
│ │ ├── SST-File.png
│ │ ├── InsertWithHint.png
│ │ ├── Prefix-Iterator.png
│ │ ├── table-property1.png
│ │ ├── table-property2.png
│ │ ├── tikv-architecture.png
│ │ └── tikv-architecture2.png
│ │ ├── 200-contributors
│ │ └── graph.png
│ │ ├── monthly-2019
│ │ └── flamegraph.png
│ │ ├── pd-transfer
│ │ └── pd-transfer.jpg
│ │ ├── tikv-read-write
│ │ ├── multiraft.png
│ │ ├── rawkv-read.jpeg
│ │ ├── txnkv-read.jpeg
│ │ ├── rawkv-write.jpeg
│ │ ├── region-routing.png
│ │ ├── txnkv-write.jpeg
│ │ └── raft-process-in-tikv.png
│ │ ├── graduation
│ │ └── TiKV-graduation.jpg
│ │ ├── lfx-2020
│ │ ├── TiDB-architecture.png
│ │ └── TiDB-TiKV-interaction-model.png
│ │ ├── monthly-may-2020
│ │ └── tikv logo.png
│ │ ├── follower-read
│ │ └── tikv-architecture.png
│ │ ├── raft-in-rust
│ │ └── the-design-of-raft-rs.png
│ │ ├── tikv-on-juicefs
│ │ ├── tikv-architecture.png
│ │ ├── tikv-on-juicefs-banner.png
│ │ └── tikv-mysql-redis-benchmarking.png
│ │ ├── community-bridge
│ │ ├── github-project-board.png
│ │ └── full-chunk-based-computing-roadmap.png
│ │ ├── tikv-in-jd-cloud-ai
│ │ ├── tikv-architecture.png
│ │ ├── data-migration-policy.png
│ │ ├── complexity-of-the-metadata-storage-system.png
│ │ ├── oss-metadata-storage-system-based-on-tikv.png
│ │ ├── redesigning-the-oss-metadata-storage-system.png
│ │ └── original-oss-metadata-storage-system-based-on-mysql.png
│ │ ├── time-in-distributed-systems
│ │ ├── Local_Clock.png
│ │ ├── Oder_Of_Events.png
│ │ ├── Timestamp_Oracle.png
│ │ └── Time_and_Order_in_Distributed_System.png
│ │ ├── tune-with-massive-regions
│ │ ├── raft-process.png
│ │ ├── raft-store-cpu.png
│ │ └── propose-wait-duration.png
│ │ ├── rust-compilation
│ │ ├── rust-compile-time-adventures.png
│ │ └── rust-compile-mission-completed.png
│ │ ├── building-distributed-storage-systems-on-raft
│ │ ├── Raft group.png
│ │ ├── Data distribution.png
│ │ ├── Hash-based sharding.png
│ │ └── Range-based sharding.png
│ │ └── tikv-on-shareit
│ │ ├── architecture-of-tikv-based-distributed-kv-database.png
│ │ └── architecture-of-rocksdb-based-distributed-kv-database.png
└── npm
│ └── katex-0.10.0-rc.1
│ └── fonts
│ ├── KaTeX_Main-Regular.woff2
│ └── KaTeX_Math-Italic.woff2
├── package.json
├── layouts
├── shortcodes
│ ├── danger.html
│ ├── info.html
│ ├── success.html
│ ├── warning.html
│ ├── config.html
│ ├── features.html
│ ├── figure.html
│ └── adopters.html
├── _default
│ ├── blog
│ │ └── navbar-link.html
│ ├── single.html
│ └── baseof.html
├── blog
│ ├── list.html
│ └── single.html
├── partials
│ ├── blog
│ │ ├── post.html
│ │ ├── post-list.html
│ │ └── hero.html
│ ├── docs
│ │ ├── version-warning.html
│ │ └── hero.html
│ ├── meta.html
│ ├── admonition.html
│ ├── google-analytics.html
│ ├── open-graph-tags.html
│ ├── javascript.html
│ ├── twitter-card.html
│ ├── math.html
│ └── css.html
├── index.redirects
├── deep-dive
│ ├── list.html
│ └── single.html
└── docs
│ ├── list.html
│ └── single.html
├── data
├── configs.yaml
├── users.yaml
├── getStarted.yaml
└── features.yaml
├── .editorconfig
├── netlify.toml
├── .gitignore
├── .github
├── pull_request_template.md
└── ISSUE_TEMPLATE
│ ├── question.md
│ └── change-request.md
├── yarn.lock
├── Dockerfile
├── Makefile
├── assets
└── js
│ └── app.js
└── README.md
/content/blog/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: The TiKV blog
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/static/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/favicon.png
--------------------------------------------------------------------------------
/content/blog/zelda.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/content/blog/zelda.png
--------------------------------------------------------------------------------
/content/blog/rupees.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/content/blog/rupees.png
--------------------------------------------------------------------------------
/static/img/logos/card.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/card.png
--------------------------------------------------------------------------------
/static/img/docs/tikv-br.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/tikv-br.png
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "private": true,
3 | "devDependencies": {
4 | "bulma": "^0.7.4"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/static/img/docs/check-ops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/check-ops.png
--------------------------------------------------------------------------------
/static/img/docs/rawkv-cdc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/rawkv-cdc.png
--------------------------------------------------------------------------------
/static/img/tikv-instance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/tikv-instance.png
--------------------------------------------------------------------------------
/static/img/deep-dive/b-tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/b-tree.png
--------------------------------------------------------------------------------
/static/img/deep-dive/monitor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/monitor.png
--------------------------------------------------------------------------------
/static/img/deep-dive/select.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/select.png
--------------------------------------------------------------------------------
/static/img/docs/region-count.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/region-count.png
--------------------------------------------------------------------------------
/static/img/homepage/hero-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/hero-bg.png
--------------------------------------------------------------------------------
/static/img/logos/cncf-color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/cncf-color.png
--------------------------------------------------------------------------------
/static/img/tikv-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/tikv-architecture.png
--------------------------------------------------------------------------------
/static/img/basic-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/basic-architecture.png
--------------------------------------------------------------------------------
/static/img/deep-dive/executors.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/executors.jpg
--------------------------------------------------------------------------------
/static/img/deep-dive/expression.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/expression.jpg
--------------------------------------------------------------------------------
/static/img/deep-dive/lsm-tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/lsm-tree.png
--------------------------------------------------------------------------------
/static/img/deep-dive/multi-raft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/multi-raft.png
--------------------------------------------------------------------------------
/static/img/docs/data-rebalance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/data-rebalance.png
--------------------------------------------------------------------------------
/static/img/docs/tikv-storage-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/tikv-storage-1.png
--------------------------------------------------------------------------------
/static/img/docs/tikv-storage-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/tikv-storage-2.png
--------------------------------------------------------------------------------
/static/img/docs/tikv-storage-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/tikv-storage-3.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-ctrip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-ctrip.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-meitu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-meitu.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-pingan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-pingan.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-tuya.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-tuya.png
--------------------------------------------------------------------------------
/content/blog/TiKV-Security-Audit.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/content/blog/TiKV-Security-Audit.pdf
--------------------------------------------------------------------------------
/static/img/blog/pprof/flame-graph.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/pprof/flame-graph.gif
--------------------------------------------------------------------------------
/static/img/deep-dive/pd-simulator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/pd-simulator.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-JDCloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-JDCloud.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-ZaloPay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-ZaloPay.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/Raft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/Raft.png
--------------------------------------------------------------------------------
/static/img/deep-dive/histogram_init.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/histogram_init.png
--------------------------------------------------------------------------------
/static/img/docs/fault-tolerance-ops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/fault-tolerance-ops.png
--------------------------------------------------------------------------------
/static/img/docs/monitor-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/monitor-architecture.png
--------------------------------------------------------------------------------
/static/img/docs/prometheus-in-tikv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/prometheus-in-tikv.png
--------------------------------------------------------------------------------
/static/img/docs/prometheus-in-tikv2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/prometheus-in-tikv2.png
--------------------------------------------------------------------------------
/static/img/docs/titan-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/titan-architecture.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-dailymotion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-dailymotion.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-tidbcloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-tidbcloud.png
--------------------------------------------------------------------------------
/static/img/homepage/logo-zhuanzhuan.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/homepage/logo-zhuanzhuan.png
--------------------------------------------------------------------------------
/static/img/blog/200-contributors/graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/200-contributors/graph.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/Region.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/Region.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/others.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/others.png
--------------------------------------------------------------------------------
/static/img/deep-dive/executors-example.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/executors-example.jpg
--------------------------------------------------------------------------------
/static/img/deep-dive/histogram_change.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/histogram_change.png
--------------------------------------------------------------------------------
/static/img/deep-dive/mesos-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/mesos-scheduling.png
--------------------------------------------------------------------------------
/static/img/deep-dive/select-from-tidb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/select-from-tidb.png
--------------------------------------------------------------------------------
/static/img/docs/rawkv-cdc-arch-simple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/rawkv-cdc-arch-simple.png
--------------------------------------------------------------------------------
/layouts/shortcodes/danger.html:
--------------------------------------------------------------------------------
1 | {{ partial "admonition.html" (dict "type" "danger" "icon" "fa-ban" "text" (.Inner | markdownify)) }}
2 |
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/SST-File.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/SST-File.png
--------------------------------------------------------------------------------
/static/img/blog/monthly-2019/flamegraph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/monthly-2019/flamegraph.png
--------------------------------------------------------------------------------
/static/img/blog/pd-transfer/pd-transfer.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/pd-transfer/pd-transfer.jpg
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/multiraft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/multiraft.png
--------------------------------------------------------------------------------
/static/img/deep-dive/coprocessor-select.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/coprocessor-select.png
--------------------------------------------------------------------------------
/static/img/deep-dive/mesos-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/deep-dive/mesos-architecture.png
--------------------------------------------------------------------------------
/static/img/docs/fault-tolerance-workload.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/fault-tolerance-workload.png
--------------------------------------------------------------------------------
/layouts/shortcodes/info.html:
--------------------------------------------------------------------------------
1 | {{ partial "admonition.html" (dict "type" "info" "icon" "fa-info-circle" "text" (.Inner | markdownify)) }}
2 |
--------------------------------------------------------------------------------
/static/img/blog/graduation/TiKV-graduation.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/graduation/TiKV-graduation.jpg
--------------------------------------------------------------------------------
/static/img/blog/lfx-2020/TiDB-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/lfx-2020/TiDB-architecture.png
--------------------------------------------------------------------------------
/static/img/blog/monthly-may-2020/tikv logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/monthly-may-2020/tikv logo.png
--------------------------------------------------------------------------------
/static/img/blog/pprof/graph-of-stack-traces.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/pprof/graph-of-stack-traces.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/rawkv-read.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/rawkv-read.jpeg
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/txnkv-read.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/txnkv-read.jpeg
--------------------------------------------------------------------------------
/static/img/logos/icon/black/tikv-icon-black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/icon/black/tikv-icon-black.png
--------------------------------------------------------------------------------
/static/img/logos/icon/color/tikv-icon-color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/icon/color/tikv-icon-color.png
--------------------------------------------------------------------------------
/static/img/logos/icon/white/tikv-icon-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/icon/white/tikv-icon-white.png
--------------------------------------------------------------------------------
/layouts/shortcodes/success.html:
--------------------------------------------------------------------------------
1 | {{ partial "admonition.html" (dict "type" "success" "icon" "fa-check-circle" "text" (.Inner | markdownify)) }}
2 |
--------------------------------------------------------------------------------
/layouts/shortcodes/warning.html:
--------------------------------------------------------------------------------
1 | {{ partial "admonition.html" (dict "type" "warning" "icon" "fa-exclamation" "text" (.Inner | markdownify)) }}
2 |
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/InsertWithHint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/InsertWithHint.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/rawkv-write.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/rawkv-write.jpeg
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/region-routing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/region-routing.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/txnkv-write.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/txnkv-write.jpeg
--------------------------------------------------------------------------------
/static/img/docs/fault-tolerance-leader-recover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/fault-tolerance-leader-recover.png
--------------------------------------------------------------------------------
/static/img/docs/fault-tolerance-region-count.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/fault-tolerance-region-count.png
--------------------------------------------------------------------------------
/static/img/docs/region-count-after-load-data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/docs/region-count-after-load-data.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/Prefix-Iterator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/Prefix-Iterator.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/table-property1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/table-property1.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/table-property2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/table-property2.png
--------------------------------------------------------------------------------
/static/img/blog/follower-read/tikv-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/follower-read/tikv-architecture.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/tikv-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/tikv-architecture.png
--------------------------------------------------------------------------------
/static/img/blog/RocksDB-in-TiKV/tikv-architecture2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/RocksDB-in-TiKV/tikv-architecture2.png
--------------------------------------------------------------------------------
/static/img/blog/raft-in-rust/the-design-of-raft-rs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/raft-in-rust/the-design-of-raft-rs.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-on-juicefs/tikv-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-on-juicefs/tikv-architecture.png
--------------------------------------------------------------------------------
/static/img/logos/stacked/black/tikv-stacked-black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/stacked/black/tikv-stacked-black.png
--------------------------------------------------------------------------------
/static/img/logos/stacked/color/tikv-stacked-color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/stacked/color/tikv-stacked-color.png
--------------------------------------------------------------------------------
/static/img/logos/stacked/white/tikv-stacked-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/stacked/white/tikv-stacked-white.png
--------------------------------------------------------------------------------
/static/img/blog/community-bridge/github-project-board.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/community-bridge/github-project-board.png
--------------------------------------------------------------------------------
/static/img/blog/lfx-2020/TiDB-TiKV-interaction-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/lfx-2020/TiDB-TiKV-interaction-model.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-in-jd-cloud-ai/tikv-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-in-jd-cloud-ai/tikv-architecture.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-read-write/raft-process-in-tikv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-read-write/raft-process-in-tikv.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-on-juicefs/tikv-on-juicefs-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-on-juicefs/tikv-on-juicefs-banner.png
--------------------------------------------------------------------------------
/static/img/blog/time-in-distributed-systems/Local_Clock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/time-in-distributed-systems/Local_Clock.png
--------------------------------------------------------------------------------
/static/img/blog/tune-with-massive-regions/raft-process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tune-with-massive-regions/raft-process.png
--------------------------------------------------------------------------------
/static/img/blog/tune-with-massive-regions/raft-store-cpu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tune-with-massive-regions/raft-store-cpu.png
--------------------------------------------------------------------------------
/static/img/logos/horizontal/black/tikv-horizontal-black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/horizontal/black/tikv-horizontal-black.png
--------------------------------------------------------------------------------
/static/img/logos/horizontal/color/tikv-horizontal-color.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/horizontal/color/tikv-horizontal-color.png
--------------------------------------------------------------------------------
/static/npm/katex-0.10.0-rc.1/fonts/KaTeX_Main-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/npm/katex-0.10.0-rc.1/fonts/KaTeX_Main-Regular.woff2
--------------------------------------------------------------------------------
/static/npm/katex-0.10.0-rc.1/fonts/KaTeX_Math-Italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/npm/katex-0.10.0-rc.1/fonts/KaTeX_Math-Italic.woff2
--------------------------------------------------------------------------------
/content/docs/3.0/tasks/backup/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Backup
3 | description: Backup TiKV
4 | draft: true
5 | menu:
6 | "3.0":
7 | parent: Tasks
8 | ---
--------------------------------------------------------------------------------
/content/docs/4.0/tasks/backup/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Backup
3 | description: Backup TiKV
4 | draft: true
5 | menu:
6 | "4.0":
7 | parent: Tasks
8 | ---
--------------------------------------------------------------------------------
/data/configs.yaml:
--------------------------------------------------------------------------------
1 | rocksdb:
2 | - name: max-background-jobs
3 | description: The maximum number of concurrent background jobs (compactions and flushes)
4 | default: 8
5 |
--------------------------------------------------------------------------------
/static/img/blog/tikv-in-jd-cloud-ai/data-migration-policy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-in-jd-cloud-ai/data-migration-policy.png
--------------------------------------------------------------------------------
/static/img/blog/time-in-distributed-systems/Oder_Of_Events.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/time-in-distributed-systems/Oder_Of_Events.png
--------------------------------------------------------------------------------
/layouts/_default/blog/navbar-link.html:
--------------------------------------------------------------------------------
1 | {{ $date := dateFormat "January 2, 2006" .Date }}
2 |
3 | {{ .Title }}
4 |
5 |
--------------------------------------------------------------------------------
/static/img/blog/rust-compilation/rust-compile-time-adventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/rust-compilation/rust-compile-time-adventures.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-on-juicefs/tikv-mysql-redis-benchmarking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-on-juicefs/tikv-mysql-redis-benchmarking.png
--------------------------------------------------------------------------------
/static/img/blog/time-in-distributed-systems/Timestamp_Oracle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/time-in-distributed-systems/Timestamp_Oracle.png
--------------------------------------------------------------------------------
/static/img/blog/rust-compilation/rust-compile-mission-completed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/rust-compilation/rust-compile-mission-completed.png
--------------------------------------------------------------------------------
/static/img/blog/tune-with-massive-regions/propose-wait-duration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tune-with-massive-regions/propose-wait-duration.png
--------------------------------------------------------------------------------
/content/docs/3.0/concepts/features.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Features
3 | description: The features of TiKV
4 | menu:
5 | "3.0":
6 | parent: Concepts
7 | ---
8 |
9 | {{< features >}}
--------------------------------------------------------------------------------
/content/docs/4.0/concepts/features.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Features
3 | description: The features of TiKV
4 | menu:
5 | "4.0":
6 | parent: Concepts
7 | ---
8 |
9 | {{< features >}}
--------------------------------------------------------------------------------
/static/img/logos/horizontal/white-deprecated/tikv-horizontal-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/horizontal/white-deprecated/tikv-horizontal-white.png
--------------------------------------------------------------------------------
/static/img/blog/community-bridge/full-chunk-based-computing-roadmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/community-bridge/full-chunk-based-computing-roadmap.png
--------------------------------------------------------------------------------
/static/img/blog/building-distributed-storage-systems-on-raft/Raft group.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/building-distributed-storage-systems-on-raft/Raft group.png
--------------------------------------------------------------------------------
/static/img/logos/horizontal/color/tikv-horizontal-color-logo-white-font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/logos/horizontal/color/tikv-horizontal-color-logo-white-font.png
--------------------------------------------------------------------------------
/layouts/blog/list.html:
--------------------------------------------------------------------------------
1 | {{ define "title" }}
2 | TiKV | Blog
3 | {{ end }}
4 |
5 | {{ define "main" }}
6 | {{ partial "blog/hero.html" . }}
7 | {{ partial "blog/post-list.html" . }}
8 | {{ end }}
9 |
--------------------------------------------------------------------------------
/static/img/blog/pprof/find-rust-program-bottlenecks-online-using-go-tool.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/pprof/find-rust-program-bottlenecks-online-using-go-tool.jpg
--------------------------------------------------------------------------------
/layouts/blog/single.html:
--------------------------------------------------------------------------------
1 | {{ define "title" }}
2 | The TiKV blog | {{ .Title }}
3 | {{ end }}
4 |
5 | {{ define "main" }}
6 | {{ partial "blog/hero.html" . }}
7 | {{ partial "blog/post.html" . }}
8 | {{ end }}
9 |
--------------------------------------------------------------------------------
/static/img/blog/building-distributed-storage-systems-on-raft/Data distribution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/building-distributed-storage-systems-on-raft/Data distribution.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-in-jd-cloud-ai/complexity-of-the-metadata-storage-system.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-in-jd-cloud-ai/complexity-of-the-metadata-storage-system.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-in-jd-cloud-ai/oss-metadata-storage-system-based-on-tikv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-in-jd-cloud-ai/oss-metadata-storage-system-based-on-tikv.png
--------------------------------------------------------------------------------
/static/img/blog/building-distributed-storage-systems-on-raft/Hash-based sharding.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/building-distributed-storage-systems-on-raft/Hash-based sharding.png
--------------------------------------------------------------------------------
/static/img/blog/building-distributed-storage-systems-on-raft/Range-based sharding.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/building-distributed-storage-systems-on-raft/Range-based sharding.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-in-jd-cloud-ai/redesigning-the-oss-metadata-storage-system.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-in-jd-cloud-ai/redesigning-the-oss-metadata-storage-system.png
--------------------------------------------------------------------------------
/static/img/blog/time-in-distributed-systems/Time_and_Order_in_Distributed_System.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/time-in-distributed-systems/Time_and_Order_in_Distributed_System.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-on-shareit/architecture-of-tikv-based-distributed-kv-database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-on-shareit/architecture-of-tikv-based-distributed-kv-database.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-on-shareit/architecture-of-rocksdb-based-distributed-kv-database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-on-shareit/architecture-of-rocksdb-based-distributed-kv-database.png
--------------------------------------------------------------------------------
/static/img/blog/tikv-in-jd-cloud-ai/original-oss-metadata-storage-system-based-on-mysql.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/tikv/website/HEAD/static/img/blog/tikv-in-jd-cloud-ai/original-oss-metadata-storage-system-based-on-mysql.png
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | root = true
2 |
3 | [*]
4 | end_of_line = lf
5 | insert_final_newline = true
6 |
7 | [Makefile]
8 | indent_style = tab
9 |
10 | [*.{html,js,json,md,sass,yaml}]
11 | indent_style = space
12 | indent_size = 2
13 |
--------------------------------------------------------------------------------
/content/deep-dive/testing/failure_injection.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Failure Injection
3 | aliases: ['/docs/deep-dive/testing/failure_injection']
4 | menu:
5 | nav:
6 | parent: Testing
7 | weight: 1
8 | ---
9 |
10 |
--------------------------------------------------------------------------------
/content/docs/3.0/releases/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Releases
3 | description: TiKV Release Notes
4 | menu:
5 | "3.0":
6 | name: Releases
7 | weight: 4
8 | ---
9 |
10 | This section contains release notes for TiKV and PD.
--------------------------------------------------------------------------------
/content/docs/4.0/releases/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Releases
3 | description: TiKV Release Notes
4 | menu:
5 | "4.0":
6 | name: Releases
7 | weight: 4
8 | ---
9 |
10 | This section contains release notes for TiKV and PD.
--------------------------------------------------------------------------------
/content/docs/3.0/reference/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Reference
3 | description: Details about TiKV
4 | menu:
5 | "3.0":
6 | name: Reference
7 | weight: 3
8 | ---
9 |
10 | This section includes instructions on using TiKV clients and tools.
--------------------------------------------------------------------------------
/content/docs/4.0/reference/introduction.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Reference
3 | description: Details about TiKV
4 | menu:
5 | "4.0":
6 | name: Reference
7 | weight: 3
8 | ---
9 |
10 | This section includes instructions on using TiKV clients and tools.
--------------------------------------------------------------------------------
/layouts/partials/blog/post.html:
--------------------------------------------------------------------------------
1 |
| 7 | Name 8 | | 9 |10 | Description 11 | | 12 |13 | Default 14 | | 15 |
|---|---|---|
21 | {{ .name }}
22 | |
23 | 24 | {{ .description | markdownify }} 25 | | 26 |27 | {{ .default }} 28 | | 29 |
| 9 | Feature 10 | | 11 |12 | Description 13 | | 14 |
|---|---|
| 22 | 23 | {{ .name }} 24 | 25 | | 26 |27 | {{ .description | markdownify }} 28 | | 29 |
| 6 | Company 7 | | 8 |9 | Industry 10 | | 11 |12 | Success story 13 | | 14 |
|---|---|---|
| 20 | 21 | {{ .name }} 22 | 23 | | 24 |25 | {{ .industry }} 26 | | 27 |
28 | {{ if .stories }}
29 | {{ $numStories := len .stories }}
30 | {{ range $idx, $story := .stories }}
31 |
32 | {{ $story.language }}
33 |
34 | {{ if ne (sub $numStories 1) $idx }}
35 | 36 | {{ end }} 37 | {{ end }} 38 | {{ end }} 39 | |
40 |
17 | {{ . | markdownify }} 18 |
19 | {{ end }} 20 | 21 | {{ if ne .RelPermalink "/blog/" }} 22 |23 | {{ $date }} 24 |
25 | 26 |