Is it possible to maintain an index in a Postgres ...
# ask-community-for-troubleshooting
a
Is it possible to maintain an index in a Postgres destination table (from data coming from Redshift)?
✍️ 1
1
👀 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2581 to ensure timely resolution!
m
If you’re using incremental + dedup it is possible because the final table won’t be deleted every time, if you’re using overwrite it won’t be possible.
a
I see. Thanks!