|
|
7ecb7e6f48
|
infoschema: add metrics_summary_by_label table to query all detail metrics (#14663)
|
2020-02-11 14:08:11 +08:00 |
|
|
|
750583c665
|
*: use iterator in show ddl jobs to avoid oom when there is too many history ddl jobs. (#12472)
|
2020-02-10 22:56:05 +08:00 |
|
|
|
cfe0c2025f
|
executor: vectorize the merge join executor by vecGroupChecker (#14458)
|
2020-02-04 15:41:24 +08:00 |
|
|
|
e79b71dc97
|
infoschema: add metric_summary table to query all summary metrics. (#14520)
|
2020-02-04 14:37:53 +08:00 |
|
|
|
b53d253802
|
executor: merge overlapped ranges when build key ranges for indexJoin (#14596)
|
2020-02-03 17:55:53 +08:00 |
|
|
|
c2da4eafd7
|
planner: Fix SMJ hint, support SMJ with descending order. (#14505)
|
2020-01-25 10:10:10 +08:00 |
|
|
|
74bc00dfa9
|
Improve the performance of WindowExec by using multi-thread hash grouping (#14238)
|
2020-01-16 21:04:16 +08:00 |
|
|
|
4f242fe675
|
executor: polish the code of IndexMergeReaderExecutor (#14352)
|
2020-01-06 14:42:44 +08:00 |
|
|
|
324a4686f0
|
rowcodec: fix use origin default value when decode (#14327)
|
2020-01-03 13:39:09 +08:00 |
|
|
|
0bab73adf5
|
*: use new row-format in tidb (#12634)
|
2020-01-02 22:34:39 +08:00 |
|
|
|
ae106f2e3b
|
executor: support IndexMergeReaderExecutor (#12305)
|
2019-12-31 15:30:58 +08:00 |
|
|
|
66b8add23d
|
executor: support show extended columns statement (#14262)
|
2019-12-28 21:49:09 +08:00 |
|
|
|
635f2e1afd
|
bindinfo: set default db for bindings correctly (#14077)
|
2019-12-27 18:02:09 +08:00 |
|
|
|
86ae838d5a
|
planner/core: disallow using hidden column in insert statement (#14150)
|
2019-12-26 16:08:55 +08:00 |
|
|
|
57ecfb9b46
|
*: implement the diagnostics inspection framework (#14114)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-12-25 15:58:58 +08:00 |
|
|
|
279ad0d41c
|
infoschema,planner: implement the metric table predicate push down (#14169)
|
2019-12-25 10:54:25 +08:00 |
|
|
|
1335ffb6b7
|
*: support read consistency isolation level in the pessimistic transactions (#14087)
|
2019-12-24 21:24:39 +08:00 |
|
|
|
8cbacf0d7c
|
wasm: fix compile error for wasm (#14160)
Signed-off-by: 5kbpers <tangminghua@pingcap.com>
|
2019-12-23 15:17:46 +08:00 |
|
|
|
cd07c4550d
|
*: support certificate based authentication (#13955)
|
2019-12-23 11:37:29 +08:00 |
|
|
|
933715f4a2
|
infoschema: add metric database/table to query cluster metric via SQL. (#13757)
|
2019-12-20 16:13:28 +08:00 |
|
|
|
736c2f2d27
|
executor: implement the CLUSTER_LOG retriever (#14046)
|
2019-12-20 14:48:16 +08:00 |
|
|
|
730ea8ccdb
|
infoschema: add server hardware and system sysctl cluster table (#13997)
|
2019-12-19 21:31:37 +08:00 |
|
|
|
f35be4a989
|
executor: support index advisor, complete input preparation part (#13968)
|
2019-12-13 15:46:44 +08:00 |
|
|
|
a6d976440c
|
executor: refactor the way of retreiving remote component configuration (#13832)
|
2019-12-10 14:49:56 +08:00 |
|
|
|
94481e883d
|
session: if txn invalid do not active it and return an error (#13935)
|
2019-12-09 13:41:09 +08:00 |
|
|
|
cead363ecc
|
executor: apply the vecGroupChecker in window executor (#13852)
|
2019-12-04 01:18:41 -06:00 |
|
|
|
5b6422df58
|
*: support read remote TiDB memory table of cluster (#13065)
|
2019-12-04 13:05:36 +08:00 |
|
|
|
a7d5b98306
|
*: Move StartTs from DAGRequest to Coprocessor.Request (#13823)
|
2019-12-03 17:13:12 +08:00 |
|
|
|
6aa9c3f58b
|
executor: make the groupChecker vectorized (#12903)
|
2019-11-27 07:38:36 -06:00 |
|
|
|
6b7e19ab41
|
extract a LogicalMemTable from DataSource to decouple memory/stored tables (#13741)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-11-27 10:19:17 +08:00 |
|
|
|
380216ed20
|
planner: Fixup error when assign DEFAULT in `INSERT/UPDATE/R… (#13211)
|
2019-11-19 18:23:02 +08:00 |
|
|
|
163132a5ca
|
*: update the forUpdateTS for insert/replace into select statements (#13561)
|
2019-11-19 14:54:23 +08:00 |
|
|
|
ebed3d606c
|
executor: pessimistic txn update forUpdateTS for concurrent insert (#13553)
|
2019-11-19 10:51:53 +08:00 |
|
|
|
ee1ac01282
|
planner, executor: fix wrong result in index merge join. (#13192)
|
2019-11-18 13:34:24 +08:00 |
|
|
|
aca3f47292
|
*: Refactoring reading logic of virtual generate column (#12407)
|
2019-11-13 17:39:53 +08:00 |
|
|
|
b84c5a73ad
|
executor: implement the execution part of the outer hash join (#12882)
|
2019-11-12 17:48:30 +08:00 |
|
|
|
7bfa8967e1
|
executor: rename HashJoin.outer and inner to probe and build (#13045)
|
2019-10-31 11:43:36 +08:00 |
|
|
|
9ed376ada2
|
util/admin: support admin check table on partition table (#12796)
|
2019-10-29 20:16:37 +08:00 |
|
|
|
36f0f37b40
|
expression, planner: remove some fields from `expression.Colum… (#12573)
|
2019-10-29 15:48:26 +08:00 |
|
|
|
bb1c5c8493
|
executor: fix the projection upon the indexLookUp in indexLookUpJoin can't get result. (#12889)
|
2019-10-24 11:41:59 +08:00 |
|
|
|
34b3c9a641
|
executor: fix data race in GetDirtyTable() (#12767)
|
2019-10-23 13:57:30 +08:00 |
|
|
|
e1ba309148
|
executor: make IndexHashJoin support keeping the outer order (#12349)
|
2019-10-17 14:48:24 +08:00 |
|
|
|
cc991d90d3
|
executor: support index lookup merge join in executor. (#12024)
|
2019-10-14 19:21:33 +08:00 |
|
|
|
a64ee14279
|
executor: support projection as inner child of index join (#12640)
|
2019-10-14 17:51:50 +08:00 |
|
|
|
99a4e602fb
|
*: support split partition table region (#12213)
|
2019-10-14 15:40:45 +08:00 |
|
|
|
ebc122bb48
|
*: support where in admin show ddl jobs statement (#12484)
|
2019-10-11 10:47:13 +08:00 |
|
|
|
c0d6185144
|
planner: implement the BatchPointGetPlan to improve the BatchPointGet performance (#12322)
|
2019-10-10 16:56:03 +08:00 |
|
|
|
a177d46663
|
executor: add index hash join benchmark (#12564)
|
2019-10-09 17:02:46 +08:00 |
|
|
|
99a5432dce
|
*: encode the returned data using the Chunk format in mocktikv (#12023)
|
2019-09-28 20:02:26 +08:00 |
|
|
|
095bee9655
|
executor: support table reader executor read from tiflash. (#12371)
|
2019-09-27 15:31:04 +08:00 |
|