tarantool / vshard

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

Split router and storage into modules and files #263

Open Gerold103 opened 3 years ago

Gerold103 commented 3 years ago

Router and storage files are getting too huge. It is hard to unit test and extend. Even though still is surprisingly easy to read IMO. replicaset.lua, lua_gc.lua, error.lua files are good examples of isolated modules.