Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is large storageSize affecting performance
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
howa  
View profile  
 More options Sep 8 2012, 5:30 am
From: howa <howac...@gmail.com>
Date: Sat, 8 Sep 2012 02:30:51 -0700 (PDT)
Local: Sat, Sep 8 2012 5:30 am
Subject: Is large storageSize affecting performance

We have a server with 4GB RAM, dataSize is 10G but storageSize is 46G, I am
wondering if this huge storageSize affecting the performance of my MongoDB
(e.g. query per second).

Should I compact my DB manually to reduce the size and improve the speed?

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Octavian Covalschi  
View profile  
 More options Sep 8 2012, 8:44 am
From: Octavian Covalschi <octavian.covals...@gmail.com>
Date: Sat, 8 Sep 2012 07:44:25 -0500
Local: Sat, Sep 8 2012 8:44 am
Subject: Re: [mongodb-user] Is large storageSize affecting performance

Please google "mongodb working set", that is what will affect your
performance...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Barrie  
View profile  
 More options Sep 13 2012, 5:02 pm
From: Barrie <bar...@10gen.com>
Date: Thu, 13 Sep 2012 14:02:59 -0700 (PDT)
Local: Thurs, Sep 13 2012 5:02 pm
Subject: Re: Is large storageSize affecting performance

If you want to reduce the size of the files on disk for your database, you
can run repair, since while mongodb reuses the space from files you've
removed, the space isn't automatically reclaimed by the OS.  More info on
doing this can be found here<http://www.mongodb.org/display/DOCS/Excessive+Disk+Space#ExcessiveDis...>
.

You can run compact
<http://docs.mongodb.org/manual/reference/command/compact/>on a *single collection
*(also explained in link above)* *if you're looking to defragment extra
space that could be caused by a series of deletes.

As for whether or not storageSize is affecting the performance of mongodb--
it's only a value explaining the amount of free space allocated to a
collection.

And yes, understanding the concept of the working set (see here<http://docs.mongodb.org/manual/faq/storage/#what-is-the-working-set>) is
always valuable :-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic