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

Allow to lock column sorting in data browser #1497

Closed
mtrezza opened this issue Mar 15, 2020 · 0 comments
Closed

Allow to lock column sorting in data browser #1497

mtrezza opened this issue Mar 15, 2020 · 0 comments
Labels
type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Mar 15, 2020

Problem

Currently the data browser allows to easily change the sorting of data by click on a column.
This is practical for small data sets, but can pose a problem for large data sets.
(Accidentally) clicking on a column of a collection with tens of millions of docs can trigger a collection scan, use up all the hardware resources and bring down the DB.

Solution

It should be possible to lock the current sorting / disable the sorting on click.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants