If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Issues using views in ids 7.3

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-04, 06:56
Dublinboy Dublinboy is offline
Registered User
 
Join Date: May 2004
Posts: 1
Angry Issues using views in ids 7.3

Hi all,
I am trying to use view in ids v7.3. but i am having performance issues with it. It seems like its creating the view on the fly. I have mulitple joins to be perfomed and so i created the view.
Has anybody got any suggestion.

Cheers
Sharad
Reply With Quote
  #2 (permalink)  
Old 05-14-04, 14:42
fprose fprose is offline
Registered User
 
Join Date: Apr 2003
Location: Phoenix, AZ
Posts: 177
A view by itself typically gives no degredation. Look at the output of SQLEXPLAIN to see what the optimizer is attempting to do. You could compare that to the sql/joins without the view. They should be the same.
__________________
Fred Prose
Reply With Quote
  #3 (permalink)  
Old 05-17-04, 06:50
jh1213 jh1213 is offline
Registered User
 
Join Date: Jul 2003
Location: Beijing China
Posts: 36
update statistics and create index for join column
__________________
MSN:jianghua1213@hotmail.com
Beijing China
http://www.91talk.net
http://www.91talk.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On