fletchsod
Programmer
- Dec 16, 2002
- 181
I had determined only 4 indexes need to be made. So, I went to the Control Center to manually add the first index.
I noticed those tables that were created with primary key use the "SYSIBM" Index Schema. So, I figured I can do the same when I manually add an index and I used that Index Schema and got error saying I can't use that Index Schema. I saw that I have a choice of using 5 other Index Schema which are 1) DB2INST1, NULLID, SYSCAT, SYSFUN, SYSSTAT.
I'm not familiar with those and what those can do. So, any advice or suggestion on which should I use?
Thanks...
I noticed those tables that were created with primary key use the "SYSIBM" Index Schema. So, I figured I can do the same when I manually add an index and I used that Index Schema and got error saying I can't use that Index Schema. I saw that I have a choice of using 5 other Index Schema which are 1) DB2INST1, NULLID, SYSCAT, SYSFUN, SYSSTAT.
I'm not familiar with those and what those can do. So, any advice or suggestion on which should I use?
Thanks...