perkeep/pkg/sorted
Bill Thiede fe25884b71 pkg/sorted/kvfile: faster wipe.
Delete the underlying DB file instead of iterating over the contents and
deleting item by item.

Change-Id: I1328c44b447ba9b1dc1cf81fdaf1f2437f80a071
2013-12-24 21:27:49 -08:00
..
kvfile pkg/sorted/kvfile: faster wipe. 2013-12-24 21:27:49 -08:00
kvtest sorted: more tests 2013-12-23 15:35:05 +01:00
mongo mongo: NewKeyValue now takes a mongo.Config 2013-12-17 15:18:14 +01:00
mysql pkg/index: move postgresql to sorted + some fixes 2013-12-24 00:37:14 +01:00
postgres pkg/index: move postgresql to sorted + some fixes 2013-12-24 00:37:14 +01:00
sqlite pkg/index: move sqlite implementation to sorted 2013-12-16 17:35:27 +01:00
sqlkv camlistored: add --reindex flag; make sqlkv a sorted.Wiper 2013-12-23 19:07:17 -08:00
kv.go sorted: better errors when a constructor fails 2013-12-16 20:27:41 -08:00
mem.go index: move mongo implementation to sorted 2013-12-13 00:25:40 +01:00
mem_test.go Change sorted.KeyValue.Find to take an optional end bound; add tests. 2013-12-07 08:43:18 -08:00