I like to keep more than one sorted record list for my application
database, each
ordered on a certain field of the records, so that the application doesn't
have to sort
the records on the fly (it's mainly a read-only database, so maintaining
the lists is less
concerned).  Currently, the PDB itself keeps one record list. To maintain
the extra
sorted record lists, I can think of two ways. I can put each of them in a
separate PDB
file, which would just contain the record ids in the desired order. Another
approach
is to dedicate a special record in the PDB for storing the list. Are there
other
approaches that people recommend?  Thanks.

Jyh-Herng Chow,  [EMAIL PROTECTED]


Reply via email to