|
|
d244723a5e
|
executor: remove unused structure RecordBatch (#10891)
|
2019-06-26 15:26:16 +08:00 |
|
|
|
b78490e403
|
*: use the unified log format for the remaining packages (#9743)
|
2019-03-22 16:34:47 +08:00 |
|
|
|
6136ab14cf
|
*: start replacing logger with zap logger (#9279)
|
2019-02-15 16:43:47 +08:00 |
|
|
|
00c4ff4fa9
|
*: refactor Executor.Next() to receive RecordBatch (#8994)
|
2019-01-14 15:04:36 +08:00 |
|
|
|
30427927f6
|
*: move session.NewStore to store.New to achieve semantic accuracy (#8617)
|
2018-12-10 20:53:15 +08:00 |
|
|
|
c137cada68
|
*: change golang.org/x/net/context to standard context (#8579)
|
2018-12-05 13:54:00 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
ccf6da1a46
|
*: rename NextChunk to Next (#6214)
|
2018-04-03 20:00:30 +08:00 |
|
|
|
f287451eed
|
tidb: move tidb/*.go to session directory (#6062)
This change makes our top level directory clean.
|
2018-03-20 09:06:11 -05:00 |
|
|
|
631141b22c
|
*: remove Next function for RecordSet (#6040)
|
2018-03-13 21:05:10 +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 |
|
|
|
a63601ad21
|
store/tikv: run gc workers parallelly (#5837)
* run gc workers parallelly
* dynamically to change gcConcurrency
|
2018-02-09 21:43:19 +08:00 |
|
|
|
f1e89cde19
|
*: use lower-case of github.com/sirupsen/logrus (#5400)
*: rename github.com/Sirupsen/logrus to github.com/sirupsen/logrus
* vendor: update pd
* vendor: update github.com/pingcap/tipb/go-mysqlx
|
2017-12-14 16:25:58 +08:00 |
|
|
|
546b5a9418
|
*: support tls connection to pd and tikv (#5311)
|
2017-12-12 20:17:19 -06:00 |
|
|
|
fb610e6429
|
*: change executor Next() interface to Next(goctx.Context) (#5223)
|
2017-11-26 21:17:33 -06:00 |
|
|
|
0977fd07e6
|
*: begin opentracing from dispatch() and change interface to Execute(ctx, sql) (#5027)
|
2017-11-07 02:52:15 -06:00 |
|
|
|
473363adcb
|
store/tikv: remove dependency on tidb from store/tikv. (#4932)
|
2017-10-31 13:14:02 +08:00 |
|
|
|
7afae3f89c
|
*: support write slow query log into seperate files (#4804)
|
2017-10-20 14:22:10 +08:00 |
|
|
|
eb8df3519a
|
*: prepare to enforce errcheck, part1 (#4670)
|
2017-09-30 16:23:37 +08:00 |
|
|
|
88e1666ac6
|
*: change the log package to logrus (#4452)
|
2017-09-08 00:45:07 -05:00 |
|
|
|
cf96dca50c
|
store/tikv: export RunGCJob (#3439)
|
2017-06-13 12:53:16 +08:00 |
|
|
|
ec4eb933fa
|
cmd: fix comments warning in cmd (#3191)
|
2017-05-02 11:01:13 +08:00 |
|
|
|
a1a24e8c42
|
benchdb: bootstrap session. (#2726)
* benchdb: use random string for every row
|
2017-02-24 14:03:20 +08:00 |
|
|
|
27c3a37410
|
benchdb: support specify a sql query to run. (#2395)
|
2017-01-05 13:36:45 +08:00 |
|
|
|
ab8795de24
|
cmd: add benchmark tool 'benchdb' (#1920)
'benchdb' is used to make testing basic table performance easier.
Also move 'benchkv' to 'cmd' folder.
|
2016-11-11 12:27:45 +08:00 |
|