Use Couchbase hosted in Amazon from a client hosted in Azure, what can cause bad performance?
问题 I'm trying to use a Couchbase cluster hosted in Amazon EC2 . The client I'm trying to use it from is hosted in Microsoft Azure . The performance is terrible, in ~10% of the time opening a bucket takes a lot of time. This is my configuration: <couchbaseClients> <couchbase useSsl="false" operationLifespan="1000"> <servers> <!-- Ip addresses obscured... --> <add uri="http://1.1.1.1:8091/pools"></add> <add uri="http://1.1.1.2:8091/pools"></add> </servers> <buckets> <add name="default" useSsl=