feathersjs / feathers-chat

A Feathers real-time chat application
https://feathersjs.com
MIT License
511 stars 248 forks source link

[perf] Database migration takes 40 seconds with an empty database #251

Closed FossPrime closed 1 year ago

FossPrime commented 1 year ago

On a slow computer, it can take 40 seconds. Does anyone have ideas on how to speed this up? Can it be done AOT?

Proposed solution

Reproduction: https://replit.com/new/github/feathersjs/feathers-chat

FossPrime commented 1 year ago

superseded by: