复杂系统的实现根基是分布式关系数据库,传统意义的数据库,关系性数据库是单机的,集群系统在实现过于复杂
http://sourceforge.net/projects/amoeba/
Amoeba is a proxy that sits between your client and DB server(s) that can monitor, analyze or transform their communication. written in java. 1load balancing 2failover; 3queries Route.
问题:如何支持存储过程。
存储过程是事物完整性的重要保障。
相关文章: