Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Auto-bulk-writes #27

Open
CLOVIS-AI opened this issue Aug 6, 2024 · 0 comments
Open

Auto-bulk-writes #27

CLOVIS-AI opened this issue Aug 6, 2024 · 0 comments

Comments

@CLOVIS-AI
Copy link
Collaborator

CLOVIS-AI commented Aug 6, 2024

Related to #13

Implement a bulk write transformer that performs operations lazily:

val bulked = collection
    .autoBulk()

bulked.updateOne(…) // Not performed yet
bulked.updateOne(…) // Not performed yet 
bulked.findOne(…) // A read would observe that wrights haven't happened yet, so we need to commit all pending writes first
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant