We are trying to use RavenDB to store an object, which when serialized in JSON is about 800K.
Saving 1 object takes about 100 ms on the RavenDB server, and we dose them and save 10 during the creation of a new object every 100 ms.
In the end, we run out of memory on the client, because we see that the server cannot store them fast enough.
Is this a known issue, if so, how can this be optimized?
Ahmad source share