|
|
|
|
|
by gfodor
5172 days ago
|
|
Uh, no. The reason you copy your data to EC2 is so you can perform arbitrary transformations on it in a scalable way. I can dump 10GB of data to EC2 and then use 1000 machines to perform some processing, during which there are many terabytes of intermediate data, and an output which is less than a few kilobytes. (For example, computing the 10 most popular search queries and their click through rates over the last year.) A tip for the author: if you notice a number of your peers doing something, perhaps you should give them the benefit of the doubt and inquire further. |
|