Merge lp:~gnuoy/ubuntu-geonames/analyze-tables into lp:ubuntu-geonames

Proposed by Liam Young
Status: Merged
Merged at revision: 29
Proposed branch: lp:~gnuoy/ubuntu-geonames/analyze-tables
Merge into: lp:ubuntu-geonames
Diff against target: 13 lines (+4/-0)
1 file modified
import-geonames.sh (+4/-0)
To merge this branch: bzr merge lp:~gnuoy/ubuntu-geonames/analyze-tables
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Approve
Review via email: mp+185536@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Thanks a lot for this branch. I'll merge this & ask for deployment, today.

review: Approve
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Tested and confirmed it's working / not breaking anything.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'import-geonames.sh'
--- import-geonames.sh 2013-09-13 14:15:45 +0000
+++ import-geonames.sh 2013-09-13 15:54:24 +0000
@@ -148,6 +148,10 @@
148CREATE INDEX geoname_admin1codes_code_idx${LOAD_POSTFIX} ON admin1codes${LOAD_POSTFIX}(code);148CREATE INDEX geoname_admin1codes_code_idx${LOAD_POSTFIX} ON admin1codes${LOAD_POSTFIX}(code);
149CREATE INDEX geoname_countryinfo_isoalpha2_idx${LOAD_POSTFIX} ON countryinfo${LOAD_POSTFIX}(iso_alpha2);149CREATE INDEX geoname_countryinfo_isoalpha2_idx${LOAD_POSTFIX} ON countryinfo${LOAD_POSTFIX}(iso_alpha2);
150CREATE INDEX geoname_alternatename_idx${LOAD_POSTFIX} ON alternatename${LOAD_POSTFIX}(alternatenameId);150CREATE INDEX geoname_alternatename_idx${LOAD_POSTFIX} ON alternatename${LOAD_POSTFIX}(alternatenameId);
151ANALYZE geoname${LOAD_POSTFIX};
152ANALYZE admin1codes${LOAD_POSTFIX};
153ANALYZE countryinfo${LOAD_POSTFIX};
154ANALYZE alternatename${LOAD_POSTFIX};
151COMMIT;155COMMIT;
152EOT156EOT
153157

Subscribers

People subscribed via source and target branches

to all changes: