| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: One Ring to Bind Them
"Tony" <andrewst_at_onetel.net.uk> wrote in message news:c0e3f26e.0406190400.3e94cca0_at_posting.google.com...
>
The default access path is the storage algorithm, managed by the db engine. It is debatable whether this is an optimization.
> Suppose we want to get
> the data out ordered by product code instead of by line number within
> order, which is how we chose to store it. How can MV optimise for
> that?
It will optimize how the applications people tell it to.
> An RDBMS may choose a different access path to get the data
> depending on the ORDER BY clause.
The access path is always the same as the default, unless otherwise specified as noted above. Output may or may not by ordered BY whatever. Received on Wed Jun 23 2004 - 21:37:56 CDT
![]() |
![]() |