Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is a good blocksize to use.
>
>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