michael-s-molina commented on issue #15694: URL: https://github.com/apache/superset/issues/15694#issuecomment-881004635
> 1. I believe the checkbox exists as the query run to generate the autocomplete can be very expensive on large tables, especially those with many partitions. > 2. A bigger concern I have is that the autocomplete only returns 10000 results and in a seemingly arbitrary order. This means that it can be difficult to select the actual value you want. @etr2460 Both points are very important. One thing that we can do to mitigate these risks is to use the new Select component. It will allow us to fetch data in a paginated manner and also remove the limit on the number of results. We can submit a PR and test in Airbnb's environment to check if performance is acceptable 😉. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
