摘要:
最近在打计算机系统能力大赛的数据库创新设计赛道,不得不说学到了很多东西。比赛用的是PolarDB(套皮PG),最近上华为云用的是OpenGuass(也是套皮PG)(PG简直是开源之神 在实践中,由于服务器资源有限,经常遇到的一个问题是:FATAL: could not create shared m 阅读全文
摘要:
C++ auto start = chrono::system_clock::now(); /* do something */ auto end = chrono::system_clock::now(); chrono::duration<double> diff = end-start; co 阅读全文