Here are
22 public repositories
matching this topic...
Distributed transactional key-value database, originally created to complement TiDB
-
Updated
Oct 14, 2021
-
Rust
Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
-
Updated
Jan 19, 2021
-
Rust
A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.
-
Updated
Jul 14, 2021
-
Rust
Resources for the transaction SIG
TiKV based Pub/Sub server
TiKV Browser: inspect key-values in a browser
-
Updated
Aug 26, 2019
-
TypeScript
-
Updated
Jun 7, 2021
-
Clojure
A bot for challenge program.
-
Updated
Oct 14, 2021
-
TypeScript
A bot for tidb community.
-
Updated
Oct 14, 2021
-
TypeScript
tinkering with the tikv docker stack + the rust client
-
Updated
Dec 11, 2020
-
Shell
A node.js client for pingcap/pd and TiKV
-
Updated
May 12, 2021
-
JavaScript
-
Updated
Feb 14, 2021
-
Rust
Backup and Replay TiDB cluster in Real-time
This sewer leads to TiKV.
-
Updated
Jul 20, 2021
-
Java
Get a TiKV development environment up and running with minimal fuss.
-
Updated
Nov 12, 2019
-
Shell
A tikv client for testing tikv coprocessor
A rust implementation of Placement Driver
-
Updated
Mar 29, 2017
-
Rust
Improve this page
Add a description, image, and links to the
tikv
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
tikv
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
最近测试 titan 性能,部署了 3 个节点的 tikv 集群,单独部署 titan,然后压测时发现,相同的数据,每个节点平均 30+ region 时,GET qps 大概 7w。调整 region 数后,每个 节点的 region 为1300+个,再次用同样的命令压测,GET qps 能达到 13w,请问 titan 是否有根据 region 数做并发控制呢?