1 2 3 4 5 ··· 23 下一页
摘要: 【os】 ubuntu1804 【文心上找到的】 【步骤】 一、环境准备 ‌配置节点名称‌:配置集群各节点的hostname,确保互相可以通过hostname来解析节点IP,不需要通过DNS。 ‌时间同步‌:确保所有节点的时间同步,以避免时间不一致导致的问题。 ‌关闭防火墙和SELinux‌:为了简 阅读全文
posted @ 2025-01-22 22:05 stupidstan2019 阅读(63) 评论(1) 推荐(0)
摘要: 【x-paxos介绍】 https://ost.51cto.com/posts/12893 【polardbx使用x-paxos的commit】 https://github.com/polardb/polardbx-engine 182w行代码 【代码目录】 阅读全文
posted @ 2024-04-04 10:33 stupidstan2019 阅读(13) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/blastbao/p/8290332.html 大概差3倍 阅读全文
posted @ 2024-03-06 21:36 stupidstan2019 阅读(9) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/u012906122/article/details/132115917 项目现在大概5%,暂时放着 阅读全文
posted @ 2024-02-24 10:23 stupidstan2019 阅读(19) 评论(0) 推荐(0)
摘要: 【tsc】 time stamp counter 【性能】 大概只要chrono接口的1/6时延 【测试程序】 #include <x86intrin.h> #include <chrono> #include <cstdio> using namespace std::chrono; int ma 阅读全文
posted @ 2024-02-13 12:11 stupidstan2019 阅读(33) 评论(0) 推荐(0)
摘要: 【glibc2.17】 核心代码在1542-1566行 每个循环逻辑 1)源地址到寄存器,寄存器到目的地址 2)每次拷贝8次*2字节=16字节 【主要逻辑】 阅读全文
posted @ 2024-02-12 17:02 stupidstan2019 阅读(234) 评论(1) 推荐(0)
摘要: 【环境】 在ubuntu上没调好 centos上 debuginfo-install glibc-devel.x86_64 【源码分析参考】 https://blog.csdn.net/u011039332/article/details/127945984 【3k多行代码】 阅读全文
posted @ 2024-02-11 11:23 stupidstan2019 阅读(26) 评论(0) 推荐(0)
摘要: 假设每秒10w个请求(2wlog, 8wpage) 阅读全文
posted @ 2024-01-24 20:08 stupidstan2019 阅读(24) 评论(0) 推荐(0)
摘要: https://man7.org/linux/man-pages/man2/futex.2.html 阅读全文
posted @ 2024-01-23 13:07 stupidstan2019 阅读(11) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/weixin_47108251/article/details/124971201 本地路径 E:\jch\2024_sync\BaiduSyncdisk 阅读全文
posted @ 2024-01-21 18:50 stupidstan2019 阅读(20) 评论(0) 推荐(0)
1 2 3 4 5 ··· 23 下一页