|
|
|
|
|
by hyuen
5975 days ago
|
|
I have tried to use hadoop at lizten.in, but it seems overkill specially for small deployments like the basic slicehost option.
I tried memcached and sure, it is a good fix for some page rendering issues, but for elements that you want to cache forever (or a relatively long time), I prefer to create a blob table in mysql and store the entries as if it was a key/value pair. I am sure there are more sophisticated persistent datastores, but I guess the idea is the same.
Maybe with some high performance storage, such as SSD's and something like berkeleydb it would be feasible to keep a relatively big cache. |
|