NoSQL: MongoDB, memcached, EHCache: Compared as Distributed L2 Caches

| | bookmark | email

MongoDB, memcached, EHCache: Compared as Distributed L2 Caches

As can be seen, whether the off-host process that manages the cache-data is MongoD or MemcacheD or Terracotta-Server, architecturally they all look equivalent - i.e. a pure-L2 with no-L1 - so that all data needs to be retrieved from over the network and then massaged into a POJO for consumption by the application.

tags:MongoDB,memcached

via NoSQL databases