<div dir="ltr">How strange. I'm betting some hardware limitation (you didn't specify the amount of memory or disk space) or default PostgreSQL config setting is causing this behavior. I don't know which exact PostgreSQL setting but that's because I always reconfig my servers. For good performance, I strongly urge you to reconfigure that server. At the very least, take a read through...<div><br></div><div><a href="https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server">https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server</a><br><div><br></div><div>-bborie</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 2, 2015 at 4:04 PM, weston mccarron <span dir="ltr"><<a href="mailto:quantumpsychotics@gmail.com" target="_blank">quantumpsychotics@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The only thing showing up in the log was the following:<br><br>LOG:  checkpoints are occurring too frequently (9 seconds apart)<br>HINT:  Consider increasing the configuration parameter "checkpoint_segments".<br><br>I'm suspicious it had something to do with trying to do too much in one transaction, so I've now got raster2pgsql running with the -e flag (so there is no transaction and each insert proceeds separately). So far it's been running for 15 minutes, I'm up to about 800k records in the table, and there are no complaints in the log.<span class=""><br><br><br><br>On Tue, Jun 2, 2015 at 3:17 PM, Bborie Park <<a href="mailto:dustymugs@gmail.com" target="_blank">dustymugs@gmail.com</a>> wrote:<br>><br>> Are you tailing the postgresql server logs? There typically is more information in there about what's causing the error.<br>><br></span></div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>