tarantool / vshard

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

Stream tuples via box.session.push during migration process #188

Open R-omk opened 5 years ago

R-omk commented 5 years ago

... instead of collecting tuples in lua table. It should be much more effective.

bucket_send_xc -> ask replica_set for pull request for (bucket_id+space+chunk_position) then replica_set do netbox.call and listen async pushes with just one tuple per push message

Gerold103 commented 5 years ago

Sounds reasonable! It could simplify my solution very much! Related to #73.