Hi,As per my understanding, TarMK is faster than MongoMK due to the fact
that segments are immutable and because of this it is easy to cache
frequently accessed segments(TarMK). MongoMK is recommended where
scalability is important. Now, TarMK is not suitable when we use
clientcontext. And the reason is, if we use multiple TarMK enabled
publisher then all the publisher does not sync because AEM 6 does not
support clustering. Now lets say one request coming from Load balancer
which updates client...