98.9k views
0 votes
The ____ cache is used as a temporary storage area for order by or group by operations, as well as for index-creation functions.

User Ray Oei
by
8.3k points

1 Answer

7 votes
It does not look like business question. I guess it's about databases, so next time post it in Computer and Technology section. Anyway, I know the answer: The sort cache is used as a temporary storage area for ORDER BY or GROUP BY operations, as well as for index-creation functions. Cache allows to load data faster as this data is stored in the storage and doesn't need to be downloaded.
User Govind Singh
by
7.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.