Skip to content

feat(strategy): Pisanix supports horizontal sharding strategy #257

@wbtlb

Description

@wbtlb

Development Task

Our goal is to support simple sharding features as follows:

  1. Key-based table sharding feature.
  2. horizontal sharding strategy.
  • query planner
  • SQL rewrit
  • SQL execute
  • Resultset merge
  1. Aggregate function
  • count()
  • sum()
  • max()
  • min()
  • last_insert_id()
  1. simple node order by,group by,limit
  2. sharding with =, IN, BETWEEN AND, >, <, >=, <=
  3. Simple node trasaction
  4. set/charset
  5. config line expression
  6. sharding config

Background

Pisanix will support sharding in v0.3.0.

Implement

Description

Metadata

Metadata

Labels

app:pisa-proxyPisa-Proxy related changesin:strategyStrategy related changes

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions