You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where a large database but only a few tables reaching millions of records, say 3 tables. This significantly slows down dev/build, however the current solution is to configure like the schema manager like below 👍 :
Because only a few tables are to be concerned with, I would like to suggest that we add another configuration to exclude them. In this way, smaller tables are still checked for consistency and health.
Acceptance criteria
There's a way to manually turn off check_and_repair for specific DataObjects
Config option should be specific to DataObjects rather than table names
GuySartorelli
changed the title
Enhancement for large tables
Allow skipping specific DataObject models from "check and repair" during dev/build
Apr 3, 2023
Description
I have a use case where a large database but only a few tables reaching millions of records, say 3 tables. This significantly slows down dev/build, however the current solution is to configure like the schema manager like below 👍 :
Because only a few tables are to be concerned with, I would like to suggest that we add another configuration to exclude them. In this way, smaller tables are still checked for consistency and health.
Acceptance criteria
PRs
The text was updated successfully, but these errors were encountered: