Re: Slow execution

2001-06-13 Thread Michelle Gerfort
Hi again Just got to work again. Thank you all for your answers! And I can see your point in "This is not a DBI question". This problem was actually caused by wrong indexes in the database. Anyway- I think this it's nice when this mailing list can link to other areas where the problems can be fo

RE: Slow execution

2001-06-12 Thread Wilson, Doug
This is not a DBI question. There's no reason that DBI would take any more time than the same query in SQL*Plus. Try the query there, get a query execution plan, see if you have missing indexes, need to create indexes, etc. -Original Message- From: Michelle Gerfort [mailto:[EMAIL PROTECT

RE: Slow execution

2001-06-12 Thread gordon . dewis
Can you provide an example? -Original Message- From: Michelle Gerfort [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 09:17 To: [EMAIL PROTECTED] Subject: Slow execution Hi there I use an ordinary $sth->execute(); but it seems to take ages to search, creating or updating a post

RE: Slow execution

2001-06-12 Thread Gregory_Griffiths
une 2001 14:29 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Slow execution > > > > I am also facing this kind of stuff. But I see the problem > in SELECT only. > I am joining 6 tables some of them from other databases. and > when I run the > query on SQ

RE: Slow execution

2001-06-12 Thread Michael Nhan
Is that the > problem? > > Regards, > Prem > > > > > -Original Message- > From: Michelle Gerfort [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 12, 2001 9:29 AM > To: Michael Nhan; [EMAIL PROTECTED] > Subject: Re: Slow execution > > > Actually th

RE: Slow execution

2001-06-12 Thread Chouda, Prem
the problem? Regards, Prem -Original Message- From: Michelle Gerfort [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 9:29 AM To: Michael Nhan; [EMAIL PROTECTED] Subject: Re: Slow execution Actually the sqlstatement takes a while with the sqlplus as well, so I guess it might be

Re: Slow execution

2001-06-12 Thread Michelle Gerfort
Actually the sqlstatement takes a while with the sqlplus as well, so I guess it might be a tuning issue. Anyway, Here is a snip of my code, with a lot of time checks: ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time); print "Time before preparing sqlstatement