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

Home -> Community -> Usenet -> c.d.o.server -> Re: What is a good blocksize to use.

Re: What is a good blocksize to use.

From: Ben Brugman <benbrugman_at_onbekend.nl>
Date: Fri, 27 Sep 2002 07:58:09 GMT
Message-ID: <3d940861.688046@news.nl.uu.net>

>
>Ben,
>
>For the Oracle implementation, I'd suggest:
>1) Forget about IOTs. Just put an index on the client_id.

This confirms the general feeling that you should not use IOT's. But (Sorry for the But) :
In MS-SQL-server the clustered table is very similar to the IOT's in Oracle. (There is no row-id in MS-SQL-server so all indexes point to the clustered key value. Oracle has a row Id but for IOT's is can become a approximate row id.)
In MS-SQL-server the clustered tables work very wel for our type of applications.

Why do so many people advice against IOT's ?

ben
(Trying to make decisions before the application is build, or a complete set of data is available, based on knowledge about the internal workings of more than one RDBMS).

>2) Analyze your schema, with compute statistics.
>3) Forget about block size, for the time being at least.
>
>Hope this helps.
>Paul
>
>
>

Ben Brugman Received on Fri Sep 27 2002 - 02:58:09 CDT

Original text of this message

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