Optimizing Sequelize Synchronization Time with PostgreSQL in NestJS
I’m working on a project using NestJS and Sequelize with a PostgreSQL database. My setup includes around 85 tables, and I’ve noticed that setting synchronize: true in Sequelize takes about 45 minutes to sync the database. This is quite a long time, and I’m looking for ways to optimize and shorten the synchronization process.