Commit Graph

15 Commits

Author SHA1 Message Date
ec833bc4d2 *: fix some lints produced by golangci-lint (#8999) 2019-01-16 16:44:49 +08:00
d125958380 tikvclient: Add endKey param to Scanner (#8178) 2018-11-08 18:21:40 +08:00
eddff3429a *: importing data reduce memory allocations. (#5549) 2018-01-07 12:48:07 +08:00
ad1c532ea5 *: remove unused package and functions (#5003)
* *: remove unused package and functions
2017-11-04 03:36:25 -05:00
0f15c2ec5d kv: limit transaction size, len, and entry length, reduce retry times (#2426) 2017-01-10 12:26:18 +08:00
1c6c145f94 *: Set custom verbose flag to true (#1956)
* *: set custom verbose flag to true

* *: update .gitignore
2016-11-05 18:00:13 +08:00
7a2bc12ebd kv: improve test coverage above 80% (#1758) 2016-09-26 11:55:32 +08:00
8edbf557a2 *: remove MemBuffer cache and Release method. (#1411) 2016-07-08 11:57:02 +08:00
e64539679a kv: remove btree, and use rbtree to implement membuffer. (#1043) 2016-04-18 11:38:37 +08:00
08034540f0 *: Add leak test
* *: add leak test and tiny clean up

* *: unify test format and add leak test

Conflicts:
	store/localstore/compactor_test.go
	mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
48c8b75edb *: reduce string bytes convert 2015-12-25 20:52:36 +08:00
3c059f77d8 kv: unify NewIterator and Seek 2015-12-02 10:37:02 +08:00
c0b198b908 *: refactor iterator interface
Next() shouldn't return a new iterator.
2015-11-02 21:40:08 +08:00
bce394831c kv: updated mem_buffer_test 2015-10-26 12:09:04 -04:00
7035023f15 kv, store: add MemBuffer for UnionStore
Create interface MemBuffer to decouple UnionStore with
specific in-memory buffer implementation.
2015-10-26 11:09:52 -04:00