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
);
}
public Object next() {
if (_selectedProperties.hasNext()) {
Map properties = (Map) _selectedProperties.next();
return (NodeProperty) properties.get(_resourceUri);
}
return _provi
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
> >
>
> 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
>
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.
>
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
#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
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
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
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
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@
>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
;
> >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
> >
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
> -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
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
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
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
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
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
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
>
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
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
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&
; 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
: 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
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
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
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
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
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
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
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
33 matches
Mail list logo