peeling

資料庫 - 機率型資料結構 Bloom Filter 在 Cache 中的應用

category: database     4 minute read     Posted on:

Cache Issues 就像我們在 資料庫 - Cache Strategies 與常見的 Solutions | Shawn Hsu 當中提到的 如果碰到惡意攻擊,查詢不在 cache 也不在 database 裡面的資料,那麼所有的請求都會直接到 database,然後又會直接被打爆 所以其實在這種狀況底下...