Yes, I am aware of that. I have still no idea why the Mongo queries are suddenly slow like hell. I have a fix in the PR that could distribute the load better over the servers, but I have to test it out.
it is now up/working.
3 Likes
Hi dears, our client is not able to use the platform, very slow queries and sometimes it is totally down. please give us time estimate to fix the issue
FYI, Service is down again. same as before.
1 Like
My queries take around 80ms now.
Btw: A general performance advice is not to retrieve the total if you donât need. It is very slow, due to the nature of databases work in general. You can add a X-NoTotal=1
header to your REST calls.