So what I’m seeing is on a single session for a user, if I insert 1 object that is 42k the response is quick. But the more objects that I insert into that session, say a 100, I see the insert speed slow. These are also 1 off inserts with unique keys to that session.
This is a poc that I’m doing...