|
|
b049cd3c6d
|
executor: increase signalCheckpointForJoinMask to reduce the impact on performance (#42315)
|
2023-03-17 18:35:08 +08:00 |
|
|
|
df92b9ff43
|
planner: make tidb_enable_plan_cache_for_subquery can take effective immediately (#41612)
ref pingcap/tidb#40219
|
2023-03-17 18:34:41 +08:00 |
|
|
|
3ea364720b
|
load data: add root cause to an error message (#42352)
ref pingcap/tidb#40499
|
2023-03-17 17:39:13 +08:00 |
|
|
|
9632aa6b49
|
resource_control: support calibrate resource (#42165)
ref pingcap/tidb#38825
|
2023-03-17 17:38:41 +08:00 |
|
|
|
ed86b9c741
|
execdetails: fix data race in the BasicRuntimeStats (#42338)
close pingcap/tidb#42337
|
2023-03-17 15:40:54 +08:00 |
|
|
|
5f32edd3f4
|
*: refine getting clusterID logic for disaggregated tiflash (#42103)
close pingcap/tidb#42102
|
2023-03-17 15:40:39 +08:00 |
|
|
|
55d29440e9
|
builder: support EXPLAIN ANALYZE to display RU statistical information (#42080)
close pingcap/tidb#41972, ref pingcap/tidb#42087
|
2023-03-17 14:32:39 +08:00 |
|
|
|
5aceb2e525
|
expression: support ilike function (#40942)
close #40943
|
2023-03-17 13:37:15 +08:00 |
|
|
|
8d8d608093
|
bootstrap: move LOAD DATA system table into bootstrap (#42343)
ref pingcap/tidb#40499
|
2023-03-17 12:56:47 +08:00 |
|
|
|
c6ccec8689
|
*: fix data race at the TxnTotalSizeLimit (#42336)
close pingcap/tidb#42335
|
2023-03-17 12:56:40 +08:00 |
|
|
|
04741ae4ca
|
*: implement CANCEL/DROP LOAD DATA JOB (#42137)
ref pingcap/tidb#40499
|
2023-03-17 11:58:39 +08:00 |
|
|
|
4f44dab83c
|
test: fix data race (#42306)
close pingcap/tidb#42270
|
2023-03-17 01:02:39 +08:00 |
|
|
|
7a9388283f
|
planner: generate PointGet plans for prepare/execute statements (#42194)
close pingcap/tidb#42125
|
2023-03-16 23:16:41 +08:00 |
|
|
|
e09a2140ca
|
executor: add default value for LOAD DATA batch size (#42310)
ref pingcap/tidb#40499
|
2023-03-16 22:04:40 +08:00 |
|
|
|
a8733c0050
|
load data: format 'delimited data', defined null by (#42191)
ref pingcap/tidb#40499
|
2023-03-16 13:34:40 +08:00 |
|
|
|
ca45f4338a
|
*: Fix TiFlash serverType check in disaggregated mode (#42246)
Signed-off-by: hehechen <chentongli@pingcap.com>
|
2023-03-16 12:18:20 +08:00 |
|
|
|
24cd54c746
|
executor: lock duplicated keys on insert-ignore & replace-nothing (#42210)
close pingcap/tidb#42121
|
2023-03-15 22:52:40 +08:00 |
|
|
|
ee7c089e55
|
session: use TxnCtx.InfoSchema, no matter vars.InTxn() or not (#42027)
close pingcap/tidb#41622, close pingcap/tidb#42003
|
2023-03-15 21:22:40 +08:00 |
|
|
|
982e0dcb7f
|
*: LOAD DATA support WITH DETACHED (#42159)
ref pingcap/tidb#40499
|
2023-03-15 19:48:39 +08:00 |
|
|
|
917c9c97bf
|
config: set use-autoscaler default as false (#42189)
close pingcap/tidb#42190
|
2023-03-15 17:24:39 +08:00 |
|
|
|
323709d73e
|
executor: unstable test folder to isolate the other test cases (#42256)
|
2023-03-15 15:52:40 +08:00 |
|
|
|
19c53a32cc
|
executor: fix broken happens-before during refactor LOAD DATA (#42235)
close pingcap/tidb#42233
|
2023-03-15 12:30:46 +08:00 |
|
|
|
fff7fb9fec
|
executor: enable deadlock (#42173)
|
2023-03-15 09:00:39 +08:00 |
|
|
|
cc56b21242
|
executor: support mergeSort different selectResult in TableScan and IndexScan (#42024)
ref pingcap/tidb#26166, close pingcap/tidb#41801
|
2023-03-14 22:34:39 +08:00 |
|
|
|
a86fd29f1f
|
*: visible default resource group (#41606)
close pingcap/tidb#40875
|
2023-03-14 20:50:39 +08:00 |
|
|
|
39e955b8a2
|
planner: add test cases for non-prep plan cache (#41872)
ref pingcap/tidb#36598
|
2023-03-14 19:16:47 +08:00 |
|
|
|
e927cade5c
|
txn: disable rc read check ts for cursor read mode (#42185)
close pingcap/tidb#42184
|
2023-03-14 17:44:48 +08:00 |
|
|
|
cc54d1bba1
|
txn, session: Rename Aggressive Locking to Fair Locking and enable by default for new clusters (#42108)
ref pingcap/tidb#42107, close pingcap/tidb#42147
|
2023-03-14 15:54:39 +08:00 |
|
|
|
7c3a22e48d
|
*: implement SHOW LOAD DATA JOB (#42118)
ref pingcap/tidb#40499
|
2023-03-13 22:24:39 +08:00 |
|
|
|
ea243088e1
|
load data: move param and some init logic into importer pkg (#42075)
ref pingcap/tidb#40499
|
2023-03-13 18:58:40 +08:00 |
|
|
|
fd91259793
|
executor: LOAD DATA INFILE support asterisk matching (#42050)
ref pingcap/tidb#40499
|
2023-03-13 13:50:39 +08:00 |
|
|
|
6c03f5e163
|
*: implement a global task manager and a sub task manager to handle the read/write of global task table and sub-task table (#41979)
close pingcap/tidb#41984
|
2023-03-13 12:42:37 +08:00 |
|
|
|
73bd2d13f9
|
*: support different tiflash_compute dispatch policy (#41406)
close pingcap/tidb#41783
|
2023-03-10 15:03:13 +08:00 |
|
|
|
7089399891
|
ttl: fix upgrade from 6.5 to 6.6 configuration default value (#41866)
close pingcap/tidb#41865
|
2023-03-09 18:49:12 +08:00 |
|
|
|
b182db2e0f
|
*: upgrade go 1.20.2 (#42046)
close pingcap/tidb#42047
|
2023-03-09 15:01:13 +08:00 |
|
|
|
25770ffc6b
|
executor: unify replace into logic for InsertValues and ReplaceExec (#41947)
ref pingcap/tidb#40499
|
2023-03-08 23:47:12 +08:00 |
|
|
|
4f97ade0e0
|
executor: LOAD DATA record progress in a table (#41871)
ref pingcap/tidb#40499
|
2023-03-08 18:55:12 +08:00 |
|
|
|
60205c5b6e
|
*: fix data race at the UnistoreRPCClientSendHook (#42009)
close pingcap/tidb#42008
|
2023-03-08 17:41:12 +08:00 |
|
|
|
382b388df6
|
planner: add new explain format for plan cache (#41965)
ref pingcap/tidb#36598
|
2023-03-08 00:03:12 +08:00 |
|
|
|
18f1ecdfcd
|
planner: add monitor for non-prepared plan cache (#41752)
ref pingcap/tidb#36598
|
2023-03-07 19:41:12 +08:00 |
|
|
|
5f0bdc14c5
|
slowlog: slowlog with keyspace (#41886)
close pingcap/tidb#41883
|
2023-03-07 16:49:12 +08:00 |
|
|
|
f7d23ebdb0
|
lightning: gcs reader seekend should has an positive offset (#41900)
close pingcap/tidb#41899
|
2023-03-07 13:27:11 +08:00 |
|
|
|
7cd2029773
|
session: support set current session's resource group name (#41722)
ref pingcap/tidb#38825
|
2023-03-06 23:29:11 +08:00 |
|
|
|
a498911e7d
|
metrics: fix lost tidb_executor_statement_total metric (#41821)
close pingcap/tidb#41820
|
2023-03-06 19:11:11 +08:00 |
|
|
|
f43b1bb291
|
stmtsummary: stmtsummary with keyspace (#41882)
close pingcap/tidb#41881
|
2023-03-06 17:49:11 +08:00 |
|
|
|
723526708d
|
metrics: attach const label keyspace_id (#41693)
close pingcap/tidb#41698
|
2023-03-04 00:03:10 +08:00 |
|
|
|
1d293d8159
|
executor: implement part of restrictive LOAD DATA (#41793)
close pingcap/tidb#41784
|
2023-03-03 22:23:10 +08:00 |
|
|
|
04fefc97e6
|
load data: add with options (#41890)
ref pingcap/tidb#40499
|
2023-03-03 21:21:23 +08:00 |
|
|
|
324c3c299f
|
planner: resolve the conflict for join hint (#41637)
close pingcap/tidb#36600
|
2023-03-03 17:03:10 +08:00 |
|
|
|
e1e1c05150
|
key: remove unnecesssary convert (#41887)
|
2023-03-03 11:47:10 +08:00 |
|