hawkingrei / papers-notebook

📄 🇨🇳 papers I have read
GNU General Public License v3.0
28 stars 1 forks source link

Large-scale Incremental Processing Using Distributed Transactions and Notifications #8

Open hawkingrei opened 3 years ago

hawkingrei commented 3 years ago

https://storage.googleapis.com/pub-tools-public-publication-data/pdf/36726.pdf

hawkingrei commented 3 years ago

这篇paper主要介绍了google Percolator在分布式事务和增量通知功能。其建立在Bigtable之上,来为google网页搜索提供索引。

hawkingrei commented 3 years ago

Percolator事务实现

Percolator 使用两阶段提交的方式来实现

1、prewrite阶段

2、commit阶段