3775b248c1
config: refine config file comment ( #11933 )
2019-08-29 19:21:05 +08:00
df2075d745
*: remove the transaction kv count limit ( #11141 )
2019-08-09 20:35:37 +08:00
d91ed2b7a7
config: add split-region-max-num in config to control the maximum split region number ( #11427 )
...
All tests passed, auto merged by Bot
2019-07-31 10:47:40 +08:00
444fb8ce7e
store/tikv, config: increase pessimistic lock ttl ( #11499 )
2019-07-30 13:31:50 +08:00
2640d6d69a
config: refine comment ( #11272 )
2019-07-16 17:03:23 +08:00
fba5e6feff
lock: add delay clean table lock when session close ( #11038 )
2019-07-04 14:59:37 +08:00
c78622848d
config, kv: make TxnEntryCountLimit and TxnTotalSizeLimit configurable ( #9035 ) ( #9952 ) ( #11058 )
2019-07-04 12:23:20 +08:00
612936bbd4
*: Support LOCK/UNLOCK TABLES feature ( #10343 )
2019-06-18 15:38:04 +08:00
54e48948d4
*: add config item for bind info lease ( #10725 )
2019-06-05 17:22:33 +08:00
412f6ef978
config: update pessimistic lock ttl. ( #10578 )
2019-05-24 11:41:48 +08:00
373748adf7
*: support pessimistic transaction (experimental feature) ( #10297 )
2019-05-11 09:48:45 +08:00
b0f15ba214
docs,config: fix misspell ( #10067 )
...
* fix doc
* fix config
2019-04-08 17:39:38 +08:00
8e0cfc290b
config, server: Add http status host ( #9814 )
2019-03-30 10:50:05 +08:00
c451f00814
*: fix utf8 charset upgrade compatibility ( #9820 )
2019-03-25 18:06:32 +08:00
d5f0d2bfdd
binlog: revert commit for variable tidb_log_bin && add send binlog strategy config ( #9864 )
2019-03-24 18:26:15 +08:00
a460628095
config: fix config toml file check-mb4-value-in-utf8 problem ( #9802 )
2019-03-20 10:08:05 +08:00
792429d330
binlog: update config for backward compatibility ( #9688 )
2019-03-14 16:53:16 +08:00
0dada1ec37
binlog: update binlog enable config && add tidb_log_bin system variable ( #9625 )
2019-03-11 22:18:46 +08:00
80110fbf78
*: refactor slow log format and parse slow query log to SLOW_QUERY table. ( #9290 )
2019-03-11 14:42:29 +08:00
357f9d7363
metrics: add db QPS metric ( #9151 )
2019-02-13 19:17:44 +08:00
c83a0ceb95
config: add a config item to control whether TiDB check the mb4 character in utf8 ( #9175 )
2019-01-25 14:39:30 +08:00
319656c407
tikvclient: support to batch grpc message to TiKVs ( #8986 )
2019-01-14 13:59:15 +08:00
2f54639f14
add binlog socket config for compatible with kafka version pump ( #8732 )
2018-12-19 13:23:14 +08:00
e3f3ac24f6
session: add a batch commit session variable for the large transaction ( #8293 )
2018-12-10 18:29:39 +08:00
84d1299bb2
config, util.kvcache: support the memory guard to prevent OOM for the plan cache ( #8339 )
2018-11-22 22:05:04 +08:00
2f2b47f511
store/tikv: Make maxTxnTimeUse a configurable value ( #8215 )
2018-11-12 15:13:13 +08:00
508f5dd626
binlog: use pumps client to write binlog ( #8070 )
2018-10-27 17:52:01 +08:00
a8f2909d40
*: remove kv.BypassLatch option and enable latch scheduler by default ( #7882 )
...
kv.BypassLatch was introduced to handle the fake transaction confliction problem
in the old implementation. After redesign of the latch scheduler, it's not
needed any more.
Enable latch scheduler makes CI to run it, we can fix bugs and make this feature
more stable.
There is a small performance penalty, less than 5%, users are free to disable it.
2018-10-15 13:49:38 +08:00
f387dfff09
add force priority config ( #7777 )
2018-09-25 20:28:28 +08:00
90e4d02152
privilege/privileges: sort user records in privilege cache ( #7211 )
2018-08-02 22:05:41 +08:00
33367fdd48
config,executor: provide a compatible-kill-query option in the config file ( #7192 )
...
When compatible-kill-query option is turned on, "kill xxx" command will not be
ignored, it works like "kill tidb xxx".
2018-07-30 23:53:47 +08:00
ba5a33f04c
add keep alive settings ( #7100 )
2018-07-19 17:28:41 +08:00
6dcaecaf79
Add advertise-address to config ( #7078 )
2018-07-18 10:46:12 +08:00
63c4562c27
*: remove non-prepared plan cache ( #7040 )
...
* *: remove non-prepared plan cache
non-prepared plan cache is not usable if we can only do full string match.
And further development doesn't worth the effort.
2018-07-13 18:15:05 +08:00
425308780a
config: disable local latches for transaction as default ( #6930 )
2018-06-28 19:07:58 +08:00
865d74b916
config: enable TxnLocalLatches in default ( #6874 )
2018-06-22 11:52:30 +08:00
0ab1b228c0
config, variable: add memory quota config for a query ( #6788 )
2018-06-12 13:08:28 +08:00
7fbbb1ff3e
sessionctx/binloginfo: add a timeout for writing binlog ( #6587 )
2018-05-21 17:21:34 +08:00
7f2b3bd899
*: Add an option to stop writting binlog when TiDB meets binlog error ( #6503 )
...
Add an option to stop writting binlog when meets binlog error
Provide http interface to recover binlog service
2018-05-11 09:50:15 -05:00
57c010148a
update default analyze ratio and pseudo estimate ratio ( #6517 )
...
If pseudo estimate ratio is greater or equal to analyze ratio, there would be a gap time the
table use pseudo stats to build plan.
2018-05-09 20:18:51 +08:00
8d345cd09a
*: open auto analyze and stats feedback by default ( #6500 )
2018-05-08 19:18:50 +08:00
4185e53006
tikv/txn: support local latch in transaction ( #6418 )
2018-05-07 10:57:01 +08:00
23e8c6e12b
*: add a system variable auto_analyze_ratio ( #6455 )
2018-05-04 10:54:30 +08:00
e215e93948
*: provide a configurable tidb_retry_limit session variable ( #6369 )
2018-05-03 19:52:53 +08:00
13cd13c79e
config: set min auto-analyze-ratio to 0.3 ( #6382 )
...
Prevent accidentally set this value to low, cause cluster overload.
And update the config comment.
2018-04-25 22:12:52 +08:00
41f5940824
stats: support auto analyze table when modify/count is too high ( #6294 )
2018-04-17 21:15:35 +08:00
e2b033d1c0
*: add a tidb system variable tidb_hash_join_concurrency ( #6244 )
2018-04-12 20:28:19 +08:00
19573c6754
*: update stats using query feedback ( #6197 )
2018-04-10 19:12:38 +08:00
602c6fc6f1
config: increase the default lease. ( #6255 )
2018-04-10 17:05:37 +08:00
d1fcbc0382
config: make pseudo estimate ratio configurable ( #6254 )
2018-04-10 14:45:15 +08:00