← Back to team overview

openstack team mailing list archive

Re: Caching strategies in Nova ...

 

On Fri, Mar 23, 2012, Debo Dutta (dedutta) <dedutta@xxxxxxxxx> wrote:
> +1 to DBs being slow. But what if we used a combo of memcache and db. Or
> use couch/mongo. 
> 
> Comparision:
> http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis 
> 
> Anyone has experience on large deployments to see the kind of db traffic
> we need to optimize for?
> 
> Another thing could be to avoid joins and then do sharding. 

Seems like that's the opposite of what we want.

MySQL isn't exactly slow and Nova doesn't have particularly large
tables. It looks like the slowness is coming from the network and how
many queries are being made.

Avoiding joins would mean even more queries, which looks like it would
slow it down even further.

JE



Follow ups

References