TiDB is an open source distributed HTAP database compatible with the MySQL protocol
-
Updated
Aug 26, 2020 - Go
{{ message }}
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
Is your feature request related to a problem? Please describe:
The shared informer factory has called the WaitForCacheSync method, and it is no longer need to call it separately for each controller. We can remove Informer ().HasSynced because it will not be used.
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,
Please answer these questions before submitting your issue. Thanks!
Let we do it:
Tidb-operator creates/configures/manages tidb clusters atop Kubernetes
[NOTE] The repository has merged into https://github.com/pingcap-incubator/tiup
Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.
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 数做并发控制呢?