Busy building & testing scripts to move various tables to other tablespaces/use table-partitioning etc.
Using the new ADMIN_MOVE_TABLE (be sure you have FP4) makes it all easy to do so online with an active database during daytime.....
I had high expectiations, BUT:
- to be able to move a table you have to drop all FK-constaints
- when you are finished moving the table around, you must re-create your FK's
- ALTER TABLE ADD FK constraint causes
massive LOCKS
So, you cannot do this on an active database so the
added value is NULL?!?
We want to run our database 24x7 and I really hoped the new V9.7 could help me.
Am I too pessimistic? Did I miss something?