Debug high use of specific datasources

{

“browser-info”: {
“language”: “en-GB”,
“platform”: “MacIntel”,
“userAgent”: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36”,
“vendor”: “Google Inc.”
},
“system-info”: {
“file.encoding”: “UTF-8”,
“java.runtime.name”: “OpenJDK Runtime Environment”,
“java.runtime.version”: “11.0.6+10-post-Debian-1bpo91”,
“java.vendor”: “Debian”,
“java.vendor.url”: “https://tracker.debian.org/openjdk-11”,
“java.version”: “11.0.6”,
“java.vm.name”: “OpenJDK 64-Bit Server VM”,
“java.vm.version”: “11.0.6+10-post-Debian-1bpo91”,
“os.name”: “Linux”,
“os.version”: “4.9.0-7-amd64”,
“user.language”: “en”,
“user.timezone”: “UTC”
},
“metabase-info”: {
“databases”: [
“exasol”,
“postgres”,
“bigquery”,
“h2”
],
“hosting-env”: “unknown”,
“application-database”: “postgres”,
“application-database-details”: {
“database”: {
“name”: “PostgreSQL”,
“version”: “9.6.16”
},
“jdbc-driver”: {
“name”: “PostgreSQL JDBC Driver”,
“version”: “42.2.8”
}
},
“run-mode”: “prod”,
“version”: {
“date”: “2020-04-24”,
“tag”: “v0.35.3”,
“branch”: “metabase-v0.35.3”,
“hash”: “01ca8d1”
},
“settings”: {
“report-timezone”: “UTC”
}
}
}

performance has improved, thanks to the slow endpoints fixes. Memory is still a pain for us, our Metabase restarts quite often because it runs out of memory.

Good to know about the scaling out option, I will look into it. Thanks