Not sure what forum this should be in :
Stupid question I have an untangle box with some tables I need archived to CSV so I run
nice -20 psql -d dbname U postgres -t -A -F"," -c "select * from reports.http_events" > http_events.csv &
hoping to keep it from consuming too much memory and cpu it still does however , any hints on how to control it a bit better?
Stupid question I have an untangle box with some tables I need archived to CSV so I run
nice -20 psql -d dbname U postgres -t -A -F"," -c "select * from reports.http_events" > http_events.csv &
hoping to keep it from consuming too much memory and cpu it still does however , any hints on how to control it a bit better?