Commit Graph

126 Commits

Author SHA1 Message Date
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
Josh Baker 23559ff463 Merge branch 'buntdb-anthony' of https://github.com/muyiwaolurin/buntdb into muyiwaolurin-buntdb-anthony 2016-07-20 06:38:35 -07:00
Josh Baker b2a1f0c53c Merge branch 'hzy-patch-1' 2016-07-20 06:37:44 -07:00
Anthony Olurin d16ddf8b06 go_vet, mispell and golint 2016-07-20 08:57:29 -04:00
Jacob Haslehurst 373e6ff36e typo 2016-07-20 18:20:28 +10:00
Josh Baker a0b38686b1 updated readme 2016-07-19 16:50:21 -07:00
Josh Baker 1c6267beba typo 2016-07-19 15:23:14 -07:00
Josh Baker 7875d65f2a initial commit 2016-07-19 15:15:00 -07:00