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
-
- Site Admin
- Posts: 2623
- Joined: Mon Apr 24, 2000 3:18 pm
- Location: Cleveland, OH
Keeping standard indexes updated
Standard indexes are kept up to date with each operation, and there is no need for manual or automatic updates.
John Turnbull
Thunderstone Software
Thunderstone Software
-
- Posts: 288
- Joined: Thu Nov 16, 2006 1:05 pm
Keeping standard indexes updated
Thanks John