On 02/08/2011 08:08 PM, Andres Riancho wrote:
> Steve,
>> noSQL servers are usually fast because they are in-memory systems.
>> sqlite can be used in that mode also if you like.
> 
> mongodb is not an in-memory db!

In practice, it is.  It stores all indexes in memory and uses memory
mapped files. It will automatically consume all available memory (which
is a good thing or bad thing depending on what else you want to use the
server for).

http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ#IndexingAdviceandFAQ-MakesureyourindexescanfitinRAM.

http://www.mongodb.org/display/DOCS/Caching

-- 
 | Steven Pinkham, Security Consultant    |
 | http://www.mavensecurity.com           |
 | GPG public key ID CD31CAFB             |

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to