magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
496 stars 93 forks source link

Registry API performance issues: host connection pool & blocking DB IO #3463

Closed t83714 closed 1 year ago

t83714 commented 1 year ago

Registry API performance issues: host connection pool & blocking DB IO

When the database is under a very high workload, the registry API will experience some performance issues, mainly due to the incorrect implementation of the following 2 areas:

t83714 commented 1 year ago

work can be found from the branch: https://github.com/magda-io/magda/tree/akka-http-perf-fix

t83714 commented 1 year ago

closed via PR: https://github.com/magda-io/magda/pull/3465