RE: Slide search performance issues

2005-01-18 Thread Miguel Figueiredo
Many Thanks Pontus! :) Miguel -Original Message- From: Pontus Strand [mailto:[EMAIL PROTECTED] Sent: terça-feira, 18 de Janeiro de 2005 13:17 To: 'Slide Users Mailing List' Subject: RE: Slide search performance issues Ok, it seems that zip-files aren't approved by

RE: Slide search performance issues

2005-01-18 Thread Pontus Strand
); } public Object next() { if (_selectedProperties.hasNext()) { Map properties = (Map) _selectedProperties.next(); return (NodeProperty) properties.get(_resourceUri); } return _provi

RE: Slide search performance issues

2005-01-18 Thread Pontus Strand
t; > Regards, > Pontus > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Monday, January 17, 2005 3:37 PM > > To: 'Slide Users Mailing List' > > Subject: AW: Slide search performance issues > > >

RE: AW: Slide search performance issues

2005-01-18 Thread Pontus Strand
> Subject: Re: AW: Slide search performance issues > > > One thing I noticed when implementing a search GUI, was that after > sending the query it will wait until the server responded > with all the > results. I wanted to get results as they are found, so they get >

RE: Slide search performance issues

2005-01-18 Thread Pontus Strand
ide Users Mailing List' > Subject: AW: Slide search performance issues > > > My favourite approach concerning this issue would be to implement the > MS-Exchange extension that adds the ability to specify to > limit the result > set by specifying ranges of results. >

Re: AW: Slide search performance issues

2005-01-17 Thread Carlos Villegas
result set level. Any ideas? Cheers, Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Pontus Strand Gesendet: Montag, 17. Januar 2005 08:22 An: 'Slide Users Mailing List' Betreff: RE: Slide search performance issues Ok, found the rea

AW: Slide search performance issues

2005-01-17 Thread Daniel Florey
#x27; > Betreff: RE: Slide search performance issues > > Ok, found the reason to why the query below didn't work, I had failed to > include a "group by"-clause. > > However, that doen't solve the problem. If I get lots of hits when doing a > search it stil

RE: Slide search performance issues

2005-01-16 Thread Pontus Strand
CTED] > Sent: Friday, January 14, 2005 2:51 PM > To: 'Slide Users Mailing List' > Subject: RE: Slide search performance issues > > > A quick follow-up, when working with large number of files > the number of > hits when doing a search could be large. As I understan

RE: Slide search performance issues

2005-01-14 Thread Pontus Strand
A quick follow-up, when working with large number of files the number of hits when doing a search could be large. As I understand it, it is possible to limit the number of responses by using the DAV:limit XML element from the DASL specification. However, the specification also states that the serve

Re: Slide search performance issues

2005-01-13 Thread Guido Casper
Pontus Strand wrote: What exactly is it that this parameter does? It just tells the store to leverage the org.apache.slide.store.impl.rdbms.expression stuff and the database. Without it it simply loads and examines each and every resource within the search scope. Because it does work exceptionall

Re: Slide search performance issues

2005-01-13 Thread Guido Casper
Stefan Lützkendorf wrote: can you post a sample configuration? I'd like to add this to the dasl wiki page. Here is my store config: full org.apache.slide.store.impl.rdbms.MySqlRDBMSAdapter com.mysql.jdbc.Driver jdbc:mysql://@DB_HOST@:@DB_PORT@/@DB_DB@ @DB_USER@

RE: Slide search performance issues

2005-01-13 Thread Daniel Florey
>From: Pontus Strand <[EMAIL PROTECTED]> > > >Reply-To: "Slide Users Mailing List" > > >To: "'Slide Users Mailing List'" > > >Subject: RE: Slide search performance issues > > >Date: Wed, 12 Jan 2005 11:03:1

RE: Slide search performance issues

2005-01-13 Thread Daniel Florey
; > >From: Pontus Strand <[EMAIL PROTECTED]> > >Reply-To: "Slide Users Mailing List" > >To: "'Slide Users Mailing List'" > >Subject: RE: Slide search performance issues > >Date: Wed, 12 Jan 2005 11:03:13 +0100 > >

Re: Slide search performance issues

2005-01-13 Thread Stefan Lützkendorf
Guido, can you post a sample configuration? I'd like to add this to the dasl wiki page. Thanks, Stefan Guido Casper wrote: Pontus Strand wrote: Doing the same search as before on 1 files yielded a log file of 55 MB. Each one of the 1 files generated 18 different select-queries!! 18!!! Th

RE: Slide search performance issues

2005-01-13 Thread Pontus Strand
> -Original Message- > From: Guido Casper [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 13, 2005 8:44 AM > To: Slide Users Mailing List > Subject: Re: Slide search performance issues > > > Pontus Strand wrote: > > Doing the same search as before on 100

Re: Slide search performance issues

2005-01-12 Thread Guido Casper
Pontus Strand wrote: Doing the same search as before on 1 files yielded a log file of 55 MB. Each one of the 1 files generated 18 different select-queries!! 18!!! There simply must be a better way to do this! Have you modified the search queries or search methods? Are there any parameters

RE: Slide search performance issues

2005-01-12 Thread J H
anks, Jeff From: Pontus Strand <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" To: "'Slide Users Mailing List'" 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

RE: Slide search performance issues

2005-01-12 Thread Pontus Strand
rce 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 performanc

Re: Slide search performance issues

2005-01-12 Thread Cédric
Hi Pontus , I have the same trouble, i work with 1 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 we

Slide search performance issues

2005-01-11 Thread Pontus Strand
Hello again, First let me thank those who responded to my previous question regarding performance issues. Your responses were a great help! After we implemented the changes needed to improve performance when adding files we ran into another problem almost instantly. This time around it is search

RE: Performance issues

2005-01-05 Thread Warwick Burrows
ED] > Sent: Wednesday, January 05, 2005 11:18 AM > To: slide-user@jakarta.apache.org > Subject: RE: Performance issues > > > I have another java server application that I had to restart > every night for > a similar reason. Have you experimented with -Xincgc (allows >

RE: Performance issues

2005-01-05 Thread J H
certain platforms (Windows2k for sure and others) Jeff From: Pontus Strand <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" To: "'Slide Users Mailing List'" Subject: RE: Performance issues Date: Wed, 5 Jan 2005 09:22:00 +0100 Warwick and Jeff, Thanks for

RE: Performance issues

2005-01-05 Thread Pontus Strand
rt of Slide. /Pontus -Original Message- From: Warwick Burrows [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 3:18 AM To: 'Slide Users Mailing List' Subject: RE: Performance issues Pontus, If you have delta-v versioning enabled then it may help to use the "his

Re: Performance issues, Slow Downs

2005-01-04 Thread J H
se.write("Error SendRequestPROPFIND(): Open failed."); xmlhttp = null; return null; } try { xmlhttp.send(); if(xmlhttp.status >= 300) ... From: "J H" <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List&

RE: Performance issues, Slow Downs

2005-01-04 Thread Warwick Burrows
; From: J H [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 8:48 PM > To: slide-user@jakarta.apache.org > Subject: RE: Performance issues, Slow Downs > > > I'm not a DB expert, but indexing tables basically improves > response time. > It basically impro

Re: Performance issues, Slow Downs

2005-01-03 Thread J H
: Slide Users Mailing List Subject: Re: Performance issues, Slow Downs Date: Tue, 04 Jan 2005 10:49:33 +0900 Maybe it has to do with Slide object cache. When you start Tomcat, does the first client that connects sees this slow reponse time? Slide needs to load the objects from the store to process

RE: Performance issues, Slow Downs

2005-01-03 Thread J H
enses/concurrent sessions are allowed to... It sounds like to me if you're getting deadlocks they're coming from writing to the table not reading though. From: Warwick Burrows <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" To: 'Slide Users Mailing List' Su

RE: Performance issues

2005-01-03 Thread Warwick Burrows
distribution. If you have as many files under "/history" as you do in "/files" then versioning is enabled. Warwick > -Original Message- > From: Pontus Strand [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 5:04 AM > To: Slide Users Mailing List (E-mai

RE: Performance issues, Slow Downs

2005-01-03 Thread Warwick Burrows
e. Thanks, Warwick > -Original Message- > From: J H [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 6:20 PM > To: slide-user@jakarta.apache.org > Subject: RE: Performance issues, Slow Downs > > > I just sent a different response on my performance > e

Re: Performance issues, Slow Downs

2005-01-03 Thread Carlos Villegas
PROTECTED]> Reply-To: "Slide Users Mailing List" To: "Slide Users Mailing List (E-mail)" Subject: Performance issues Date: Mon, 3 Jan 2005 12:03:46 +0100 Hello, There has been some talk about performance issues previously on this list and I would like to return to a couple o

RE: Performance issues, Slow Downs

2005-01-03 Thread J H
0GB!! of data. Any Advice or Hints would be GREATLY appreciated!! Jeff From: Pontus Strand <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" To: "Slide Users Mailing List (E-mail)" Subject: Performance issues Date: Mon, 3 Jan 2005 12:03:46 +0100 Hello, There has be

RE: Performance issues

2005-01-03 Thread J H
n something like the date and time helps to keep the Slide server quick. Hope this helps. Jeff From: Pontus Strand <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" To: "Slide Users Mailing List (E-mail)" Subject: Performance issues Date: Mon, 3 Jan 2005 1

Performance issues

2005-01-03 Thread Pontus Strand
Hello, There has been some talk about performance issues previously on this list and I would like to return to a couple of them as they are relevant to my current project. Let me begin by describing our setup. All files will be stored in a file system, most likely UNIX-based, and all other data