I'm beginning to work with Oracle and I've learn that in Oracle 9 statistics aren't collected for an index unless you use COMPUTE STATISTICS
, but you can't use that option when defining a primary key, so I would want to know if primary keys can use statistics in some way.
If not, is there a noticeable difference in performance? Are there any workarounds?
Thanks in advance.