用 Go 發展的 groupcache…
用 Go 發展的 groupcache…
http://feedly.com/k/12eoBmP
groupcache 是 Brad Fitzpatrick 最新的作品 (之前最有名的兩個作品是 memcached 與 OpenID 1),目標在於取代一部分 memcached 的功能。
以官方的說明是:
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
另外一篇介紹文是「Playing With Groupcache」。
跟 memcached 差異最大的地方在於「沒有更改與刪除的功能」,一旦寫進去後就不會變動。在放棄 update/delete 的特性後,換來的是:
Cluster 的能力。 處理熱點的能力。
以往在 memcached server 之間是沒有交集的,在 groupcache 則是 cluster 起來。另外以前在 memcached 會因為同時存取同一個 key 而造成 single CPU overloading 的問題,在 groupcache 則透過 auto-mirror 機制解決。
不過還是得想一下要怎麼用,畢竟沒有 update/delete 功能…
Related Posts:
PostgreSQL 對 security update 的極端作法… 把 MySQL MyISAM 換到 Galera Cluster 的 InnoDB 上… Java SE 6 下個月將停止提供安全更新… mctop:memcache top 推薦《An Introduction to Programming in Go》這本書…
shared via http://feedly.com
留言