apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.

Home Page:https://horaedb.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open shards concurrently

ShiKaiWi opened this issue · comments

Description
Currently, shards are opened one by one, which is too slow when restarting the whole cluster.

Proposal
Open the shards concurrently.

Additional context