perkeep/pkg/blobserver/mongo
Antonin Amand b18a28edd1 blobserver/mongo, missing index on "key"
The mongo blobserver does not ensure an index on "key" key which stores
the blobref.
It is slow and enumerate fails when there are too many blobs
because mongodb can't sort when there are too many results.

Change-Id: Id644a48f93be308007f77cf5ea6b6620acf489bd
2014-09-20 20:23:13 +02:00
..
enumerate.go
fetch.go
mongo.go blobserver/mongo, missing index on "key" 2014-09-20 20:23:13 +02:00
mongo_test.go docker tests: remove container when done 2014-04-09 23:26:14 +02:00
receive.go
remove.go
stat.go