摘要: binlog 的配置 mysql> show variables like '%binlog%';+ + +| Variable_name | Value |+ + +| binlog_cache_size | 2097152 || binlog_checksum | CRC32 || binlog 阅读全文
posted @ 2021-04-24 12:54 暗夜飞羽睿 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 官网 https://www.grpc.io 基准测试 https://www.grpc.io/docs/guides/benchmarking demo https://gitee.com/anyefeiyurui_admin/grpc.git 插件说明 https://github.com/go 阅读全文
posted @ 2021-03-17 11:07 暗夜飞羽睿 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-15 10:52 暗夜飞羽睿 阅读(363) 评论(0) 推荐(0) 编辑
摘要: MySQL 体系结构 1. Connectors指的是不同语言中与SQL的交互。 2. Management Serveices & Utilities: 系统管理和控制工具。 3. Connection Pool: 连接池。管理缓冲用户连接,线程处理等需要缓存的需求。 4. SQL Interfa 阅读全文
posted @ 2020-12-24 21:52 暗夜飞羽睿 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Gandy/p/7290069.html 阅读全文
posted @ 2020-06-20 15:55 暗夜飞羽睿 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010739551/article/details/82887411 netty cs 过高优化 阅读全文
posted @ 2020-06-09 16:38 暗夜飞羽睿 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 查看使用的数据库引擎 show variables like '%storage_engine%'; 显示的使用的是InnoDB 查看引擎状态 show engine innodb status 2020-06-09 11:48:38 7fd22fb2c700 INNODB MONITOR OUTP 阅读全文
posted @ 2020-06-09 11:47 暗夜飞羽睿 阅读(1506) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
posted @ 2020-03-23 10:41 暗夜飞羽睿 阅读(234) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
posted @ 2020-03-22 13:47 暗夜飞羽睿 阅读(331) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
posted @ 2020-03-22 13:42 暗夜飞羽睿 阅读(367) 评论(0) 推荐(0) 编辑