On 3/16/06, Daniel Franke <[EMAIL PROTECTED]> wrote: > Hi all ... > a couple of days back, I had a question about the performance of large > tables. You really got me going there, thanks again! > > But now, there's another thing.I figured out how large my database > will become and I'm scared of its size: up to 20GB and more! A single > table, 4 columns, each holding an integer (32 bit) will have > approximately 750 million rows. This mounts up to ~11GB. Adding an > unique two-column index, I get another 10GB worth of data, that's an > awful lot.
Do you really need 10 gig of data in the same database? At the Sprint data warehouse they kept really large amounts of data (call records for all the cell phone usage), but in a separate file/database for each billing cycle If so, are you trying to use a blender to stir the ocean? You might reevaluate if you're using the right tool for the job.