Commit Graph

1794 Commits

Author SHA1 Message Date
ecfdf703b2 *: make test TestCollectInternal stable (#26346) 2021-07-20 16:27:35 +08:00
8b5fb11385 planner,util: optimize encode plan performance by avoid fmt.Sprintf/Fprintf (#26146) 2021-07-19 16:05:34 +08:00
ac83504532 util/bitmap: migrate test-infra to testify (#26312) 2021-07-19 11:47:35 +08:00
014005ab68 util/logutil: remove InitZapLogger (#26315) 2021-07-17 17:39:33 +08:00
5869dbfa4d util: add ttlManager to ignore list (#26301) 2021-07-16 19:45:34 +08:00
4f26765194 privilege: add restricted read only (#25340) 2021-07-16 12:09:33 +08:00
ab535c291d util/expensivequery: migrate test-infra to testify (#26287) 2021-07-16 10:53:34 +08:00
ran
fd06dbf246 util/checksum: migrate to testify (#26252) 2021-07-15 20:59:33 +08:00
2412437041 executor: support spill intermediate data for unparalleled hash agg (#25714) 2021-07-15 17:21:32 +08:00
05bedf7cc0 util: fix can use invisible index after admin check table (#26233) 2021-07-15 16:41:33 +08:00
2b192e3149 topsql: refine collect information for DDL and internal SQL (#26047) 2021-07-15 16:13:36 +08:00
0752869945 topsql: add others to record all evicted item's data (#25910) 2021-07-15 15:51:33 +08:00
07739b7467 util/hack: remove pingcap/check for utils/hack (#26184) 2021-07-14 16:25:32 +08:00
ed659df5e3 util/profile: migrate test-infra to testify (#26205) 2021-07-14 11:05:32 +08:00
00a4c12d9d format: fix check (#26198) 2021-07-14 10:23:34 +08:00
9abf9d0bb4 *: reduce NewRuntimeStatsColl() object allocation (#26164) 2021-07-13 18:33:32 +08:00
94ed411ab8 util/ranger: fix wrong range calculation of prefix index when appending ranges to point ranges (#26066) 2021-07-13 14:07:32 +08:00
54f18d5130 util/mock: migrate test-infra to testify (#26159) 2021-07-13 11:35:32 +08:00
93b5df2ef7 util: migrate test-infra to testify (#26158) 2021-07-13 11:27:32 +08:00
e28cc0fe56 util: support soft limit for memory tracker (#25820) 2021-07-13 11:19:32 +08:00
ran
cca32e22dd util/arena: migrate test-infra to testify (#26116) 2021-07-12 20:09:32 +08:00
eaa0ef476e *: optimize MemTracker object allocation in point get (#26064) 2021-07-12 14:19:25 +08:00
98b2c88045 errno: migrate test-infra to testify (#26082) 2021-07-10 14:29:31 +08:00
94194679a4 *: finish insert/point_get for local temporary table (#26053) 2021-07-09 18:13:30 +08:00
c6680e999b *: update client-go and update mocktikv usages (#25911) 2021-07-09 10:57:32 +08:00
94453ef4f5 util/math: reduce redundant wrapper (#26026) 2021-07-08 11:41:29 +08:00
a8d23fda41 *: optimize query statements summary table by avoid decode plan for each row (#25892) 2021-07-06 12:51:28 +08:00
dc53b520bf executor: fix hash join between datetime and timestamp (#25915) 2021-07-06 11:21:28 +08:00
fee39d3242 metrics: add metrics for top sql (#25805) 2021-07-05 11:03:28 +08:00
c4424c2920 util/stmtsummary: discard the plan if it is too long and enlarge the tidb_stmt_summary_max_stmt_count value to 3000 (#25843) 2021-07-01 18:31:26 +08:00
fac17a254e topsql: use new cache policy for top-n SQL (#25744) 2021-06-29 20:35:25 +08:00
9c1e47a8ff topsql: update tipb for topsql (#25801) 2021-06-29 10:57:26 +08:00
9e8bb505e1 test: make test TestTopSQLCPUProfile stable by mock high cpu usage (#25702) 2021-06-25 19:55:24 +08:00
149e86ac4b *: introduce snapshot into analyze (#24575) 2021-06-25 15:17:24 +08:00
88b587c08f expression: fix float64 overflow check in plus/minus real function (#24179) 2021-06-24 18:17:25 +08:00
6629462f43 expression: make escape character can be handled in like function (#25141) 2021-06-23 15:41:22 +08:00
7cafe813a0 server: try to make test TestTopSQLAgent stable (#25399) 2021-06-21 16:38:53 +08:00
beec206ede ddl/partition: remove the usage of package 'pd/pkg/slice' (#25356) 2021-06-15 14:40:36 +08:00
bca2f7250f logutil: InitLogger as a more abstract method, deprecated InitZapLogger (#25381) 2021-06-15 10:54:37 +08:00
cc5e161ac0 *: use tikv/client-go/v2 (#25359) 2021-06-11 17:24:35 +08:00
f4e608b8ba util: improve TopSQL reporter memory efficiency (#25195) 2021-06-11 13:16:35 +08:00
9505b4bc69 sli: move small read duration metrics to store/tikv (#25343) 2021-06-11 12:00:36 +08:00
487c08affa infoschema, util/stmtsummary: enhance statements_summary. (#25031) 2021-06-11 11:14:34 +08:00
9900f889cb Metric: Collect TiKV Read Duration Metric for SLI/SLO (#23884) 2021-06-09 18:56:29 +08:00
cbb6f4e64c *: add global system variable tmp_table_size (#24827) 2021-06-09 18:48:30 +08:00
840494dc13 store/tikv: add and fix some metrics for the new retry logic (#25123) 2021-06-07 16:38:28 +08:00
11716e7f4a *: use full sampling as default analyze (#25132) 2021-06-06 00:34:27 +08:00
acdacf186a util: add top sql collector (#24988) 2021-06-04 22:56:28 +08:00
be63681161 expression: processing empty string for enum index correctly (#25101) 2021-06-04 17:28:28 +08:00
0999df9223 planner: support explain analyze for mpp task with union (#24898) (#25081) 2021-06-03 21:36:26 +08:00