Kirubakaran
My feedback
1 result found
-
33 votes
We are excited to announce the release of amongoc - an asynchronous C driver for MongoDB, now in public preview. This experimental driver aims to provide an efficient, non-blocking interface for MongoDB operations.
Share your feedback on GitHub to help shape its development into a production-ready tool. Your input is crucial, and we can't wait to see what you'll build with amongoc!
Resources
An error occurred while saving the comment
This is great. Is there a way to understand how this is implemented ?
Mainly Is this fearure is crash consistent.?
If multiple threads parallel inserting document to a collection, can this be consolidated automatically and do a bulk update by the mongo-router to the corresponding shards ?