L
Libor Laubacher
Guest
Dump and load into restructured database with multiple storage areas. Ie spread the data even more. >> Create a new data area and update the same in the .st file and load a new df into the database , so that new records can be stored in the new data area and old records also can be recoverable from the old data area by loading the old df ,if needed << For that to work, you would need to rename the affected tables to something else if you plan to do this on your current database, ie you can't have same table (name) in 2 storage areas. Might be better to create a new database with just those tables if you want to start fresh and have them both connected, but then your application would need to refer to those tables using ldbname.table.
Continue reading...
Continue reading...