You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using multi-layer storage hierarchy strategy to keep the balance between data volumn and performance.
layer 0 layer 1 layer 2
------------ --------------- ---------------
memory <---> high speed <--> disk
disk
------------ ---------------- ---------------
The warm data can be offloaded to layer 1 disk or loaded from layer 1 disk.
for example,we can create a tablespace for warm data, which located on layer1 disk. Due to layer1 is high speed disk(NVME, etc.), we will achieve a bettern performance.
Summary
Description for this feature.
Using multi-layer storage hierarchy strategy to keep the balance between data volumn and performance.
The warm data can be offloaded to layer 1 disk or loaded from layer 1 disk.
for example,we can create a tablespace for warm data, which located on layer1 disk. Due to layer1 is high speed disk(NVME, etc.), we will achieve a bettern performance.
The text was updated successfully, but these errors were encountered: