Page 1 of 1

Keeping standard indexes updated

Posted: Sun Jun 19, 2011 2:49 pm
by barry.marcus
Are standard indexes (i.e., those created with CREATE INDEX as opposed to metamorph indexes) automatically updated during/after batch data updates, or is it necessary to drop and recreate these indexes after the batch updates? The value of Automatic is set to 0 in the [chkind] section of texis.ini, but I'm assuming that applies to metamorph indexes only, correct?

Keeping standard indexes updated

Posted: Sun Jun 19, 2011 4:27 pm
by John
Standard indexes are kept up to date with each operation, and there is no need for manual or automatic updates.

Keeping standard indexes updated

Posted: Mon Jun 20, 2011 12:34 pm
by barry.marcus
Thanks John