This post is more than 5 years old
59 Posts
0
1286
July 7th, 2015 23:00
Xtremcache
Hello experts
Could Xtremcache be used as write and read cache in scaleIO?
No Events found!
This post is more than 5 years old
59 Posts
0
1286
July 7th, 2015 23:00
Hello experts
Could Xtremcache be used as write and read cache in scaleIO?
Top
Dd-ScaleIO
12 Posts
1
July 8th, 2015 01:00
XtremCache is a flash read cache and it accelerates READs only
pawelw1
306 Posts
1
July 7th, 2015 23:00
Hi,
It depends on what do you understand by "write cache".
The way XtremSW works is that every time you write something to the accelerated LUN, the same data will be asynchronously written to the cache, so in case the application needs to read it, it will read it from the cache, not the backend device.
XtremSW driver will not acknowledge the write until it's completed by the array though, so it doesn't behave like a write cache on, say, VMAX where the write is acknowledged once it hits the cache memory, not backend disks - so if that's something you are looking for, it cannot be done with XtremSW.
You can achieve write buffering if you use RAID controllers for the ScaleIO disks - they usually have some write caches enabled.
P.
zhangduolong
59 Posts
0
July 8th, 2015 02:00
Is there any difference between Xtremcache and scaleIO RAM read cache?
Thanks.
pawelw1
306 Posts
1
July 8th, 2015 02:00
ScaleIO RAM cache utilizes RAM on the SDS and doesn't require any other equipment, while XtremSW requires a special card as well as the software.
zhangduolong
59 Posts
0
July 8th, 2015 20:00
If there are very large available RAM memory (which could be used as RAM cache)on SDS,is it needed to configure XtremSW cache?
Dd-ScaleIO
12 Posts
1
July 9th, 2015 02:00
Nope. ScaleIO has a built in function of READ RAM CACHE that can be invoked.
Please refer to the Managing RAM read cache section in the User Guide for further info.