liuis / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

DoNotOverwrite - feature request #133

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to have a WriteOption "DoNotOverwrite".
If two threads append a new record (new_key = last_key + 1), they would 
overwrite their records.

Original issue reported on code.google.com by doppelba...@gmail.com on 27 Dec 2012 at 9:21