Distributed Channel Cache: Design Notes - adamcfraser/cbnotes GitHub Wiki

The overall goal for a distributed channel cache is to remove the responsibility for each Sync Gateway node to maintain a local in-memory channel cache of all changes seen in the cluster, as this limits our ability to scaling out a SG cluster.