Re: VACUUM on 2.10
- From: "VD1" <patrick.murphree@xxxxxxxxxxxxxx>
- Date: 13 Jul 2006 11:27:17 -0700
This is a product that is at least 10 years old, and was licensed from
Informix for redistribution. So I do not think they have updated
anything, since that would require them to re-license Informix.
Doing an ./sqlexec -V give me 2.10.03Y so that is what I am starting
with.
VACUUM is the SQL statement that will basically remove dead space
caused from multiple updates and deletions. Compacting the database to
its true size (size being file size as it is stored in the File System)
a UDR is Unload Delete and Replace. Basically they export out all the
data, build the table from scratch, and import the data back in,
effectively removing any dead space.
Art S. Kagel wrote:
VD1 wrote:
Nearest I can tell I am running Informix 2.10.03Y., or at least the
Informix 2.10? I very much doubt it. Why do you think you are running such
a version?
core of it is. Looks like it might have been bought and repackaged.
None the less, what if any is the SQL to perform a VACUUM on older
informix dbs?
what is a VACUUM?
Currently the staff is doing UDR everytime there is a major deletion.
And what is 'UDR'? Certainly not 'User Defined Routine' which is its
current meaning in Informix parlance. By its context I cannot tell what
that is.
Please provide more information. A file listing of the installation
directory would help us to either determine what database flavor you have or
to suggest how you can find out.
Art S. Kagel
.
- Follow-Ups:
- Re: VACUUM on 2.10
- From: Art S. Kagel
- Re: VACUUM on 2.10
- References:
- VACUUM on 2.10
- From: VD1
- Re: VACUUM on 2.10
- From: Art S. Kagel
- VACUUM on 2.10
- Prev by Date: Re: VACUUM on 2.10
- Next by Date: Re: Installing Client SDK - 32 bit (64 bit IDS) NIGHTMARE
- Previous by thread: Re: VACUUM on 2.10
- Next by thread: Re: VACUUM on 2.10
- Index(es):
Relevant Pages
|
|