Ask a Question related to Informix, Design and Development.
-
Art S. Kagel #1
Re: Error message on update statistics high
On Wed, 30 Jul 2003 15:01:59 -0400, Francisco Roldan wrote:
Or set PDQPRIORITY > 2 to sort in memory and set PSORT_NPROCS to invoke> Hi everybody,
> I run this every night on my server :
>
> set explain on;
> update statistics high;
>
> But everyday i found the error message in my log file :
>
> Explain set.
>
>
> 567: Cannot write sorted rows.
>
> 179: ISAM error: no free disk space for sort
>
>
> I supose that i have to enlarge my temp dbspace ? But my concern is that
> i haven't been updating statistics never,
the parallel sort package (and/or set PSORT_DBTEMP to 3-5 filesystems
[not dbspaces!] to move the sort-work files out of the tempdbs). Also
you could break up the stats into separate commands for each table which
will reduce the need to sort and the amount of data sorted. Take a look
at any of the update stats utilities available on the IIUG Software
Repository which will do this for you automatically, including my own
dostats ec in the package utils2_ak which I humbly submit is the best of
the them. Do stats is written in ESQL/C but there are others in ksh and
perl that so a respectable job but have fewer options.
Probably. You can check with dbschema -d<database> -hd> Does this message mean that there was no update on the statistics? Or
> just some part of the update ?
or query sysdistrib and look at the constructed date.
Art S. Kagel
> Thanks in advance
>
> regards
>
>
> sending to informix-listArt S. Kagel Guest
-
Update Statistics High Error
When I try to execute update statistics high, I get the following error : Database selected. 564: Cannot sort rows. 179: ISAM error: no... -
UPDATE STATISTICS
Imagine a table tab1 with a bazillion rows and five columns. There is one index on the table, on column A. If I do: UPDATE STATISTICS LOW FOR... -
Update statistics suggestions --Urgent
Hi I have a database with around 80 to 90 tables , and cron job is running for UPDATE STATS "update statistics high " runs every night on... -
Tetra and Update Statistics
Paul Watson wrote: YER JOKING! Not even low? If there are indexes, then it *surely* needs to know at least how many frikken rows there are in... -
apt-get update gives an error message
apt-get update gives the following error message, when I try and use the following /etc/apt/sources.list; E: Malformed line 1 in source list...



Reply With Quote

