Is it possible to maintain an index in a Postgres destination table (from data coming from Redshift)?
✍️ 1
✅ 1
👀 1
u
user
10/05/2022, 3:58 PM
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2581 to ensure timely resolution!
m
Marcos Marx (Airbyte)
10/05/2022, 6:35 PM
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.