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 > Update Statistics High and locking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-26-03, 05:02
tcoyne tcoyne is offline
Registered User
 
Join Date: Aug 2003
Posts: 2
Update Statistics High and locking

Hi,

2 Questions

a)Can "set isolation to dirty read " read a table while "update statistics high " is in progress on that table.

b) Can you run multiple "update statistics high" statements on different tables at the same time (same database).


Many Thanks
TC
Reply With Quote
  #2 (permalink)  
Old 08-26-03, 09:38
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Re: Update Statistics High and locking

Quote:
Originally posted by tcoyne
Hi,

2 Questions

a)Can "set isolation to dirty read " read a table while "update statistics high " is in progress on that table.

b) Can you run multiple "update statistics high" statements on different tables at the same time (same database).


Many Thanks
TC
Hi TC,

The answer to your questions -

a) Yes you can read a table when isolation is set to read mode & update statistics high is in progress for that table.

b) Yes you can mulitple update statistic high on diff. tables at the same time for the same database
eg.
update statistics high for table customers;
update statistics high for table orders;


Regards,

lloyd
Reply With Quote
  #3 (permalink)  
Old 08-26-03, 09:53
tcoyne tcoyne is offline
Registered User
 
Join Date: Aug 2003
Posts: 2
Re: Update Statistics High and locking

Many Thanks.

TC
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