R$Core should not be used for ------ SORT?
-
EXTERNAL
-
INTERNAL
-
BOTH
-
NONE OF THESE
A
Correct answer
Explanation
R$Core is designed for in-memory processing and is not suitable for EXTERNAL sort operations that involve disk I/O and large datasets exceeding memory capacity. For INTERNAL sorts where data fits in memory, R$Core can be used effectively. The distinction between external and internal sorting is critical for performance.