<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 28, 2013 at 11:25 PM, Tom C <span dir="ltr"><<a href="mailto:tom@tecrails.com" target="_blank">tom@tecrails.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div dir="ltr">I have set up the Tiger geocoder for all US states and territories, but when I try to geocode addresses in larger states like CA and TX the processing takes quite a long time. I have run SELECT install_missing_indexes(); and VACUUM FULL; on the database and yet I was able to write this email before I could geocode an address in TX. Any tips or commands that I can run to speed things up?</div>

</blockquote><div><br>VACUUM FULL; will not collect statistics. Try VACUUM FULL ANALYZE;. If
 that doesn't help, try examining the EXPLAIN ANALYZE for trouble (bad 
estimates, not using indexes). You could provide the query and the 
EXPLAIN ANALYZE here if you can't find the problem.<br></div></div></div></div>