Metabase seems to do Hourly requests on all tables

Dear all,
Looking at logs on my PostGres DB it seems Metabase is hourly checking all tables with a kind of “SELECT * from table XXX limit 10000”.
Is it normal ?

Thanks in advance for your feedback

Alexis

Hi @deud
Yes, that’s part of sync/scan process.
You can change the intervals in Admin > Databases - see more in the documentation:
https://www.metabase.com/docs/latest/administration-guide/01-managing-databases.html#database-sync-and-analysis

Thanks a lot !