|
|
|
|
|
by swalsh
5223 days ago
|
|
So lets suppose I have several billion integers sitting in a data store, and I want to sort, count, and sum them. Do I have to collect all this data to my local cache first? What if millions of people are using my application who want the same value? |
|