What is the tiered storage places feature, and how does it work?
What will be an ideal response?
Tiered storage places utilizes two different tiers: slow and fast. The slow tier consists of SATA drives that are intended for high capacity storage, such as data files for applications. The fast tier consists of SSD drives that offer faster performance than SATA. The fast tier is intended to hold information that is frequently accessed. The Storage Spaces system monitors data activity to determine which data is accessed frequently and which is not. Frequently accessed data is automatically routed to the fast tier while less frequently accessed data is routed to the slow tier.
You might also like to view...
You can display a code snippet to ensure you understand the syntax and requirements for a given type of statement.
Answer the following statement true (T) or false (F)
A ____ object is needed to hold data retrieved from a database via the OleDbDataAdapter connection.
A. DataFile B. DataRecord C. DataSource D. DataTable