could be.
Write is not a fast action now with the mongo driver. Take into account that
each object generates a graph of dictionaries who are committed to the DB.
Depending on the complexity of that graph, you will have larger write times.
you can try measuring time of two separated operations:
Hi!
I'm using Voyage with MongoDB.
I need to store an object with a large collection.
Since both are voyageRoot, there is a Mongo table with all the collection
objects and another with the first object pointing to them.
With 20,000 objects in the collection it's taking 30 min to save.
¿Is that nor