8ae01abfd9
ddl, executor: fix creating unique index without partition column error when enable-global-index is true ( #22471 )
2021-03-05 16:10:54 +08:00
e1004a2ccb
*: modify the switch to control global stats ( #22866 )
2021-03-01 14:18:30 +08:00
7151b4f3b5
config: use tidb_enable_list_partition to enable list table partition feature ( #22864 )
2021-02-25 22:11:04 +08:00
b1bd2856ca
config: disable list partition by default since it's an experimental feature ( #22045 )
2020-12-29 09:56:18 +08:00
1f16f74bd9
planner: add special partition pruner for list columns partition ( #21577 )
2020-12-23 11:21:53 +08:00
50f5ddc70e
executor,distsql: support multiple physical tables in one table reader ( #20404 )
2020-10-14 20:05:26 +08:00
0b7c7167d1
planner,executor: support global index for IndexScan and IndexLookUpReader ( #19821 )
2020-09-24 20:50:28 +08:00
0cba76107b
executor: improve test coverage for partition table code ( #20006 )
2020-09-17 18:43:38 +08:00
2a3a5ab076
*: disable new partition prune in master distribution ( #19911 )
2020-09-14 16:26:54 +08:00
07453ff735
planner: fix wrong columns pruning for partition union all ( #19527 )
...
* planner: move partition union solver before predicates push down
* fix
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-27 20:42:55 +08:00
547c5b14cf
executor: partition table reader below apply should reset in Open ( #19514 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-27 14:41:01 +08:00
74ef1a2f9c
executor: fix build union-scan for index-join on patitioned tables ( #19333 )
2020-08-21 15:52:36 +08:00
11d1c1bdf7
executor: fix select from partition table on TiFlash ( #19234 )
2020-08-20 17:19:36 +08:00
3df573d2fc
planner,executor: use new table partition implementation and fix CI ( #18981 )
2020-08-06 17:50:40 +08:00
f3abdb027f
executor: handle index join for the new partition table implementation ( #18862 )
...
* planner,executor: implement PartitionTable executor for the three reader
* add the new file
* make fmt
* forget to add the test file to git
* fix a tiny bug
* executor: handle partition table for index join
* make golint happy
2020-08-05 10:42:18 +08:00
4e829aaee7
planner,executor: fix index merge for partition table ( #18940 )
...
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com >
2020-08-04 20:38:17 +08:00
a1dc4381c5
planner,executor: implement PartitionTable executor for the three reader ( #18823 )
2020-07-30 11:00:55 +08:00