a. Storage Estimate: 100TB, QPS Estimate: 100k (sharding is necessary)
b. Architecture Selection (High Availability: Peer to Peer, 因为如果用master slave pattern,当master down了需要重新选择master的时候,写变得不available, High Consistency: Master-Slave)
2. Service
a. Read
同样是Big Table的方法
先检查内存的skiplist有没有
通过bloom fileter(false is always false)检查是否在sstable里