what is the maximum amount of data in bytes(THRESH in SYSMETAINDEX table) could be specified?
I'm trying to disable the autoindex only on one table no matter how many bytes inserted/updated, by adding a very high Wait/THRSH for time/data size -respectivly-entry in the SYSMETAINDEX table.
To let u know, I've 4+ Geg of updates.
so, in order to disable AutoIndexing for 15+ Gegs of changes (as a daily batch),
Should I disable the chkind for the whole system?(This will affect all other tables)..
Or, I have to turn chkind on, and Set SYSMETAINDEX to "1" and add entries only for tables that require autoindex in the SYSMETAINDEX table?