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

categories limited #40

Closed
jiskattema opened this issue Nov 10, 2016 · 1 comment
Closed

categories limited #40

jiskattema opened this issue Nov 10, 2016 · 1 comment
Assignees
Labels

Comments

@jiskattema
Copy link

At the moment, due to UI restrictions, the total number of categories is limited to 50 in the SQL backend.
The crossfilter backend is not limited.

@jiskattema
Copy link
Author

We have set a hard limit (75 for now) on the maximum number of categories the spot-framework (and spot-server) will create.
For client side datasets, we take the 75 first (distinct) values that crossfilter encouters
For server side datasets, we order by count (ie. occurence) and limit to 75

jiskattema pushed a commit to NLeSC/spot-server that referenced this issue Oct 25, 2017
to prevent creating too many when scanning (fi on a continuous facet)
See also NLeSC/spot#40
@jiskattema jiskattema self-assigned this Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant