|
|
33c82d1371
|
util: fix err check (#23009)
|
2021-03-03 21:48:55 +08:00 |
|
|
|
760d27c51f
|
util: fix staticcheck errors (#13456) (#13651)
|
2019-11-22 17:20:25 +08:00 |
|
|
|
ebe8b0989d
|
*: limit a single test function timeout to 4s (#13573)
|
2019-11-21 13:44:08 +08:00 |
|
|
|
ec833bc4d2
|
*: fix some lints produced by golangci-lint (#8999)
|
2019-01-16 16:44:49 +08:00 |
|
|
|
d9e16e104f
|
*: Cleanup code (#5852)
|
2018-02-12 23:17:03 +08:00 |
|
|
|
9f2ff293dd
|
*: make MVMap.Get() be able to reuse the value buffer pre-allocated (#5644)
|
2018-01-16 15:15:25 +08:00 |
|
|
|
c646b59927
|
*: fix data race in join. (#3159)
|
2017-04-27 23:26:15 +08:00 |
|
|
|
a6e0019733
|
executor: use MVMap for aggregate (#3028)
|
2017-04-11 13:07:40 +08:00 |
|
|
|
53066fd61a
|
util/mvmap: keep the input order when get multiple values. (#2971)
Some ORM tests assumes the input order when join tables.
|
2017-03-31 11:23:03 +08:00 |
|
|
|
a168f413ba
|
executor: reduce memory usage and GC overhead for hash join. (#2957)
Implemented and use MVMap to reduce GC overhead and memory usage for hash join.
|
2017-03-30 23:04:02 +08:00 |
|