随笔分类 -  java

摘要:分布式缓存集群方案特性使用场景(Memcache/Redis(Twemproxy/Codis/Redis-cluster))优缺点对比及选型 分布式缓存特性: 1) 高性能:当传统数据库面临大规模数据访问时,磁盘I/O 往往成为性能瓶颈,从而导致过高的响应延迟.分布式缓存将高速内存作为数据对象的存储 阅读全文
posted @ 2017-03-01 22:23 慕容尘轩 阅读(1240) 评论(0) 推荐(0) 编辑
摘要:两种升级方式 In-Place Upgrade: Involves shutting down the old MySQL version, replacing the old MySQL binaries or packages with the new ones, restarting MySQ 阅读全文
posted @ 2016-12-28 09:44 慕容尘轩 阅读(3361) 评论(0) 推荐(0) 编辑
摘要:#在MySQL配置文件(my.ini)中默认无该配置项,使用默认值时,值为1024,可在客户端执行下列语句修改: #SET GLOBAL group_concat_max_len = 1024; #该语句执行后重启客户端即可用语句: #show variables like "group_conca 阅读全文
posted @ 2016-12-26 11:56 慕容尘轩 阅读(941) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示