-
Updated
Oct 11, 2020 - Go
tidb
Here are 62 public repositories matching this topic...
-
Updated
Oct 11, 2020 - Rust
-
Updated
Sep 26, 2020 - Java
-
Updated
Apr 3, 2020 - Go
-
Updated
Oct 11, 2020 - Python
titan 并发控制疑问
Question
Currently, there are too mach structures contain various informer/control/lister, I think we can define a dedicated structure to store all shared informer/control/lister, like Dependences in Kubernetes to avoid pass the parameters everywhere.
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 25, 2017 - Go
Please answer these questions before submitting your issue. Thanks!
- What did you do?
If possible, provide a recipe for reproducing the error.
#317 said that we support restore empty database and table, but for now, empty databases won't be backup at all!
Let we do it:
- Make an empty database;
- Backup it by BR;
- Drop it, and restore.
- What did you expect to see?
The emp
-
Updated
Dec 31, 2018 - Go
-
Updated
Sep 15, 2020 - PHP
-
Updated
May 31, 2020 - Go
Improve this page
Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tidb topic, visit your repo's landing page and select "manage topics."
最近测试 titan 性能,部署了 3 个节点的 tikv 集群,单独部署 titan,然后压测时发现,相同的数据,每个节点平均 30+ region 时,GET qps 大概 7w。调整 region 数后,每个 节点的 region 为1300+个,再次用同样的命令压测,GET qps 能达到 13w,请问 titan 是否有根据 region 数做并发控制呢?