Metabase fingerprinting process is very heavy for our Clickhouse instance, given the fact that some tables are really huge. As a result it failed to complete the fingerprinting and crashed the DB. Is there a way to run fingerprinting for the selected tables only?
Yeah just give permission to the clickhouse user (the one connecting to clickhouse) to only view the tables you need
thanks TonyC!
so actually we should manage it from the DB perspective, not Metabase, right?
Yeah ideally, so just give the user permissions to see the tables you need
thank you!