junlincc opened a new issue #13428: URL: https://github.com/apache/superset/issues/13428
Posting on behalf of users AFAIK Superset prefetchs all the distinct values of filters by running a separate query for each filter. I'm looking for a way to implement an instant filter (filter as you type).Is there a way to achieve that? My dataset contains at least 2 millions of records so, I think prefeching all different values for each filter is not the best way for UX AND performance. My first guess is to use the data API but i'm not sure if this is the correct path to follow. Any suggestion? Proposed solution - configuration to 'uncheck' autocomplete filter, similar to the setting in Explore. - Allow user to type instant filter value ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
