|
|
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 |
|
|
|
904101210b
|
executor: fix decode row panic (#2961)
Index Schema may be replaced by aggregation schema, which may be longer than
original schema length, in this case decode row will panic.
|
2017-03-30 13:15:04 +08:00 |
|
|
|
78f7eab61d
|
*: refactor distsql and executor. (#2942)
|
2017-03-29 15:20:25 +08:00 |
|
|
|
9f17a88377
|
fix some typo in comments (#2943)
|
2017-03-29 08:55:49 +08:00 |
|
|
|
9f23ab74a9
|
store/tivk: wait task channel in Close (#2925)
|
2017-03-27 12:28:31 +08:00 |
|
|
|
6aa45e441c
|
Make index serial scan concurrency configurable and fix golint errors. (#2928)
|
2017-03-27 00:57:19 +08:00 |
|
|
|
ed56d82fa7
|
sessionctx/variable: refine TiDB specific system variables. (#2915)
|
2017-03-24 12:57:33 +08:00 |
|
|
|
294334fe0b
|
*: change standard "context" package to "golang.org/x/net/context" (#2890)
|
2017-03-20 13:03:51 +08:00 |
|
|
|
517e32b25c
|
store,executor: tiny changes, consider ctx (#2748)
|
2017-03-08 15:22:29 +08:00 |
|
|
|
fb9cd85e2e
|
*: Speed up the add columns phase (#2769)
|
2017-03-07 20:11:29 +08:00 |
|
|
|
e6ad664f8c
|
executor: range task channel in XSelectIndexExec.Close. (#2775)
|
2017-03-06 13:35:05 +08:00 |
|
|
|
0282310e8b
|
executor,localstore: use default value if column not found in row. (#2703)
|
2017-02-23 15:18:57 +08:00 |
|
|
|
94418b289f
|
*: add a ctx parameter to distsql.Select, kv.Client and tikv.Client (#2699)
|
2017-02-22 16:02:22 +08:00 |
|
|
|
4f95252ab0
|
*: add Cancel method for tidb.Session, Canceled for context.Context (#2636)
|
2017-02-22 12:56:20 +08:00 |
|
|
|
624e7edebe
|
executor: fix bug about topn pushing down. (#2693)
|
2017-02-21 14:54:56 +08:00 |
|
|
|
fd9744c5e9
|
executor: start a goroutine to consume task channel if errorred. (#2678)
Fix goroutine leak.
|
2017-02-20 22:18:14 +08:00 |
|
|
|
7965666bce
|
executor: ajust some code. (#2574)
|
2017-01-30 09:45:50 +08:00 |
|