Or rather how does remote RAM compare against local Disk access?
If the answer is “it depends”, what are the conditions?
Data access patterns, ratio of read-to-writes, distance etc.
Finally, what if the local disks are NetApp filers?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is as always a question of latency versus bandwidth. The access time to remote memory will be on the order of microseconds for gigabit networking, 100s of nanoseconds for InfiniBand and 10 GigE compared with milliseconds for local disks (example Seagate ST3250318AS – 4.1ms). As soon as the disk has hit a contiguous block it’s transfer rate will exceed gigabit networking which is why local disk is predominantly considered faster.