Forum Moderators: open
What is the point at which this becomes unmanageable (I'm on sql server 2000, but I guess the question applies to other systems too). Given the data is numeric only, it seems to be manipulateable fairly fast even with this size of data, but could I end up with 40 million rows, 100 million rows? Does anyone have any experience of this kind of size?
The second-normal-form star schema vs third-normal-form snowflake schema is the database theory best for data analysis.
There is also ETL software to extract , transform and load data from relational databases,I wont say more else I violate the TOS if you follow :)
Analysis Server will allow you to take your SQL database and covert it into a datamart cube using a star schema. There is a tutorial and cube wizard to help you get started. You will be able to easily handle many billions of rows this way.