|
OK, my head is swimming trying to sort through all the
issues regarding query performance and VTI-based tables. We have
implemented several VTI tables that when joined together cause massive
performance problems. I have narrowed down the issues I have to two areas:
What can be done about this? It looks like
FromVTI.java implements Optimizable, which I’m assuming is the interface
to supply indexed lookup. But, like I said, my head is swimming trying to
figure out if I either 1) don’t understand how to enable an indexed
lookup for my VTI or 2) if it’s not even possible to do so, in which case
I should start to hack in that ability. As always, any help is greatly appreciated! ________________________________________________________________________ |
- VTI, Indexed Lookup and the Query Optimizer Westerfeld, Kurt
- Re: VTI, Indexed Lookup and the Query Optimizer Jeffrey Lichtman
- Re: VTI, Indexed Lookup and the Query Optimizer Mamta Satoor
- Re: VTI, Indexed Lookup and the Query Optim... Jeffrey Lichtman
- Re: VTI, Indexed Lookup and the Query O... Satheesh Bandaram
- Re: VTI, Indexed Lookup and the Query Optimizer Army
- Re: VTI, Indexed Lookup and the Query Optim... Satheesh Bandaram
- Re: VTI, Indexed Lookup and the Query O... Army
- Re: VTI, Indexed Lookup and the Qu... Jeffrey Lichtman
- Re: VTI, Indexed Lookup and th... Army
- Re: VTI, Indexed Lookup an... Jeffrey Lichtman
