Ask a Question related to Informix, Design and Development.
-
KalpanaPai #1
Update Stats not updating for all the Tables
Hi All
We are running Update statistics high for the whole database every
night as a cron job, as our database is small of 1.5 GB. When i run
the following query
next day
Select distinct tabname,b.constructed,b.mode
from systables a,sysdistrib b
where a.tabid = b.tabid
order by 1
for the database, i found few tables especially the tables which has
more inserts everyday , one tables has 50000 rows and another had
10000 records, have been updated 3 months ago , but for rest of the
tables it shows the current date.
Why only few tables not updating on the production box but the same
cron runs and updates the test box????????
Any suggestions would be highly appreciated.
Thanks in Advance
Kalpana Pai
KalpanaPai Guest
-
Update the Shockwave Stats page!!
Here is the deal; the Shockwave player stats page has not been updated since August of 2003. I have sent numerous emails and even told a Macromedia... -
App Sessions table - update stats, -244, etc
Hi, I have a table on an informix database (IDS 2000 Version 9.21.HC2) that stores login sessions info for a website. The users session... -
Updating via Form to linked tables
I have a set of linked tables (To Oracle DB) that I need to update via a form. Up to now, I have had pretty straightforward forms that basically... -
How to update table stats via JDBC?
Most people would write a UDF in C, and that UDF would call the sqlustat() API. -- Larry Menard IBM Workstation Database (DB2) Performance Team... -
Much needed help with updating tables
I have two tables. One is a static table where I have one field that is used as a combo box field in a form. I am trying to update the second... -
Murray Wood \(IList\) #2
RE: Update Stats not updating for all the Tables
If you run "update statistics high" and the constructed date for statistics
is not current, thus suggests that the table(s) concerned were open and
update statistics could not be run on them. Under some circumstances, the
statistics for some tables being updated do not get their statistics
updated.
If this is the case for many weeks then I would change the time of the
update stats - unless some process has this table (almost) permanently
locked.
MW
sending to informix-list> -----Original Message-----
> From: [email]owner-informix-list@iiug.org[/email]
> [mailto:owner-informix-list@iiug.org]On Behalf Of KalpanaPai
> Sent: Monday, 8 September 2003 11:06 a.m.
> To: [email]informix-list@iiug.org[/email]
> Subject: Update Stats not updating for all the Tables
>
>
> Hi All
>
> We are running Update statistics high for the whole database every
> night as a cron job, as our database is small of 1.5 GB. When i run
> the following query
> next day
>
> Select distinct tabname,b.constructed,b.mode
> from systables a,sysdistrib b
> where a.tabid = b.tabid
> order by 1
>
> for the database, i found few tables especially the tables which has
> more inserts everyday , one tables has 50000 rows and another had
> 10000 records, have been updated 3 months ago , but for rest of the
> tables it shows the current date.
>
> Why only few tables not updating on the production box but the same
> cron runs and updates the test box????????
> Any suggestions would be highly appreciated.
>
> Thanks in Advance
> Kalpana Pai
Murray Wood \(IList\) Guest



Reply With Quote

