Re: Performace Problem
Re: Performace Problem
- Subject: Re: Performace Problem
- From: Ken Anderson <email@hidden>
- Date: Mon, 18 Dec 2006 11:47:56 -0500
Hey Srinivas!
Are you firing any faults? I'm assuming you're timing just the fetch
call, so probably not. What version of WebObjects is this with?
Lastly, if the columns are in your model as class properties, or
they're not class properties but they're used in a relationship,
they'll be fetched. Is your entity only a subset of the columns?
Ken
On Dec 18, 2006, at 10:48 AM, Srinivas Adusumalli wrote:
Hi Everyone,
I have a performance problem while fetching records from the database.
I just have 30000 records in a table and when i fetch those records
using fetch specification its taking nearly 25 seconds, i am
fetching the records based on a qualifier using 3 of the columns, i
tried creating indexes on those columns and when i run the SQL
query saying select * from tablename where clause the Execution
plan shows a very little Elapsed time but when i fetch those
records from the Application its nearly taking 25 seconds , i also
tried fetching using the rawRows concept but it also didn't help ,
this also takes almost the same time if i include most of the
columns present in the table, there are nearly 70 columns in the
table. Is there a way to improve the performance
Thanks & Regards,
--Sri
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40anderhome.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden