Hello,
My dataset incremental refresh is taking very long. Following are the specifics:
- My data-set is directly mapped to the table. No custom sql. The underlying RDS is postgresql.
- The incremental refresh is based on “create_ts” timestamp column which is in UTC. This is the footprint column so whenever a new row is added, this value gets populated.
- There is NO index on this column.
- Incremental refresh is set to run every 15 mins and it replaces data for last 1 hr.
Currently I have ~27 Million rows and the incremental refresh is taking upto 1hr. 15 mins to update the data. Can you please advise what could be going wrong?
Thank you.