|
|
1e5e86920d
|
test: merge serial tests in bindinfo, expression, parser and statistics (#30749)
|
2021-12-16 18:40:37 +08:00 |
|
|
|
b4df7ca4dc
|
test: make all the tests run in serial (#30692)
|
2021-12-14 18:06:36 +08:00 |
|
|
|
2ba75e4af5
|
statistics: introduce bernoulli sampling method (#28999)
|
2021-10-28 12:52:49 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
463cc34410
|
statistics: migrate test-infra to testify for sample_test.go (#28537)
|
2021-10-07 18:41:23 +08:00 |
|
|
|
bc5c912f85
|
statistics: some refactoring about stats collector (#26583)
|
2021-08-18 01:39:59 +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 |
|
|
|
66ad36ee10
|
planner, executor, statistics: support correlation calc for new sampling method (#24458)
|
2021-05-25 23:57:34 +08:00 |
|
|
|
18d519f056
|
stats, executor: use a correct sampling to collect stats (#23997)
|
2021-05-02 23:11:51 +08:00 |
|
|
|
ae7346fc64
|
statistics: introduce the weighted reservoir sampling (#24089)
|
2021-04-22 16:43:54 +08:00 |
|
|
|
3dd842f50a
|
statistics: add bucket ndv for index histogram (#20580)
Co-authored-by: Yuanjia Zhang <zhangyuanjia@pingcap.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2021-01-13 18:24:21 +08:00 |
|
|
|
ceec9d9c63
|
*: fix the estimation error on normal column when collation enabled (#18104)
|
2020-07-01 17:11:51 +08:00 |
|
|
|
c561d5aa99
|
*: remove useless conversions and omit some types (#16262)
|
2020-04-10 00:23:06 +08:00 |
|
|
|
0d563f1e2d
|
stats: fix unstable test (#10953)
|
2019-06-27 13:51:16 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
edaec7bdaf
|
*: move Statement and RecordSet from ast to sqlexec package (#7970)
|
2018-10-21 13:21:26 +08:00 |
|
|
|
501de19821
|
stats: add average column size for the histogram (#5974)
|
2018-03-23 13:44:24 +08:00 |
|
|
|
ce3bf40aac
|
stats, mocktikv: implement NextChunk for record set (#5950)
|
2018-03-06 13:08:50 +08:00 |
|
|
|
e1121814d2
|
*: don't import golang.org/x/net/context as goctx alias (#5895)
Now that there is no conflict with sessionctx.Context, this can be
import directly
|
2018-02-24 03:40:56 -06:00 |
|
|
|
ecbd60c3ff
|
*: add arguement StatementContext to Encode functions. (#5566)
|
2018-01-06 17:31:08 +08:00 |
|
|
|
c45111d9f6
|
stats: use more compact structure for histograms (#5539)
* stats: use more compact structure for histograms
* address comments
* address comments
* refine code
* address comment
|
2018-01-05 20:43:01 +08:00 |
|
|
|
a2fb741191
|
*: Chunk add context parameter (#5348)
|
2017-12-09 11:23:40 +08:00 |
|
|
|
fb610e6429
|
*: change executor Next() interface to Next(goctx.Context) (#5223)
|
2017-11-26 21:17:33 -06:00 |
|
|
|
a32b8dbcf6
|
*: use Chunk for TableReader. (#5142)
|
2017-11-21 10:08:50 +08:00 |
|
|
|
cf5a22b5fd
|
*: replace *ast.Row with types.Row (#5124)
|
2017-11-16 18:36:28 +08:00 |
|
|
|
ec9d1f0cc6
|
*: simplify RecordSet.Fields. (#5068)
|
2017-11-12 12:07:18 +08:00 |
|
|
|
30a080db5c
|
*: build and use count-min sketch (#5042)
|
2017-11-08 22:34:01 +08:00 |
|
|
|
62433663e5
|
util/types: change types path (#5007)
* util/types: change types path
|
2017-11-04 10:37:14 -05:00 |
|
|
|
182476ea0f
|
stats: fix bug when merge sample collectors (#4752)
|
2017-10-11 22:05:47 -05:00 |
|
|
|
a7bcc2b335
|
stats: change FMSketch hash function from fnv to murmur (#4541)
|
2017-09-15 20:02:39 +08:00 |
|
|
|
200fe45550
|
stats: prework for analyze push down (#4478)
|
2017-09-11 14:06:21 +08:00 |
|
|
|
0e438de9ff
|
*: move sample collector from executor to stats (#4468)
|
2017-09-08 12:21:10 +08:00 |
|