Re: [U2] Auto-updating of secondary indices.

2009-05-22 Thread Charlie Noah
I am on Jbase now, and it refuses to build an index on any I-descriptor, so I can't test this. So, I'll take your word for it and file this under You learn something new every day. Thanks, Charlie On 5/18/2009 10:27 AM, Scott Ballinger wrote: On Sun, May 17, 2009 at 7:30 PM,

RE: [U2] Auto-updating of secondary indices.

2009-05-18 Thread Israel, John R.
PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Auto-updating of secondary indices. Use LIST.INDEX filename and check under the Build column, indexes usually say Not Reqd if they are updated automatically. The DISABLE.INDEX ENABLE.INDEX commands can be used to turn off/on automatic

Re: [U2] Auto-updating of secondary indices.

2009-05-18 Thread Scott Ballinger
On Sun, May 17, 2009 at 7:30 PM, Charlie Noah cwn...@comcast.net wrote: Considering the nature of secondary indexes, and not just Universe, you should never count on an index built on a subroutine to be updated automatically. If Universe does this, it must be magic. ;-) The same goes

Re: [U2] Auto-updating of secondary indices.

2009-05-17 Thread Henry Unger
Do the subroutines do anything that have temporal dependencies? That is, are the values dependent on anything other than @ID and @RECORD, such as an external value coming from somewhere? _ From: Ken Ford [mailto:ken.f...@firstmac.com.au] To: u2-users@listserver.u2ug.org

RE: [U2] Auto-updating of secondary indices.

2009-05-17 Thread Womack, Adrian
Use LIST.INDEX filename and check under the Build column, indexes usually say Not Reqd if they are updated automatically. The DISABLE.INDEX ENABLE.INDEX commands can be used to turn off/on automatic updating of the indexes. But, as Henry mentioned, if the subroutines are accessing data in

Re: [U2] Auto-updating of secondary indices.

2009-05-17 Thread ken . ford
I think I have now grasped it! Thank you all who responded. Obviously, any I-descriptors in a file that refer to other files will not be re-evaluated to automatically update a secondary index when one of those other files is updated, unless the parent file (of the I-descriptors) is itself