Large Objects   «Prev 

Buffering LOBs

The LOB is permanently shared on the server.
1) The LOB is permanently shared on the server.

With buffering enabled, the LOB is retrieved to the client-side buffer.
2) With buffering enabled, the LOB is retrieved to the client-side buffer.

All changes are made to the local copy of the LOB.
3) All changes are made to the local copy of the LOB.

When the LOB is explicitly flushed, the changed LOB pages are returned to the server.
4) When the LOB is explicitly flushed, the changed LOB pages are returned to the server.