Hello i got an issue with documentbd and kotlin,
1. Our dba teams says there is not queries lasting more than 200 millis,
2. I check my code logging time difference between documentdb request start and end, this logs show us that getting 6K docs aprox 6 seconds, but with less that 1000 DocDb last less that 700 MS
3. Is there any way that parsing the response to the object occur a delay like 3 secons?
4. I spect a well typed object incluid complex types, could that affect docbd response?