Subject | Re: Firebird 2.0 Indexing |
---|---|
Author | Thomas Kellerer |
Post date | 2005-05-30T21:01:44Z |
--- In firebird-support@yahoogroups.com, "Leyne, Sean" <Sean@B...> wrote:
It returns the data directly from the index. Actually Oracle has taken
this further to allow "index organized tables" which will completely
reside in the index storage. Very handy for link tables which only
contain foreign keys to other tables.
Thomas
> I'll spare us all the intricacies of the nature of an index in MGA basedHmm. Oracle does not scan the table, if all I request is index fields.
> database, but suffice it to say, that the index provides 'guidance' to
> the engine regarding the rows which should match the criteria. The
> engine must, however, read each data row to confirm the actual field
> value.
It returns the data directly from the index. Actually Oracle has taken
this further to allow "index organized tables" which will completely
reside in the index storage. Very handy for link tables which only
contain foreign keys to other tables.
Thomas