RDBPROD: Delete unused space in the (Rdb) default storage area
A while back, some rather large indexes were inadvertently created in the default storage area of my production database. (The default storage area is set up to be a different storage than RDB$SYSTEM). This caused the default storage area to grow to over 132GB. When the errant indexes were deleted, the storage area file did not shrink (as expected). Since the default storage area is usually virtually empty (no non-system tables), most of the space allocated to its file is wasted. This is causing disk space problems when we copy the database to another system for various development projects --