|
|
2ca58a4be1
|
planner, executor: remove pid param for sortedSelectResults (#43315)
close pingcap/tidb#43241
|
2023-04-26 06:25:52 +00:00 |
|
|
|
658e7b8914
|
planner, executor: indexMerge support partition table with limit embedded (#43173)
ref pingcap/tidb#41028, close pingcap/tidb#43158, close pingcap/tidb#43160
|
2023-04-20 21:43:20 +08:00 |
|
|
|
2e1522b6a1
|
planner, executor: support mergeSort for partition tables in IndexLookUp (#42483)
ref pingcap/tidb#26166
|
2023-04-04 17:06:57 +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 |
|
|
|
e927cade5c
|
txn: disable rc read check ts for cursor read mode (#42185)
close pingcap/tidb#42184
|
2023-03-14 17:44:48 +08:00 |
|
|
|
741ac51d0d
|
planner: enable tiflash path for generated col in disaggregated tiflash mode (#41359)
close pingcap/tidb#41360
|
2023-02-22 10:57:06 +08:00 |
|
|
|
b0519d822e
|
executor: detach memTracker when open executor (#41556)
close pingcap/tidb#41476
|
2023-02-20 15:47:05 +08:00 |
|
|
|
00d48f90e6
|
*: update util/tracing and remove repeated code (#40825)
close pingcap/tidb#40809
|
2023-02-06 22:35:58 +08:00 |
|
|
|
f9a6e47192
|
planner: support push part of order property down to the partition table (#36108)
ref pingcap/tidb#26166
|
2022-11-29 13:51:59 +08:00 |
|
|
|
cf49466a1e
|
executor: move FillVirtualColumnValue to the table package (#39342)
|
2022-11-23 17:59:58 +08:00 |
|
|
|
835518122e
|
DDL: Remove TiFlash replica progress etcd dependency (#38564)
close pingcap/tidb#38464
|
2022-10-31 13:37:59 +08:00 |
|
|
|
ec96c86552
|
*: fix data race and enable race for tidb-server (#38176)
close pingcap/tidb#38178
|
2022-09-28 12:55:44 +08:00 |
|
|
|
ca86fdd4be
|
executor: fix cop request key range order another case (#36883)
close pingcap/tidb#36876
|
2022-08-04 14:38:05 +08:00 |
|
|
|
afd71bdefd
|
executor: support dispatch cop request to closest replica adaptively (#35927)
ref pingcap/tidb#35926
|
2022-07-19 17:59:07 +08:00 |
|
|
|
55aea2787d
|
*: use pdqsort to improve sort performance (#34404)
close pingcap/tidb#34250
|
2022-07-06 13:41:02 +08:00 |
|
|
|
157c178f27
|
*: seperate TxnScope and ReplicaReadScope (#35877)
close pingcap/tidb#31772
|
2022-07-05 11:33:02 +08:00 |
|
|
|
b0245cda58
|
*: clean up coprocessor streaming code (#35277)
close pingcap/tidb#35276
|
2022-06-10 10:50:31 +08:00 |
|
|
|
c8468a7010
|
distsql,executor: using paging protocol for all coprocessor requests (#35068)
close pingcap/tidb#35067
|
2022-06-01 11:06:27 +08:00 |
|
|
|
eb002463f5
|
*: fix bug that UnionScan can't keep order caused wrong result (#33218)
close pingcap/tidb#33175
|
2022-03-22 17:46:33 +08:00 |
|
|
|
c7a3f31d5b
|
planner: Disable prepared plan cache for partitioned tables in dynamic prune mode (#33098)
ref pingcap/tidb#33031
|
2022-03-19 22:30:30 +08:00 |
|
|
|
64b057dea2
|
executor: reset all state when table reader executor close (#33219)
close pingcap/tidb#33214
|
2022-03-18 15:28:30 +08:00 |
|
|
|
c8637a8141
|
executor: set kvRanges in table_reader when batch_cop=2 for partition table (#33112)
close pingcap/tidb#33111
|
2022-03-16 11:01:53 +08:00 |
|
|
|
3393cf96a3
|
*: support mpp partition for tiflash (#31043)
close pingcap/tidb#32347
|
2022-03-15 18:35:52 +08:00 |
|
|
|
5170f2f414
|
topsql: add more test case for topsql (#32410)
close pingcap/tidb#32405
|
2022-03-11 17:43:51 +08:00 |
|
|
|
e4ced47fa2
|
planner,executor: fix cached table query with filter condition (#32590)
close pingcap/tidb#32422
|
2022-03-09 19:37:49 +08:00 |
|
|
|
493eb45c75
|
*: table partition dynamic prune mode with Physical Table ID from unistore (#31634)
close pingcap/tidb#29851
|
2022-03-04 01:21:46 +08:00 |
|
|
|
1cf4fcfa73
|
*: support prepared plan cache for cached table (#32139)
close pingcap/tidb#32003
|
2022-02-14 12:29:37 +08:00 |
|
|
|
9e928b2321
|
*: fix weak consistency not work (#31935)
close pingcap/tidb#31933
|
2022-01-25 14:24:11 +08:00 |
|
|
|
6b1010f405
|
*: enable golangci-lint prealloc (#31521)
close pingcap/tidb#29004
|
2022-01-11 01:09:41 +08:00 |
|
|
|
0ab0dad9da
|
*: allow TiDB to use TiKV's RC for high performance read (#30943)
close pingcap/tidb#30942
|
2021-12-30 16:57:50 +08:00 |
|
|
|
2409c83381
|
*: fix staled table cache usage inside a transaction (#29443)
|
2021-11-11 18:23:05 +08:00 |
|
|
|
9bbc7ad74a
|
dml : dml read operation for cache table (#29184)
|
2021-11-04 12:07:01 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
193b74ecbb
|
executor: rename txnScope as readReplicaScope instead (#27987)
|
2021-09-14 12:54:40 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
799591a06f
|
session: read local dc replicas automatically for stale read (#25525)
* fix select
Signed-off-by: yisaer <disxiaofei@163.com>
|
2021-06-18 17:13:38 +08:00 |
|
|
|
0490590b01
|
planner,executor: fix 'select ...(join on partition table) for update' panic (#21148)
|
2021-06-16 23:00:37 +08:00 |
|
|
|
f81ef55795
|
planner: solve an incompatible issue about dynamic-mode and TiFlash and enable dynamic mode by default (#25255)
|
2021-06-08 20:08:28 +08:00 |
|
|
|
8656b5d396
|
executor: avoid distsql request for TableReader/IndexReader/IndexLookup on temporary table (#24769)
|
2021-06-02 18:32:26 +08:00 |
|
|
|
f966a3d9fb
|
executor: fix the wrong KVRange for partition tables in TableReader (#25047)
|
2021-06-02 17:30:43 +08:00 |
|
|
|
bfdad7c752
|
*: milisecond test and infoschema fix (#24820)
|
2021-05-24 18:27:34 +08:00 |
|
|
|
5e9e0e6e37
|
*: consitent get infoschema (#24230)
|
2021-05-10 21:00:36 +08:00 |
|
|
|
3f6dfe91da
|
distsql: refactor range splitting logic & comments on int64 boundary (#23991)
|
2021-04-15 21:51:53 +08:00 |
|
|
|
2ea64b28fd
|
executor,distsql: clean up useless interface (#23885)
|
2021-04-09 21:30:33 +08:00 |
|
|
|
6cdfaab99f
|
planner: fix correlated columns in filter or access in MPP apply (#23509)
|
2021-03-26 20:21:24 +08:00 |
|
|
|
5715eefd2b
|
*: Add the metric about the SQL with TiFlash Success (#23426)
|
2021-03-24 22:15:37 +08:00 |
|
|
|
51e561187c
|
executor: fix correlated column range in table reader for the clustered index table (#23087)
|
2021-03-04 15:34:54 +08:00 |
|
|
|
461cae15a7
|
planner, distsql: fix the behaviour of building ranges for TiFlash (#22725)
|
2021-02-21 18:29:46 +08:00 |
|
|
|
795e88ae93
|
executor: fix signed cluster index behavior (#22085)
Signed-off-by: lysu <sulifx@gmail.com>
|
2020-12-30 11:27:44 +08:00 |
|
|
|
9ef7246d29
|
executor: fix data race in extractTxnScope (#21929)
|
2020-12-23 15:34:30 +08:00 |
|