I'm trying to plan for large scale. For a large company managing many DITA
publications you could have 100s of 1000s of individual topics and 1000s
of maps that organize those topics.

So if there are 100,000 topics and an average of 10 links to each topic
(definitely an upper bound in normal practice) then there would be 1
million where-used records (one for each link to a given topic).

So if managing 1 million documents is not a problem then I should be fine.

Cheers,

Eliot
----
Eliot Kimber, Owner
Contrext, LLC
http://contrext.com




On 7/5/15, 10:43 AM, "Christian Grün" <christian.gr...@gmail.com> wrote:

>Hi Eliot,
>
>You shouldn't encounter any problems when storing all XML documents in
>the same database directory. It may only get an issue if you plan to
>export the files to disk.
>
>I remember one use case in which we stored around 20 millions
>documents in a single database. It has been a while ago, but as we
>have generally improved access to single documents in more recent
>versions of BaseX, I'm optimistic you should be fine.
>
>How many documents are you going to store altogether?
>
>Christian
>
>
>
>On Sun, Jul 5, 2015 at 3:57 PM, Eliot Kimber <ekim...@contrext.com> wrote:
>> In my link management application I'm creating a potentially large
>>number
>> of small documents that will serve as a where-used index over the
>>content
>> documents.
>>
>> Are there any potential issues with how these documents are organized
>>into
>> directories within database? The simplest thing would be to put them
>>into
>> one directory but I could also organize them into one directory per
>> document used (which would then result in one directory per document
>>that
>> has links to it, which in a DITA context would normally be one directory
>> for each document as every document save a few should have at least one
>> link to it).
>>
>> So if I had a repository with a 100,000 topics, each with at least one
>> link, is it a problem to have either 100,000 * x files in one directory
>>or
>> 100,000 directories under one parent directory?
>>
>> I didn't see anything in the docs about limitations or practices for
>> storing large numbers of documents.
>>
>> Thanks,
>>
>> Eliot
>>
>> ----
>> Eliot Kimber, Owner
>> Contrext, LLC
>> http://contrext.com
>>
>>
>>
>


Reply via email to