Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LOB - DISABLE STORAGE IN ROW ?

3 views
Skip to first unread message

Ed

unread,
Mar 7, 2007, 2:27:59 PM3/7/07
to
create table my_lob_table(f1 int primary key, f2 clob);

If I know most ("> 80%) of the CLOBs persisted will be bigger than 4K
should I just specify "DISABLE STORAGE IN ROW" in the creation ?

thanks

10gR2


Mark D Powell

unread,
Mar 7, 2007, 2:42:19 PM3/7/07
to

I would disable storage in the row if the LOB data is not retrieved in
the great majority of cases or if it data beyond 4K is normally
retrieved when the LOB is accessed.

For the most part I always want the entire LOB to be stored external
to the table.

HTH -- Mark D Powell --

0 new messages