Skip to content

middle ware to support MySQL data shard with pre-sharding

Notifications You must be signed in to change notification settings

pengan1990/proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy

proxy is against mysql protocol which support insert, delete, update, select common grammer from SQL93 std

proxy

insert:

complete insert with batch, which will send to back connections by classify rows against a transaction

delete:

send to all back connections against a transaction

update:

without to set route column, all others is to route to the specified connections

select:

support limit, order by, group by without having, or combination with three of these

About

middle ware to support MySQL data shard with pre-sharding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published