Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Table with Long datatypes?
Yes and Yes. In the first case a LONG, LOB or CLOB is tha type of data object
that will most likely span your block size. This means chained blocks almost
all the time which can become a performance problem. In the case of the large
tables, having them away from the smaller tables makes for less head activity in
that tablespace thereby improving throughput.
Dick Goulet
____________________Reply Separator____________________Subject: Table with Long datatypes?
There are lots of questions regarding tables with long
tables. When I read the Oracle Performance Tuning
manual, it says "All tables that contain LONG or LOB
datatypes, should be placed into a separate
tablespace". My question, what's the advantage? Also
in my application, among the 100 tables, 5 of them are
big tables(close to 2GB). Is it better to put them in
a separate table space?
Thanks in advance.
Eric Fang
Best Consulting
-- Author: Eric Fang INET: eric_fang_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jun 28 2000 - 11:40:15 CDT