Atlas 今天发布了 2.0 版本,改进内容包括: - support long connection
- remove min-idle-connections
- SQL log can be closed
- remove the mode restriction of config file
- fix space bug in admin.lua
- remove chassis_private->cons and con_mutex
- remove is_insert_id
- mysql-proxyd reports error info when startup fails
- check_state doesn't change the state of backends to down
下载地址:https://github.com/Qihoo360/Atlas/releases Atlas是由 Qihoo 360, Web平台部基础架构团队开发维护的一个基于MySQL协议的数据中间层项目。它在MySQL官方推出的MySQL-Proxy 0.8.2版本的基础上,修改了大量bug,添加了很多功能特性。目前该项目在360公司内部得到了广泛应用,很多MySQL业务已经接入了Atlas平 台,每天承载的读写请求数达几十亿条。 |