Your data fits in RAM
11–20 of 230 posts
Re: Your data fits in RAM
#12Re: Your data fits in RAM
#13Inspired by https://twitter.com/garybernhardt/status/600783770925420546
Can someone explain in a bit more detail what this is about? Is the 'joke' that running data computation in RAM is faster than what? From disk?
Re: Your data fits in RAM
#14Inspired by https://twitter.com/garybernhardt/status/600783770925420546
Can someone explain in a bit more detail what this is about? Is the 'joke' that running data computation in RAM is faster than what? From disk?
Re: Your data fits in RAM
#15Inspired by https://twitter.com/garybernhardt/status/600783770925420546
Can someone explain in a bit more detail what this is about? Is the 'joke' that running data computation in RAM is faster than what? From disk?
Re: Your data fits in RAM
#16Everything fits in RAM if you have the budget for it.
No, the point is that usually fitting things in RAM lowers the budget. So it's well worth doing proper analysis on whether or not you can (a) fit all your data in RAM and (b) if a cluster of machines does not become it's own reason for existence. Replacing a large number of nodes with a single machine with a lot of RAM is usually a cost savings measure rather than a larger expense (and it saves power too!), and due t…
Re: Your data fits in RAM
#17When a problem becomes big enough, moving to a cluster is absolutely the right decision. Meanwhile, RAM is cheap and follows Moore's Law.
Re: Your data fits in RAM
#18Earlier quoted context omitted.
No, the point is that usually fitting things in RAM lowers the budget. So it's well worth doing proper analysis on whether or not you can (a) fit all your data in RAM and (b) if a cluster of machines does not become it's own reason for existence. Replacing a large number of nodes with a single machine with a lot of RAM is usually a cost savings measure rather than a larger expense (and it saves power too!), and due t…
What does 6TB of RAM go for these days?
But seriously: the price of RAM for servers is now ~10$ / G.
Re: Your data fits in RAM
#19Yes! As someone who frequently runs memory-intensive algorithms on large(ish) datasets, I have a hard time explaining to many technical people that moving from a single server to a cluster increases complexity and cost by an incredible amount. It affects key decisions like algorithm and language, and generally requires a lot of tweaking. When a problem becomes big enough, moving to a cluster is absolutely the right d…
And many people don't want to deal with physical hardware. Dealing with physical hardware increases operational complexity too. They want to rent a virtual/cloud server. Which provider allows you to rent a virtual server with 1 TB RAM?