Managing the FSG cache

With increasing need for faster responses of queries, Teradata Database has come up with many ways to cater to this need. The file segment cache, FSG subsystem, manages database files. It is the memory that is managed by PDE. The Teradata file system, FSYS, uses FSG services to access database segments on disk. AMPs are the basic entity that consumes the FSG cache as part of database segments residing in memory.

Understand FSG cache as a simple cache mechanism that stores parts of data rows in memory so AMPs, when reading data, do not have to go to the physical disk but can read rows from the memory itself. As we know, reading from memory is way faster than from the physical disk.

FSG provides an interface that allows ...

Get Teradata Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.