|
|
|
|
|
by parmindergarcha
6 days ago
|
|
Noted that you only use this sparingly but you could try :- * Materialised views (especially if the computation/joins are particularly nasty). * Left outer joins are a good alternative to 'joins using case' and more likely to use the index. |
|