Need to wait loading to perform a query on large collections
Expected Behavior
Run a simple query on a large collection.
Current Behavior
When the query screen opens it start a process that the "Execute" button is replaced with "loading" gif and while its loading, its not possible to perform the query. This loading time is proportional to the collection size and on very large collections the loading time is greater than 5 minutes!!!
Possible Solution
I can think on 1 solution:
- Make this process non blocking for querying
I think this process collect statistics from the collection.

Context
It's very frustrating needing to wait for minutes just to perform a simple query.
Your Environment
- Nosqlclient version used: 4.0.1
- Environment name (e.g. chrome 39, portable, docker): docker
- Operating System and version (e.g. windows 10, ubuntu 16, osx 10.12): ubuntu 20
Hi @alexandre-slp I remember there was a workaround for this, isn't there a setting to disable fetching these values in the settings?
I think you are talking about this one:

Its already unchecked but this is related to the statistics shown in the main page not the one shown in my last picture.
Alright, let me check this one too, thanks for reporting @alexandre-slp