Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Postgres WAL Files

0

58 views

Doing a nightly pushout of data from Oracle to Postgres (EnterpriseDB) on multiple machines. Due to the volume of data we are dropping indexes and constraints, pushing the data and then recreating the indexes and constraints.

This process is creating a lot of pg_xlog files (WAL). I am trying to figure out how to get rid of these files before tarring and transferring the database files to multiple remote servers (replication does not work due to some issues with CLOBs).

If I issue a checkpoint and then force a segment switch using pg_switch_xlog, should I be able to delete all but the newest WAL file? Or will I still have to run pg_resetxlog?

asked May 5, 2011 7:04 am CDT
posted via StackOverflow

0 Answers

Be the first to answer this question

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
Ssl on postgres
February 8, 2011
Saving pdf in postgres
February 9, 2011
Create xml from postgres
February 11, 2011
Openx postgres error
January 27, 2011
Postgres text count
March 7, 2011