R
Rob Fitzpatrick
Guest
The Database Administration manual is a good place to start. There is no conversion utility per se for conversion from Type I to Type II storage. In practical terms, it requires a dump and load of your data. Empty or small tables and their indexes can be moved from a Type I area to a Type II area via proutil tablemove. Don't try this approach with large tables as it will be time-consuming and cause rapid BI file growth. The usual common sense applies: regardless of your approach, be sure to document it, test it, and verify it in a test environment before trying it in production.
Continue reading...
Continue reading...