Hi Vishal, In addition to link shared by Asit, go through https://developer.marklogic.com/pubs/architecture/inside-marklogic-server-r7.pdf the link as well.
Though there are a lot of things to make system faster however in the starting of your project, I would suggest, you should focus on the data modelling and appropriate number of forests based on your infrastructure as well. Collection has not any constraint on the data size however you should consider collections based on your requirement/data type. Like for storing history type data, you can consider a separate collection and for users a separate collection, separate for the searchable documents, and separate for binary documents etc... Regards, Indy On Wed, Jun 24, 2015 at 10:52 AM, Asit Nautiyal <[email protected]> wrote: > Hi Vishal, > > Please go through the below link > > https://docs.marklogic.com/guide/installation/intro#id_11335 > > And there no restriction on collection size. All documents belongs to a > collection are stored into disk. So, disk size matters as per data size. > > > Regards, > Asit Nautiyal > > > From: [email protected] > > To: [email protected] > > Date: Tue, 23 Jun 2015 19:52:15 +0000 > > Subject: [MarkLogic Dev General] MarkLogic Database size per collection > > > > > I am currently researching MarkLogic Database Size. Currently in the > development database we have indexed around 78000 documents. The current > size of the database is 424 MB. In future we will have at least 2 million > > Document. So I applied below formula to get the database size for > indexing 2 million documents > > > > Future storage : (424 / 78000) * 2000000= 11 GB (approx.). > > > > So as per above formulation max storage of 25 GB is needed. > > > > I would like to know whether the above formula is the correct to > approximate database size? > > > > Also I would like whether I have to take into consideration "collection > size" also. Are there any size constraints on collections? > > > > > > Vishal Tahiliani > > Senior IT Consultant > > FDB (First Databank, Inc.) > > Direct: 317.571.7239 > > [email protected] > > > > > > > > ---------------------------------------------------------------------- > > ---- This e-mail message is intended only for the personal use of the > > recipient(s) named above. If you are not an intended recipient, you > > may not review, copy or distribute this message. If you have received > > this communication in error, please notify FDB Support > > ([email protected]) immediately by e-mail and delete the > > original message. > > ---------------------------------------------------------------------- > > > > _______________________________________________ > > General mailing list > > [email protected] > > Manage your subscription at: > > http://developer.marklogic.com/mailman/listinfo/general > > _______________________________________________ > General mailing list > [email protected] > Manage your subscription at: > http://developer.marklogic.com/mailman/listinfo/general > >
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
