In the state of Alternator in docs/alternator/alternator.md, we said that BatchWriteItem doesn't check for duplicate entries. That is not true - we do - and we even have tests (test_batch_write_duplicate*) to verify that. So drop that comment. Refs #5698. (there is still a small bug in the duplicate checking, so still leaving that issue open). Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20200219164107.14716-1-nyh@scylladb.com>
Scylla developer documentation
This folder (and its subfolders) contain developer-oriented documentation concerning the Scylla codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.