bbolt icon indicating copy to clipboard operation
bbolt copied to clipboard

blob: can bolt support read/write blob data

Open vipally opened this issue 6 years ago • 1 comments

Current data access API assume all data is in memory func (b *Bucket) Put(key []byte, value []byte) error func (b *Bucket) Get(key []byte) []byte

Compare with other embeded db (like sqlite, berkerlydb), read/write blob( maybe larger than 4GB) is a common demand. I hope bolt can add APIs to open blob tx.

vipally avatar Jan 22 '18 06:01 vipally

I'm also interested in knowing if there is any interest in this.

simar7 avatar Jan 09 '20 18:01 simar7