Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#140508 - 08/21/08 01:19 PM Performance very slow searching view form
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
I Created a view form for the view in the other database using the DBlink. The view form has 12 million records in it. When i try to search in backend (using toad) it works well but it hangs up when i do search in the view form in remedy user tool.

Can anybody help me how to increase the performance. I am also calling this view using a table in other form which shows all the data.

Thanks,
Sat

Top
#140519 - 08/22/08 12:25 PM Re: Performance very slow searching view form [Re: satish143]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
Any views by anybody

Top
#140524 - 08/25/08 02:52 AM Re: Performance very slow searching view form [Re: satish143]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Look at the indexes used by this view and your searches in the another database.
_________________________
Vincent.

Top
#140531 - 08/25/08 04:44 PM Re: Performance very slow searching view form [Re: Vincent_RIEDWEG]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
It has indexing performed very well on the other database. But a Scenario is the 'Search field'(Appending 3 other fields into this for searching) is not from the table but its a created field. I am searching the text from this field.

Just want to know whether its doable.Please advise.

Thanks,
Sat

Top
#140533 - 08/26/08 02:33 AM Re: Performance very slow searching view form [Re: satish143]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
What it the QBE Match option for this field?
_________________________
Vincent.

Top
#140537 - 08/26/08 07:26 PM Re: Performance very slow searching view form [Re: Vincent_RIEDWEG]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
When i created a view form the Search_field is Set automatically to Equal in the view form.

Thanks,
Sat

Top
#140554 - 09/02/08 01:35 PM Re: Performance very slow searching view form [Re: satish143]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
instead of showing all the data in the table, consider using table chunks. i think toad does not show all the data at once either.
_________________________
~soba

Top
#140567 - 09/04/08 08:05 PM Re: Performance very slow searching view form [Re: soba]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
Soba,
I am displaying only 100 records in the first chunk of the table, still same result.

sat

Top
#140574 - 09/07/08 09:46 AM Re: Performance very slow searching view form [Re: satish143]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
Sat,
Remedy should have created a db view for your view form, with spaces and non alphanumeric characters in form name replaced with underscore, like my_form_name. How does it perform when you run the select query on this view, using toad?
_________________________
~soba

Top
#140610 - 09/10/08 08:19 PM Re: Performance very slow searching view form [Re: soba]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
I dont have any underyling form, but i have a table. When i search table using toad its fine. Please let me know if any other options and also is it feasible to deal(search) with 12 million records.

Thanks,
Sat

Top
#140631 - 09/15/08 01:59 PM Re: Performance very slow searching view form [Re: satish143]
DEVSGW Offline
Stealth Member

Registered: 02/13/06
Posts: 92
Loc: Texas
see if you can get the Data owner to Set up some Indexes on the Table that match your most freq. searches.
_________________________
Stephen G.Waller
Remedy Consultant
COMMIT.LLC

Top
#140632 - 09/15/08 02:06 PM Re: Performance very slow searching view form [Re: satish143]
DEVSGW Offline
Stealth Member

Registered: 02/13/06
Posts: 92
Loc: Texas
as you have stated above you are filling in a field on the view that is created from three fileds in the originating table so you are performing a full table search when you access the view it then creates this field entry then you are searching the the field for matches. I hope this helps explain part of your problem.
_________________________
Stephen G.Waller
Remedy Consultant
COMMIT.LLC

Top
#140634 - 09/15/08 04:22 PM Re: Performance very slow searching view form [Re: DEVSGW]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
Thank you Stephen. I have stillthe same problem it just hangs.

Top
Page 1 of 2 1 2 >