I have one database that is about 70,000,000 bytes but when I sconnect another database which is about 67,000,000 bytes the database grows in size to 175,000,000 bytes. After sdisconnecting the other database this database stays inflated in size even after a reload.
The only way to get the size down is to 1. unload the structure to a file 2. the data to another 3. split the structure file in half. 4. Run structure file 1 5. run the data file 6. run structure file 2 Is this a normal behavior or does the huge size increase mean that I should be looking for something in one of the databases?

