Limiting schemas loading

Hello,

we are doing a poc around metabase to see its capabilities. One thing I need help with i.e. is it possible to limit the schemas of a data source? for example one presto cluster have 238 schemas and 20,350 tables. Metabase takes time to load these under data model page.

we want to show some production schemas here. is that possible?

1 Like

Hi @mali
Currently no, you would have to limit it with database permissions.
There has been done a lot of work to optimize Metabase for large installations in 0.34/0.35, and it’s not completed yet. There’s still several outstanding issues, where loading should be done more optimized - here’s a couple of them:
https://github.com/metabase/metabase/issues/5504
https://github.com/metabase/metabase/issues/11806

1 Like

Thank you!!