Live data from Hacker News

Ask HN: Why not GPU Clouds for big data Analysis?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Why not GPU Clouds for big data Analysis?

#3
Most of the time spent in typical "big data" analysis is actually I/O. GPU doesn't help in making the data reads/writes any faster.

Keeping that aside for a moment, even though GPUs are the rage these days, it's not very easy to integrate with them. For e.g. language binding. You also need to model your program in a way that optimizes for GPU-based processing.