Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indexes

Status
Not open for further replies.

MarkatLMFJ

IS-IT--Management
Apr 20, 2006
73
0
0
US
I'm getting closer to my performance problem in another post --- I think ----

I think that I have some indexes in this database which are "btreive only" and don't come over to the relational side, probably because all the utilities that the application uses are still in cobol.

How do I tell where the indexes are and if they're available to the relational engine or not. I'll probably call the application vendor to create/fix them so for me but I need to make sure I have everything in order before I do.

ML
 
You might try running an integrety check on the file. It could be that the indexes in the file do not match the indexes in the index.ddf file. I believe that the relational side uses the index.ddf file.



Gil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top