Replies: 1 comment 1 reply
-
Do you run discovery as part of server startup? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a database with around 2000 tables. I am trying to serve with REST APIs and I am trying to achieve this by using LoopBack 4's Autodiscovery. I understand having this big number of tables will have an effect on the server but is there any way to improve the performance of the server & decrease the time it takes to start?
Beta Was this translation helpful? Give feedback.
All reactions