Elasticache: All content tagged as Elasticache in NoSQL databases and polyglot persistence
Friday, 18 January 2013
Deep Dive Into Amazon ElastiCache
Harish Ganesan published an in-depth article about Amazon Elasticache covering:
- Connection overhead of the connection buffer per TCP client connection approach used by ElastiCache
- Possible solutions for dealing with an elastic Amazon ElastiCache cluster (nb: memcached nodes are not cluster aware)
- Auto discovery (just recently added by the AWS team as a patch to the spymemcached Java client)
- ElastiCache node types
- Memory allocation and eviction policies
Original title and link: Deep Dive Into Amazon ElastiCache (©myNoSQL)
via: http://harish11g.blogspot.in/2013/01/amazon-elasticache-memcached-internals_8.html
Tuesday, 23 August 2011
Memcached in the Cloud: Amazon ElastiCache
Amazon announced today a new service Amazon ElastiCache or Memcached in the cloud. The new service is still in beta and available only in the US East (Virginia) Region.
While many will find this new service useful, it is a bit of a disappointement that Amazon took the safe route and went with pure Memcached. The only notable feature of Amazon ElastiCache is automatic failure detection and recovery. But compared with Membase (and the soon to be released Couchbase 2.0) it is missing clustering, replication, support for virtual nodes, etc. Even if advertising a push-button scaling, ElastiCache will lose cached data on adding or removing instances.
The pace at which Amazon is launching new services is indeed impressive. I’m wondering what will be the first NoSQL database that will get official Amazon support.
Original title and link: Memcached in the Cloud: Amazon ElastiCache (©myNoSQL)