goleveldb icon indicating copy to clipboard operation
goleveldb copied to clipboard

(d* DB).Append(key, value []byte)

Open x6j8x opened this issue 11 years ago • 5 comments

It would be really great if there would be an (atomic) Append() method.

I know that I can work around this using Get() and Put() (and additional synchronization), but an atomic Append() - maybe even with a WriteOption CreateIfMissing true/false - would be very, very helpful.

x6j8x avatar May 03 '13 05:05 x6j8x

This can be useful.

syndtr avatar May 04 '13 01:05 syndtr

+1

brutella avatar Aug 19 '14 13:08 brutella

+1

rzanato avatar Sep 11 '15 03:09 rzanato

any plans for this feature?

vtolstov avatar Jan 03 '18 20:01 vtolstov

+1

wzshiming avatar Jun 21 '19 13:06 wzshiming