That said, we've had numerous encounters with EBS volumes becoming
impractically slow, with no apparent proximate cause, for sustained
durations. Generally speaking, we recommend striping (or striping and
mirroring, i.e., RAID10) across EBS volumes.
Regards,
Richard
> > in EC2. =A0I have 3 micro config servers, properly configured against
> > two replica sets comprised of large EC2 instances.
> >
> > Surprisingly when I simulate just 20K user sessions, I see pretty high
> > global write lock percentages in mongostat. =A0I've included sample
> > output from mongostat against one of the nodes in the image below.
> >
> > http://i.imgur.com/lXnnx.png
> >
> > It appears as if there aren't too many faults happening, and that the
> > r/w queues are reasonable. =A0So, is this level of write lock percentage
> > necessarily problematic or not, given that requests aren't queuing
> > up?
> >
> > When I run larger load tests, on the order of 35K user sessions, I see
> > the write lock percentage spike as high as 85% (and NOT while a flush
> > is happening, btw), and some slow queries begin to get logged.
> >
> > Does anyone have an explanation, or even just some hints about what I
> > might want to look into?
> >
> > Please note that the nature of our data is *mostly* contained in a
> > single collection. =A0We aggregate atomic updates against these objects
> > and flush them at the end of each request. =A0Therefore we are often
> > calling updates against single records, comprised of many $set, $inc
> > operations on embedded fields within these records. =A0We also have a
> > smaller collection against which we make some inserts.
> >
> > We are running mongo 1.8.1.
> >
> > Thanks everyone!
>
> --=20
> You received this message because you are subscribed to the Google Groups "=
> mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user+unsubscribe@goog=
> legroups.com.
> For more options, visit this group at http://groups.google.com/group/mongod=
> b-user?hl=3Den.
>