Growth of the catalog files is normal and varies depending on the application and catalog content. The size of the .DB file does not affect performance, and free pages within the .DB file are reused as needed. To minimize catalog file growth:
Avoid using IN SYSTEM on CREATE TABLE statements.
Issue COMMIT statements after running system stored procedures.
Issue COMMIT statements during long-running transactions.