reveha opened a new pull request, #41531: URL: https://github.com/apache/superset/pull/41531
This PR resolves a performance issue where the lists of available options inside filter dropdown menus were bypassing the data cache configuration. Previously, the system triggered a fresh database query to populate these dropdown options every time the filters initialized, creating an unnecessary database bottleneck for relatively static lookup data. To fix this, I integrated the data cache mechanism into the fetching logic for filter dropdown lists, ensuring they are served directly from the cache after the initial retrieval to drastically reduce database overhead and speed up component initialization. -- 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]
