Skip to content

搜狐公司强大的数据库中间件

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

Codefor/SOHU-DBProxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###一、简介

SOHU-DBProxy是由 搜狐 数据库团队开发维护的一个基于MySQL协议的数据中间层项目。它在MySQL官方推出的MySQL-Proxy 0.8.3版本的基础上, 修改了大量bug,添加了很多功能特性。现在已经在sohu的公有云上使用,也在sohu视频和焦点业务线上使用

主要功能:

1 事务级的多路连接复用

2 负载均衡提高读性能,支持动态扩展

3 动态添加的SQL审核和过滤。能够统计的SQL长时间运行影响性能,并且阻止其运行

4 用户连接限制

5 自动摘除宕机的DB

6 读写分离(当前版本没有,代码和测试已经完成,没有合并到当前版本)

###二、dbproxy详细说明

[1.二进制安装的包(支持redhat5/6)] (bin/)

2.快速了解dbproxy

3.安装

4.命令参考手册

5.测试报告

6.使用限制

7.dbproxy的内部设计文档

###三、dbproxy的需求及Bug反馈方式

如果用户在实际的应用场景中有新的功能需求,或者在使用的过程中发现了bug, 欢迎用户发邮件至dba@sohu-inc.com,或者通过qq群164449733,与我们取得联系,我们将及时回复。

About

搜狐公司强大的数据库中间件

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.3%
  • Shell 7.0%
  • Lua 4.2%
  • C++ 1.1%
  • Objective-C 0.3%
  • XSLT 0.1%