04 2019 档案
摘要:1.通过合理的Redis数据分布,实现逻辑的简化,即将部分逻辑纳入redis 连个sort表的合并,相关的资料见 http://www.redis.net.cn/order/3613.html ZINTERSTORE EHR_HYPERTENSION_FOLLOW:vmin 2 EHR_HYPERT
阅读全文
摘要:理论基础部分:http://www.redis.cn/topics/mass-insert.html 几百上千万的数据建议使用pipe来完成导入。 1.windows 下数据导入命令: type output.data | C:\Redis\redis-cli.exe -h "127.0.0.1"
阅读全文
摘要:1.redis中文网 http://www.redis.cn/documentation.html 2.数据类型介绍 http://redis.cn/topics/data-types-intro.html#sets 3.redis命令查询 http://www.redis.net.cn/order
阅读全文
摘要:今天线上版本的错误: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Row size too large (> 8126). Changing some columns to TEXT or BLOB or
阅读全文