學(xué)習(xí)資料: http://www.itdecent.cn/p/ae741edd682c https://blog.csdn.net/jyxmu...
學(xué)習(xí)資料: https://www.alibabacloud.com/blog/tech-insights---two-phase-commit...
在大多數(shù)數(shù)據(jù)產(chǎn)品中,都會(huì)同時(shí)使用內(nèi)存和磁盤,內(nèi)存提供了更好的性能但是遇到程序崩潰、機(jī)器崩潰則會(huì)丟失數(shù)據(jù),磁盤提供了持久化的保證但是性能較差。為了...
學(xué)習(xí)資料: https://blog.csdn.net/qq_31807385/article/details/113662819 http:/...
學(xué)習(xí)資料: 1.https://www.elastic.co/cn/blog/found-dive-into-elasticsearch-sto...
學(xué)習(xí)資料 1.https://thehoard.blog/how-kafkas-storage-internals-work-3a29b02e0...
學(xué)習(xí)資料 1.https://medium.com/nerd-for-tech/understanding-redis-in-system-de...
使用RedoLog和<WAL,執(zhí)行Commit或者Rollback操作,數(shù)據(jù)刷盤>順序 可以保證持久性和原子性 使用UndoLog和<WAL,執(zhí)...