Hi David, I am going to save a lot of different type nodes in repository. The nodes will have 2 main property - name and body - both are String type. And search will be carried out on these properties. The differences between types - comments allowed or not.
So, I'm searching a faster scheme . P.S. What can I add to make my description more precise? 2007/8/11, David Nuescheler <[EMAIL PROTECTED]>: > > hi anton, > > this all depends on the actual usecase... > can you be more specific about what you are trying to achieve > and explain your application a little bit in details? > > regards, > david > > On 8/10/07, Anton Gavazuk < [EMAIL PROTECTED]> wrote: > > Hello all! > > I have the question about optimal structure of repository > > > > root > > nodeTypeA > > ... > > nodeTypeB > > ... > > nodeTypeC > > > > > > or > > > > root > > rootForA > > nodeTypeA > > ... > > rootForB > > nodeTypeB > > ... > > rootForC > > nodeTypeC > > ... > > > > > > Is there anything which can impact on prefomance or on maintainability? > > >
