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
Right now, masking in-line (I understand by in-line masking the masking that is done while streaming the data from source to target) is only supported on a per table basis. Implying that if you clone a schema or databases you have to mask tables afterwards, which is done via an update or via views. The first , via update is very resource intensive , a mass update is very slow and you need to re-analye and vacuum (full) everything (again) The second option via views is not transparent to an end user. So it would be nice if it were possible to add a masking file, which is an additional parameter to the schema or database clone procedure. The table masks that are in the file are applied to the tables that are cloned. While you are at it, it would be nice as well if you could specify a list of tables (in a file) with regular expression like syntax so you can use wildcard or just part of table names to clone a subset of tables of a schema/database. Anyway that is what I would like.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, masking in-line (I understand by in-line masking the masking that is done while streaming the data from source to target) is only supported on a per table basis. Implying that if you clone a schema or databases you have to mask tables afterwards, which is done via an update or via views. The first , via update is very resource intensive , a mass update is very slow and you need to re-analye and vacuum (full) everything (again) The second option via views is not transparent to an end user. So it would be nice if it were possible to add a masking file, which is an additional parameter to the schema or database clone procedure. The table masks that are in the file are applied to the tables that are cloned. While you are at it, it would be nice as well if you could specify a list of tables (in a file) with regular expression like syntax so you can use wildcard or just part of table names to clone a subset of tables of a schema/database. Anyway that is what I would like.
Beta Was this translation helpful? Give feedback.
All reactions