joelwenzel
Programmer
- Jun 28, 2002
- 448
I am creating a database table and depending on how I design my database, this table could be very long, say 500 million rows. It is for an internet application that will be queried a lot (indexed on date and userID). Will it be slow for users to access data from this table? Should I consider design the table so that it is not in first normal form (I can shorten the length to 25 million rows by organizing the data in columns)
I am having a hard time determining the answer to this question. I've searched the internet and there is no place that says something like half a billion rows are too much.
I am having a hard time determining the answer to this question. I've searched the internet and there is no place that says something like half a billion rows are too much.