apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

feat: support shard affinity #245

Closed ShiKaiWi closed 1 year ago

ShiKaiWi commented 1 year ago

Rationale

In some cases, some specific shards may contain tables whose query or write requests are massive, and these tables are hoped to be migrated to some node alone.

Detailed Changes

Test Plan

New unit tests are added.