Theory
In the Theory section we will explore the land of NoSQL in general, and focus particularly on Document Databases and the various design decisions behind RavenDB - those things that make it so special.
We will also learn how to correctly design a data model that will enable you to take advantage of RavenDB's power in full.
The comments section is for user feedback or community content. If you seek assistance or have any questions, please post them at our support forums.
Hi, How RavenDB manage memory. Is it same way as MongoDB? Use OS to manage page fault?
No, RavenDB manages its own memory. We have several dedicated memory pools, for pages on disk, for in memory documents, for actual operations, etc.
Hello, If I get a license and install RavenDB in the same hosting computer as my web server. Will the performance be good enough if IO is not too much? Thanks.
It should be more than fast enough, yes.
Absolutely. This website is run this way.