You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for the same feature request?
I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
Currently some background tasks such as index building are not run in task executor, but a separate thread pool is started to run them. This is not good for unified management of compute resources. The goal of this feature request is to unify some background tasks and run them on the task executor. At the same time, the foreground tasks will have a higher priority, and can be scheduled and executed by the task executor first.