Your data fits in RAM
yourdatafitsinram.com
Your data fits in RAM
1–10 of 230 posts
Re: Your data fits in RAM
#2Re: Your data fits in RAM
#3Re: Your data fits in RAM
#4Inspired by https://twitter.com/garybernhardt/status/600783770925420546
Re: Your data fits in RAM
#5Re: Your data fits in RAM
#6Everything fits in RAM if you have the budget for it.
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 to a lack of communications overhead and exploitation of the fact that you now have access to all the data in one go you may very well find that your algorithms run much faster.
A distributed solution should be a means of last resort.
Re: Your data fits in RAM
#7I sincerely hope nobody is using a tool like this to decide which enterprise servers to buy...
Re: Your data fits in RAM
#8Inspired by https://twitter.com/garybernhardt/status/600783770925420546
Re: Your data fits in RAM
#9Maybe some bonus category:
0. Spreadsheet is all you need.
1. Python script is good enough.
2. Java/Scala is way to go.
3. Need to manage memory (gc doesn't cut), some custom organization.
4. Actually needs a cluster.
Re: Your data fits in RAM
#10Everything fits in RAM if you have the budget for it.