I think the DASL-implementation concerning the RDBM-stores is not well supported at the moment. As Stefan is currently working on Lucene-based search in Slide HEAD it might be a choice to use this one and help him to find issues and make improvements. It would be great to have a lucene-based DASL implementation that can span multiple stores by hosting its own indexes. On the other hand all data has to be replecated and regarding memory consumption it would be much better to use the db directly. But it would take some combined effort from all people involved/interested to get this done. It's a bad idea to bypass Slide to improve search performance as this will not be supported by the community and has to be adopted for each Slide release...
Daniel "Slide Users Mailing List" <[email protected]> schrieb am 13.01.05 02:28:59: > > Surprise, but I too am seeing very slow search times! I'd greatly > appreciate any insight the users of this list may have. I'm also seeing > that when I do a getChildren on any collection with more than 10 entries, > the times are very slow, even if it's just more collections. > > Thanks, > Jeff > > >From: Pontus Strand <[EMAIL PROTECTED]> > >Reply-To: "Slide Users Mailing List" <[email protected]> > >To: "'Slide Users Mailing List'" <[email protected]> > >Subject: RE: Slide search performance issues > >Date: Wed, 12 Jan 2005 11:03:13 +0100 > > > >Hi Cédric, > > > >To add a custom property is really rather simple. First you must create a > >PropertyName object, like this: > > > >PropertyName propName = new PropertyName("DAV:", "my_property_name"); > > > >Next you have to use the setPath-method and the proppatchMethod in the > >WebdavResource class, like this: > > > >webdavResource.setPath("path_to_document_or_directory"); > >webdavResource.proppatchMethod(propName, "my_property_value", true); > > > >More details on these classes can be found in the javadoc. I hope this help > >you. > > > >The total lack of responses regarding the performance issues so far give me > >little hope that there is a solution, at least a simple solution. We are > >currently evaluating our options as how to proceed, currently we are > >looking > >into bypass Slide when searching. > > > >Regards, > >Pontus > > > >-----Original Message----- > >From: news [mailto:[EMAIL PROTECTED] Behalf Of Cédric > >Sent: Wednesday, January 12, 2005 10:25 AM > >To: [email protected] > >Subject: Re: Slide search performance issues > > > > > > > > Hi Pontus , > > > > I have the same trouble, i work with 10000 documents ... so if i found > >any > >solution or explication i will take you part. > > I have an another question , how do you created your own property , > >because > > > >when i created a property with proppatch i was enable to specify the > >Namespace > >webdav. > > Have you got a little exemple of specific property creation and how to > >have > > > >this property ? > > Thanks a lot ! > > CF > > > > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
