I am used boltdb for a long time , I found Bucket is a useful function of it. Now I changed to use Badger.
Why badger don't need a Bucket?
I am used boltdb for a long time , I found Bucket is a useful function of it. Now I changed to use Badger.
Why badger don't need a Bucket?
You can use key prefixes instead of Buckets. It's not as bad as it seems
I am used boltdb for a long time , I found Bucket is a useful function of it. Now I changed to use Badger.
Why badger don't need a Bucket?You can use key prefixes instead of Buckets. It's not as bad as it seems
Thanks for your replay, ForCraft2013.
But I don't think Prefix scan in badger can be as fast as foreach in a bucket. How can we use it on this condition?
Most helpful comment
You can use key prefixes instead of Buckets. It's not as bad as it seems