Reduce downtime of Postgres table - JDBC overwrite job

siddharthk
New Contributor II

I want to overwrite a Postgresql table transactionStats which is used by the customer facing dashboards.

This table needs to be updated every 30 mins. I am writing a AWS Glue Spark job via JDBC connection to perform this operation.

Spark dataframe write snippet -

df.write.format("jdbc").option("url", "connection_params").option("dbtable","public.transactionStats"). mode("overwrite").save()

I am seeing a downtime on the dashboard while the table is being overwritten

how to avoid downtime? Any solutions? Staging table?

-werners-
Esteemed Contributor III

can you use rename table? so load a temp table, rename target table to something else, rename temp table to target table.

View solution in original post

Anonymous
Not applicable

Hi @Siddharth Kanojiya​ 

We haven't heard from you since the last response from @werners (Customer)​ . Kindly share the information with us, and in return, we will provide you with the necessary solution.

Thanks and Regards