-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the semantics of batch. #102
Comments
i'd push to have it's semantics not be transactional, i.e. writes in a |
Yeah, those both sound like good ideas. Transactions are batches but batches aren't transactions (and can partially fail). Would you have time to document this (on the interface definition)? |
absolutely! |
We can also characterise them in terms of properties. Batches provide no ACID guarantees and are mainly used for performance reasons; transactions provide atomicity and isolation guarantees. |
Currently, it's entirely undocumented.
The text was updated successfully, but these errors were encountered: