yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
9.02k stars 1.08k forks source link

[DocDB] Use separate thread pool for vector index insert #25029

Open spolitov opened 21 hours ago

spolitov commented 21 hours ago

Jira Link: DB-14167

Description

Since vector index insert tasks consume a lot of CPU and could take significant amount of time, it is necessary to use separate thread pool for them. To avoid blocking other system activities.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information