Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Indexing system tables?
I'm building an app which gets some info about parent-child
relationships between tables, and I'm using all_cons_columns and
all_constraints tables for this. Problem is, performance in joining
these two tables is terribly slow (15-20 seconds). I see that there
are no indexes on these tables. Is it possible to put indexes on these
tables with no nasty side effects?
Or is there a better way to do what I am doing?
Cheerio,
![]() |
![]() |