Commit Graph

300 Commits

Author SHA1 Message Date
a6c83baf9d docs: Add maintaining the priority queue in memory design (#55903) 2024-09-10 03:01:23 +00:00
f2856e3521 ddl: limit the count of getting ddlhistory jobs (#55590)
close pingcap/tidb#55711
2024-08-28 13:15:17 +00:00
2abd334934 planner: move logical join and logical selection to logicalop (#55272)
ref pingcap/tidb#51664, ref pingcap/tidb#52714
2024-08-12 05:42:01 +00:00
Hu#
d6dda3d3b7 runaway: add runaway tidb-side time checker (#54987)
close pingcap/tidb#51325
2024-08-12 04:03:01 +00:00
fd3ad810ae *: support to query init stats percentage from http api (#55323)
close pingcap/tidb#53564
2024-08-09 08:36:49 +00:00
9f1d9e6540 infoschema, http: add two HTTP API for keyvis (#54608)
close pingcap/tidb#54281
2024-07-16 13:33:07 +00:00
6bd7fac8db docs: fix markdown list number (#54606) 2024-07-15 03:04:29 +00:00
4cf86e4993 *: improve auth plugin design and add readme (#54455)
close pingcap/tidb#53181
2024-07-04 13:13:28 +00:00
fb132a9f81 planner: fix grouping sets document typo (#54387)
ref pingcap/tidb#42631
2024-07-02 09:25:26 +00:00
1469fcfd59 sessionctx: add tidb_analyze_column_options global variable (#54200)
ref pingcap/tidb#53567
2024-06-26 11:10:29 +00:00
e47330c7d0 docs: add predicate columns feature design (#53511)
ref pingcap/tidb#53567
2024-06-18 08:41:49 +00:00
5f0c7f6e21 doc: add Hash join v2 design doc (#53196)
ref pingcap/tidb#53127
2024-05-21 09:02:46 +00:00
d8052e7d96 docs: design for extension auth plugin (#53182)
ref pingcap/tidb#53181
2024-05-16 12:50:43 +00:00
05422bce13 docs: update smooth upgrade mode in tidb_http_api.md (#52757)
close pingcap/tidb#52756
2024-04-19 17:30:08 +00:00
538352c855 docs: add the hint of usage of the partition tables in mvcc/key API (#52138)
close pingcap/tidb#52137
2024-03-28 02:24:48 +00:00
b9421974e7 docs: update one MVCC API example (#52129)
close pingcap/tidb#52128
2024-03-27 04:32:17 +00:00
99390e2a0e doc: design of pipelined DML (#50219)
ref pingcap/tidb#50215
2024-03-04 09:20:04 +00:00
27276d3238 design: Priority Queue for Auto Analyze (#49018) 2024-02-18 09:46:56 +00:00
732fa8c986 doc: add batch coprocessor rfc (#39362)
ref pingcap/tidb#39361
2024-01-31 08:09:24 +00:00
784fb199fa doc: add grouping sets doc (#46906) 2024-01-08 17:59:17 +08:00
161107a712 executor: add ru details in slow log and INFORMATION_SCHEMA.SLOW_QUERY (#49067)
close pingcap/tidb#42892, ref pingcap/tidb#49318
2023-12-13 07:30:19 +00:00
d617bf07f3 docs/tidb_http_api: scan MVCC Information with a start-key (#49010)
close pingcap/tidb#49034
2023-11-30 10:17:49 +00:00
3c461ddf06 util: Change the name of ListInDisk (#47777)
ref pingcap/tidb#47733
2023-10-20 03:34:59 +00:00
39e0a9a0d1 docs: add background resource control design (#46401)
ref pingcap/tidb#44517
2023-09-25 11:06:16 +00:00
241e8464cd docs/design: add MySQL compatible auto_increment design doc (#38807)
ref pingcap/tidb#38442
2023-09-22 05:13:44 +00:00
42723fa9e3 *: rename variable tidb_kv_read_timeout to tikv_client_read_timeout and remove tidb_kv_read_timeout stmt hint (#46714)
close pingcap/tidb#46713
2023-09-14 14:33:10 +00:00
1f102acad6 *: Implement /upgrade/show API (#46462)
close pingcap/tidb#46460
2023-09-08 09:01:10 +00:00
4d487cda1f *: update the HTTP API about "upgrade" and fix a minor doc issue (#46425)
close pingcap/tidb#46424
2023-08-25 09:45:36 +00:00
7828409823 resource_control: publish runaway management rfc (#44745)
ref pingcap/tidb#43691
2023-08-10 01:48:26 +00:00
b040671263 doc: rfc for configurable kv timeout (#45093)
ref pingcap/tidb#44771
2023-07-10 02:27:41 +00:00
30cafb3c3a executor: refactor executor and baseExecutor (#45065)
ref pingcap/tidb#44940
2023-07-03 07:56:12 +00:00
fe248e5202 docs: renew the global resource control rfc (#43389)
ref pingcap/tidb#38825
2023-06-27 11:11:35 +00:00
33056ef697 docs/design: add a proposal for pausing user DDL when upgrading DDL (#43061)
close pingcap/tidb#43060
2023-04-28 03:51:52 +00:00
3a881e47c1 doc: add multi-valued index design doc (#42207)
close pingcap/tidb#42208
2023-04-20 12:57:19 +08:00
3c828717d1 ddl: design doc for admin pause/resume ddl jobs (#43159)
ref pingcap/tidb#18015, close pingcap/tidb#40041
2023-04-20 10:39:19 +08:00
8e3bce2f8d ddl: Design doc of unified distributed parallel execution framework. (#43011)
close pingcap/tidb#43010
2023-04-18 11:51:18 +08:00
22cf461430 docs: add non-prepared plan cache rfc (#42357)
ref pingcap/tidb#36598
2023-03-17 21:03:13 +08:00
b3973b3feb docs: RFC for TTL tables (#39264)
close pingcap/tidb#39263
2023-03-17 19:46:40 +08:00
f8324568dc docs: add support late materialization rfc (#39654)
ref pingcap/tidb#40601
2023-03-16 23:34:39 +08:00
b417ad0689 docs: remove flashback design doc (#41653) 2023-02-22 18:35:06 +08:00
61db242728 *: add design doc for resource control (#41509)
ref pingcap/tidb#38825
2023-02-17 16:34:02 +08:00
6a4475e369 br: block storage based tidb cluster backup and restore (#36028)
close pingcap/tidb#33849
2023-02-16 17:16:03 +08:00
3d8b7c21f1 docs: add a proposal for distributed DDL reorg (#41256)
close pingcap/tidb#37129
2023-02-15 22:38:02 +08:00
85c48edbb6 placement: supports survival preferences (#40613)
close pingcap/tidb#38605
2023-02-08 17:51:59 +08:00
e7e7935171 doc: update flashback doc (#40031)
ref pingcap/tidb#40026
2023-01-04 14:58:19 +08:00
667bc4cbed docs/design: REORGANIZE PARTITION design (#38246)
ref pingcap/tidb#15000, ref pingcap/tidb#15002
2022-12-28 20:08:16 +08:00
5a08acdf19 docs: fix 'enable_global_index' to 'enable-global-index' (#40009) 2022-12-20 10:34:57 +08:00
376081580f doc: add a proposal for foreign key (#35982) 2022-12-15 16:08:52 +08:00
8a539c11d9 docs/design: format the name of 'Adding-Index-Acceleration' RFC. (#39952) 2022-12-15 14:52:53 +08:00
222faa4346 docs: fix typos (#39870) 2022-12-13 22:50:52 +08:00