database-mesh / pisanix

A Database Mesh Project Sponsored by SphereEx
https://www.pisanix.io
Apache License 2.0
281 stars 37 forks source link

Feat(pisa-proxy, sharding): support horizontal sharding. #338

Closed xuanyuan300 closed 2 years ago

xuanyuan300 commented 2 years ago

What is changed and how it works?

Major changes:

  1. Support horizontal sharding, the currently, support single database table sharding only.
  2. Refactor runtime server.

ref #257