tarantool / vshard

The new generation of sharding based on virtual buckets
Other
100 stars 30 forks source link

Consider usage of msgpack.object feature for rebalansing #328

Closed olegrok closed 2 years ago

olegrok commented 2 years ago

Probably it's possible to declare function that receives tuples during rebalancing as takes_raw_args (https://github.com/tarantool/tarantool/pull/6666/commits/c03f9c79a783ee1d894cca928cdc02984364e611). And after it put directly to space (https://github.com/tarantool/tarantool/pull/6666/commits/ae48d9e551d18837947cef4facaa2d13d91580e6).

Probably it could speedup rebalancing procedure.