SYSMETAINDEX Value

Post Reply
source1Tamer
Posts: 91
Joined: Tue Nov 13, 2001 3:49 pm

SYSMETAINDEX Value

Post by source1Tamer »

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.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

SYSMETAINDEX Value

Post by Kai »

They're both long values, so the max would be 2GB on 32-bit systems and 2^63 (>9x10^18) on 64-bit Texis versions.
source1Tamer
Posts: 91
Joined: Tue Nov 13, 2001 3:49 pm

SYSMETAINDEX Value

Post by source1Tamer »

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?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

SYSMETAINDEX Value

Post by John »

Setting SYSMETAINDEX to 1 would be the better option, as it still lets chkind run where needed.
John Turnbull
Thunderstone Software
Post Reply