Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to wait loading to perform a query on large collections #559

Open
alexandre-slp opened this issue Apr 1, 2021 · 3 comments
Open

Need to wait loading to perform a query on large collections #559

alexandre-slp opened this issue Apr 1, 2021 · 3 comments

Comments

@alexandre-slp
Copy link

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.

image

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
@rsercano
Copy link
Member

rsercano commented Apr 1, 2021

Hi @alexandre-slp I remember there was a workaround for this, isn't there a setting to disable fetching these values in the settings?

@alexandre-slp
Copy link
Author

I think you are talking about this one:

image

Its already unchecked but this is related to the statistics shown in the main page not the one shown in my last picture.

@rsercano
Copy link
Member

rsercano commented Apr 1, 2021

Alright, let me check this one too, thanks for reporting @alexandre-slp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants