You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Dirk Ehms <eh...@ortec.org> on 2004/11/29 18:49:10 UTC

Performance

Hi,

I have put 2000 file resources in one WebDav collection. When I request
a list of all resources (PROPFIND) I have to wait between 30 and 40
seconds until I get a response. At the moment I use
TxXMLFileDescriptorsStore. Using a database is even slower. Has anybody
a suggestion how to get the response a bit faster?

Regards
Dirk.



____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.1261 from 29.11.2004
Virus news: www.antiviruslab.com


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Performance

Posted by Stefan Lützkendorf <lu...@apache.org>.
It is as Mirko states.
Performance issues with large collections are a known issue with slide.

Stefan

Mirko Froehlich wrote:

> This might sound obvious, but is there any way you can distribute your
> content across a hierarchy of folders?
> 
> I have not experimented with this scenario in Slide, but I have worked
> with similar content repositories before, and having many (i.e. several
> thousand) documents in a folder is usually very problematic. In addition
> to the actual repository efficiency that suffers, there are often UI
> scalability issues (e.g. if the documents get displayed on a web page,
> you might need to implement pagination, etc.).
> 
> -Mirko
> 
> 
> On Mon, 2004-11-29 at 09:49, Dirk Ehms wrote:
> 
> 
>>Hi,
>>
>>I have put 2000 file resources in one WebDav collection. When I request
>>a list of all resources (PROPFIND) I have to wait between 30 and 40
>>seconds until I get a response. At the moment I use
>>TxXMLFileDescriptorsStore. Using a database is even slower. Has anybody
>>a suggestion how to get the response a bit faster?
>>
>>Regards
>>Dirk.
>>
>>
>>
>>____________
>>Virus checked by G DATA AntiVirusKit
>>Version: AVK 15.0.1261 from 29.11.2004
>>Virus news: www.antiviruslab.com
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
> 
> 

-- 
Stefan Lützkendorf  --  luetzkendorf@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Performance

Posted by Mirko Froehlich <mf...@digitalchocolate.com>.
This might sound obvious, but is there any way you can distribute your
content across a hierarchy of folders?

I have not experimented with this scenario in Slide, but I have worked
with similar content repositories before, and having many (i.e. several
thousand) documents in a folder is usually very problematic. In addition
to the actual repository efficiency that suffers, there are often UI
scalability issues (e.g. if the documents get displayed on a web page,
you might need to implement pagination, etc.).

-Mirko


On Mon, 2004-11-29 at 09:49, Dirk Ehms wrote:

> Hi,
> 
> I have put 2000 file resources in one WebDav collection. When I request
> a list of all resources (PROPFIND) I have to wait between 30 and 40
> seconds until I get a response. At the moment I use
> TxXMLFileDescriptorsStore. Using a database is even slower. Has anybody
> a suggestion how to get the response a bit faster?
> 
> Regards
> Dirk.
> 
> 
> 
> ____________
> Virus checked by G DATA AntiVirusKit
> Version: AVK 15.0.1261 from 29.11.2004
> Virus news: www.antiviruslab.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 

Re: Performance

Posted by Oliver Zeigermann <ol...@gmail.com>.
Using that large collections is certainly discouraged. Would you put
2000 files into a folder and browse with Windows explorer? Certainy
not...

Just think of the gigantic XML that has to be build and and parsed
again on such a propfind. Given that 30 to 40 seconds does not look
that bad.

By the way, *adding* a bunch of children to such large collection
really should be very slow...

Oliver


On Mon, 29 Nov 2004 18:49:10 +0100, Dirk Ehms <eh...@ortec.org> wrote:
> Hi,
> 
> I have put 2000 file resources in one WebDav collection. When I request
> a list of all resources (PROPFIND) I have to wait between 30 and 40
> seconds until I get a response. At the moment I use
> TxXMLFileDescriptorsStore. Using a database is even slower. Has anybody
> a suggestion how to get the response a bit faster?
> 
> Regards
> Dirk.
> 
> ____________
> Virus checked by G DATA AntiVirusKit
> Version: AVK 15.0.1261 from 29.11.2004
> Virus news: www.antiviruslab.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org