|
|
c30e8320d8
|
*: correct use require (#31904)
ref pingcap/tidb#31716
|
2022-02-07 18:11:35 +08:00 |
|
|
|
3de13842b3
|
test: control log level with environment variables (#30871)
|
2021-12-24 17:03:48 +08:00 |
|
|
|
950a274afc
|
golangci-lint: support durationcheck (#30027)
|
2021-12-14 21:10:35 +08:00 |
|
|
|
b4df7ca4dc
|
test: make all the tests run in serial (#30692)
|
2021-12-14 18:06:36 +08:00 |
|
|
|
38f05d1f4b
|
executor: Add TiKV read throughput metric (#28701)
|
2021-10-11 17:37:25 +08:00 |
|
|
|
267a3b8162
|
executor: add auto id allocator execution runtime stats (#28013)
|
2021-10-08 17:35:24 +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 |
|
|
|
7ab81f234b
|
util/execdetails: remove pingcap/check for execdetails_test (#26300)
|
2021-07-21 15:01:35 +08:00 |
|
|
|
8b5fb11385
|
planner,util: optimize encode plan performance by avoid fmt.Sprintf/Fprintf (#26146)
|
2021-07-19 16:05:34 +08:00 |
|
|
|
9abf9d0bb4
|
*: reduce NewRuntimeStatsColl() object allocation (#26164)
|
2021-07-13 18:33:32 +08:00 |
|
|
|
cc5e161ac0
|
*: use tikv/client-go/v2 (#25359)
|
2021-06-11 17:24:35 +08:00 |
|
|
|
840494dc13
|
store/tikv: add and fix some metrics for the new retry logic (#25123)
|
2021-06-07 16:38:28 +08:00 |
|
|
|
0999df9223
|
planner: support explain analyze for mpp task with union (#24898) (#25081)
|
2021-06-03 21:36:26 +08:00 |
|
|
|
1f79bfe637
|
*: fix ci lint (#25057)
|
2021-06-02 17:58:54 +08:00 |
|
|
|
6c44ec29d8
|
execdetails: make ConcurrencyInfo only appear once in explain analyze (#24514)
|
2021-06-02 13:01:47 +08:00 |
|
|
|
8c25a0074a
|
*/backoff: make backoff type as string instead of interface fmt.Stringer (#24810)
|
2021-05-25 15:23:33 +08:00 |
|
|
|
18cbfaac15
|
*: enable gosimple linter (#24617)
|
2021-05-14 09:15:38 +08:00 |
|
|
|
fa39b79006
|
store/tikv: remove execdetails dependency (#24119)
|
2021-04-20 13:41:52 +08:00 |
|
|
|
a53cf42075
|
execdetails: move execdetails to store/tikv (#23985)
|
2021-04-15 15:13:55 +08:00 |
|
|
|
69675ead57
|
store/tikv: move CommitDetails and LockDetails to tikv/util (#23854)
Signed-off-by: disksing <i@disksing.com>
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
|
2021-04-09 20:56:24 +08:00 |
|
|
|
01b05745d8
|
execdetails: refine cop task execution stats display in plan (#23461)
|
2021-04-01 22:05:24 +08:00 |
|
|
|
3cf2599256
|
util: remove unused code (#23041)
|
2021-03-04 13:14:54 +08:00 |
|
|
|
8357f809ff
|
*: remove some useless codes and do tiny update (#22972)
|
2021-02-26 19:14:53 +08:00 |
|
|
|
caa8c16cac
|
execution: support explain analyze in mpp execution. (#22053)
|
2021-01-07 17:46:59 +08:00 |
|
|
|
16f53257ca
|
store: trace loadRegion to see the PD region cache loading (#22092)
|
2021-01-04 10:10:45 +08:00 |
|
|
|
8144e1395d
|
*:Adapt ScanDetailV2 in KvGet and KvBatchGet Response (#21562)
|
2020-12-30 17:02:44 +08:00 |
|
|
|
32d19b78e1
|
*: refine runtime stats display and tiny bug fix for metrics (#21022)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-11-26 16:35:25 +08:00 |
|
|
|
ceefbf1591
|
executor: Add the HashAggExec runtime information (#20577)
|
2020-11-25 21:56:52 +08:00 |
|
|
|
22feeb4aef
|
executor:Add runtime stat for IndexMergeReaderExecutor (#20653)
Signed-off-by: jyz0309 <45495947@qq.com>
|
2020-11-19 19:36:54 +08:00 |
|
|
|
b468a8a4fb
|
distsql, util: adapt scandetailv2 in coprocessor response (#20492)
|
2020-10-28 15:56:24 +08:00 |
|
|
|
58f2a48b11
|
*:add the indexlookup runtime stats infomation (#20145)
|
2020-10-23 19:33:15 +08:00 |
|
|
|
c808997d25
|
store, util: adapt scandetailv2 in coprocessor response (#20391)
|
2020-10-16 14:25:57 +08:00 |
|
|
|
0ed9f4d050
|
executor: tiny optimize slow_query performance and add related runtime stats (#20200)
|
2020-10-13 14:06:09 +08:00 |
|
|
|
bb354b0c30
|
*:Record the time consuming of memory operation of Insert Executor in Runtime Information (#19574)
|
2020-09-23 20:57:40 +08:00 |
|
|
|
bada2801ac
|
*: fix cop task runtime information is wrong in the concurrent executor (#19849)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-09-11 14:14:37 +08:00 |
|
|
|
5717194f8c
|
executor: Extract plan id from execution summaries for TiFlash cop response (#19791)
* extract plan id from execution summaries for tiflash cop response
* fix ci error
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-09-04 16:26:01 +08:00 |
|
|
|
915d84d7ad
|
executor: add pessimistic lock keys runtime information (#19547)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-09-01 20:46:31 +08:00 |
|
|
|
db3c96b3ff
|
executor: add transaction commit runtime information in slow log (#19366)
|
2020-08-27 16:18:47 +08:00 |
|
|
|
0d997f2b8b
|
update pd / br / unistore / tidb-tools dependencies (#19323)
|
2020-08-20 16:55:34 +08:00 |
|
|
|
a2e2ce6339
|
*: use int instead of fmt.Stringer as executor id (#19207)
|
2020-08-19 13:39:31 +08:00 |
|
|
|
ea3da25984
|
*: record more rpc runtime information in cop runtime stats (#18916)
|
2020-08-18 16:34:07 +08:00 |
|
|
|
cd3e5ed826
|
*: update kvproto, PD, BR and unistore dependencies (#18938)
|
2020-08-05 13:30:26 +08:00 |
|
|
|
f0e5876353
|
util/execdetails: refactor execdetails information of runtime collect (#18530)
|
2020-07-15 20:05:29 +08:00 |
|
|
|
c2c02cde4b
|
*: support record kv/pd time for a SQL statement (#17591)
|
2020-06-18 21:17:48 +08:00 |
|
|
|
ad598e431a
|
executor: add the cache for apply executor (#17039)
|
2020-06-17 21:24:12 +08:00 |
|
|
|
0d95b09e8a
|
executor: Remove unnecessary information in explain analyze output (#16248)
|
2020-05-21 19:26:00 +08:00 |
|
|
|
0e5af57f60
|
log: tiny fix for expensive query log in execute detail (#16899)
|
2020-04-28 15:18:56 +08:00 |
|
|
|
3a07cf7fcc
|
executer: add Cop_time in slow log (#16873)
|
2020-04-28 15:08:09 +08:00 |
|
|
|
21ee980e11
|
*: Refine Explain's format. (#15507)
|
2020-03-23 17:57:49 +08:00 |
|
|
|
d329fad8c4
|
store: fix timing of prewrite binlog in slow log (#15273)
|
2020-03-11 10:32:32 +08:00 |
|