|
What is procedure cache and data cache in Sybase?
Sybase Interview Questions and Answers
(Continued from previous question...)
What is procedure cache and data cache in Sybase?
Procedure cache is the memory area where compiled query tree run e.g, procedure, batch query.
Data Cache is the memory area where data that is required for the current querys running is bought from Disk on to memory for building result sets.
(Continued on next question...)
Other Interview Questions
|