Best Approach to store 1.2 billion records
772262Mar 8 2011 — edited Mar 8 2011Hello All,
In our OLTP database there will be few tables with 1.2 billion records. The row length is approximate 50 bytes.
Please can I know what are best options to store this historical data.
Would it be advisable to store all this records go in one partitioned table, or create a separate schema in the same database for storage.
Would it impact performance of the database?
thanks