Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: When is an index created?

Re: When is an index created?

From: Roman Starek <starek_at_pluto.spsselib.hiedu.cz>
Date: 2000/09/20
Message-ID: <8q9d1n$9o6$1@crax.cesnet.cz>#1/1

Brian Tkatch <SPAMBLOCK.Maxwell_Smart_at_thepentagon.com.spamblock> wrote:
: When I create an index on a table, it says index created just a moment
: afterwards. Is it really that quick or is the index created later.
 

: CREATE INDEX A ON Table(LOWER(Text));
 

: The table had over 20,000 records.

        Index is really created immediately.  

My system on small table 111843 sorts (rows) in 111843 sorts (rows)

        Starous Received on Wed Sep 20 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US