Are there any plans for implementing such a feature where lob locators
are stored in tables and LOB are stored some where else, or such similar
functionality to enhance performance with multiple lobs in single table.
thanks,
rahul
Rick Hillegas wrote:
Rahul Dwivedi wrote:
o Introduces LOB locators for network clients.
is it same as saying we store locator object instead of CLOB data in
DB tables.
thanks,
rahul
<cut>
Hi Rahul,
We have not changed what's actually stored on disk. Large objects are
still stored in the tables themselves. What we have introduced are
client-side locators, which improve performance and reduce memory
usage when accessing LOBs across a network.
Hope this helps,
-Rick