[source-postgres] Do the connector sync Indexes? #34361
-
I have searched and searched but I can’t find if I am going to from one Postgres to another Postgres if the indexes get replicated as well. They don’t seem to be. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@agalewsky-pnn Airbyte won't sync indexes and other data objects (functions, indexes, permissions) to the destination. |
Beta Was this translation helpful? Give feedback.
@agalewsky-pnn Airbyte won't sync indexes and other data objects (functions, indexes, permissions) to the destination.
(I think and probably need confirmation from engineering team) this is due each database has different ways to manage these objects and tables and views there is an standard method to handle them.
I made this pull request to improve the current documentation #34362