Commit Graph

157 Commits

Author SHA1 Message Date
Josh Baker 4c43f6a231 disk load optimizations
reuse read buffer
copy minimal string size
2016-08-13 07:31:43 -07:00
Josh Baker 3e58c89ec6 increased default btree degrees 2016-08-12 17:37:29 -07:00
Josh Baker f240a9c339 boost load from disk 2016-08-12 16:00:22 -07:00
Josh Baker 61a9ab4ee0 minor optimization 2016-08-11 09:44:57 -07:00
Josh Baker e8de6d537f mention gjson 2016-08-10 21:12:36 -07:00
Josh Baker 66633719e2 mention gjson 2016-08-10 21:12:02 -07:00
Josh Baker 4c9327ce84 fast json indexing with gjson 2016-08-10 20:11:51 -07:00
Josh Baker 8bd6969eef Merge branch 'prisoner-master' 2016-08-09 05:59:03 -07:00
rojazz1999 49f1ba4845 Ascend* & Descend* results should be limited by the item's value when an index is provided 2016-08-09 15:17:44 +08:00
Josh Baker 6e05318647 added -u option 2016-08-06 15:55:51 -07:00
Josh Baker 47c40c6e2a Merge branch 'master' of https://github.com/tidwall/buntdb 2016-08-05 06:08:30 -07:00
Josh Baker 823e2ea146 faster IndexString 2016-08-05 06:08:22 -07:00
Josh Baker 8a270a1534 marked section 2016-08-02 17:45:52 -07:00
Josh Baker 93806b18dc added JSON indexes 2016-08-02 17:24:56 -07:00
Josh Baker c93aa91259 format update 2016-08-02 07:41:58 -07:00
Josh Baker 9e17f31ff4 added infinity example 2016-08-02 07:40:34 -07:00
Josh Baker 092539ee71 fixed 2D point typo 2016-08-02 07:08:56 -07:00
Josh Baker 14a6fc65a5 Merge pull request #8 from appleboy/patch-1
Fix tx.Set return arguments.
2016-08-02 03:25:05 -07:00
Bo-Yi Wu 10f804a09c Fix tx.Set return arguments. 2016-08-02 17:03:04 +08:00
Josh Baker 912f340175 added gocover link 2016-08-01 13:10:01 -07:00
Josh Baker 6715c44bcf flat-square badges 2016-07-31 09:51:47 -07:00
Josh Baker 48f8304351 db close check in shrink 2016-07-31 08:52:34 -07:00
Josh Baker 2a94eebbca performance boost for sets 2016-07-30 13:09:03 -07:00
Josh Baker f274d25a08 added go report card badge 2016-07-28 19:50:06 -07:00
Josh Baker 6330ea23c9 added error check 2016-07-28 19:42:35 -07:00
Josh Baker 7d482717f0 Merge branch 'master' of https://github.com/tidwall/buntdb 2016-07-28 19:39:02 -07:00
Josh Baker ff93c0d8e9 new shrink algorithm. better error checks. 2016-07-28 19:38:51 -07:00
Josh Baker c6c10f575d clearer sync policy 2016-07-27 09:24:18 -07:00
Josh Baker 3a53e89dbc updated shrink value 2016-07-26 10:28:03 -07:00
Josh Baker ae4055527c Merge branch 'master' of https://github.com/tidwall/buntdb 2016-07-26 10:25:36 -07:00
Josh Baker d6a4f5c635 allow only one shrink at a time. 2016-07-26 10:25:29 -07:00
Josh Baker ff87d6a875 removed version 2016-07-25 17:17:51 -07:00
Josh Baker 419064833e raft-buntdb 2016-07-25 17:11:05 -07:00
Josh Baker 70dec49583 fixed install instructions 2016-07-25 07:12:49 -07:00
Josh Baker c2daadf638 Update README.md 2016-07-25 07:06:47 -07:00
Josh Baker f93c178f80 typo 2016-07-25 06:55:46 -07:00
Josh Baker 21d5a2c940 performance section 2016-07-25 06:54:53 -07:00
Josh Baker 624feadea5 fixed govet golint typos 2016-07-24 10:20:55 -07:00
Josh Baker 270260e081 change Config to ReadConfig and better cleanup code 2016-07-24 10:14:37 -07:00
Josh Baker d121dd81dd optional no-persist with :memory: path. benchmarks 2016-07-23 10:20:38 -07:00
Josh Baker fe40e74afd typo 2016-07-21 18:48:43 -07:00
Josh Baker 4bd032680d mention btree implementation 2016-07-21 18:48:09 -07:00
Josh Baker fcc4a61d34 added some spatial syntax examples 2016-07-21 16:14:42 -07:00
Josh Baker 62ac7a3485 updated r-tree to support 20 dimensions 2016-07-21 15:35:23 -07:00
Josh Baker b33a815b28 Merge pull request #5 from radarhere/patch-1
Fixed typos
2016-07-21 05:00:56 -07:00
Andrew Murray 91f53989dd Fixed typos 2016-07-21 19:48:36 +10:00
Josh Baker b4e23eb389 added details on aof format and fsync 2016-07-20 12:26:24 -07:00
Josh Baker 4622c7d04b added database config options
- SyncPolicy - Adjusts hoe often the data is synced to disk.
This can beNever, EverySecond, or Always. The default is EverySecond.

- AutoShrink - Controls how often the append-only log can grow before
it gets resized. The default is 5x the number of items in the database.
2016-07-20 10:47:41 -07:00
Josh Baker d3df98bcf9 added TTL function 2016-07-20 09:40:09 -07:00
Josh Baker 332ce3d9ca Merge branch 'muyiwaolurin-buntdb-anthony' 2016-07-20 06:38:48 -07:00