You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/31 10:43:26 UTC

[GitHub] pajachiet opened a new issue #5114: FilterBox is slow on long lists

pajachiet opened a new issue #5114: FilterBox is slow on long lists
URL: https://github.com/apache/incubator-superset/issues/5114
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [X] I have checked the superset logs for python stacktraces and included it here as text if any
   - [X] I have reproduced the issue with at least the latest released version of superset
   - [X] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   0.25.0
   
   ### Expected results
   Smooth filtering on long lists
   
   ### Actual results
   Filtering a value in a list with many values is really slow, as it dynamically filter at each key stroke.
   
   ### Steps to reproduce
   Filter on a long list of value, such as a name column.
   
   ### Related
   This is related to issue https://github.com/apache/incubator-superset/issues/2867. The corresponding PR https://github.com/apache/incubator-superset/pull/2868 may more generally solve this problem.
   
   Even though here the problem is a bit simpler. We can fetch the list, but the dynamic filtering get stucks. 
   
   A solution could be to wait for user to stop typing before filtering ? like in this [gist](https://gist.github.com/krambertech/76afec49d7508e89e028fce14894724c) for example.
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org