in reply to Re: Netflix (or on handling large amounts of data efficiently in perl)
in thread Netflix (or on handling large amounts of data efficiently in perl)
It really depends what processing needs to be done on the data. You are trading space for speed. Here if you need to get all the data for a movie, you will need to go through all of the users. So before choosing a format to store the data, it might be useful to know what you want to do with it first.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Netflix (or on handling large amounts of data efficiently in perl)
by matrixmadhan (Beadle) on Dec 25, 2008 at 05:05 UTC |