This good to know.  RFS should speed things up then.

Do you know what the paging mechanism is, when the shared memory gets
full?  LIFO, block (record) stats...

-----Original Message-----
From: Timothy Snyder [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 03, 2006 11:32 AM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Unidata Caching


> Does RFS manage virtual paging - or is it just a block of memory?

The RFS system buffer is a chunk of shared memory that keeps track of
records read from and/or updated to recoverable files.  In other words,
it's maintained at the logical record level.  If a requested record is
found in the system buffer, no attempt is made to retrieve the record
from disk.  I/O to non-recoverable files goes straight to the O/S I/O
routines, just as when RFS is not active.

Tim Snyder
Consulting I/T Specialist , U2 Professional Services
North American Lab Services
DB2 Information Management, IBM Software Group
717-545-6403
[EMAIL PROTECTED]
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to