Faster `pokedex load` for PostgreSQL #526
authorPetr Viktorin <encukou@gmail.com>
Mon, 14 Mar 2011 03:11:27 +0000 (05:11 +0200)
committerPetr Viktorin <encukou@gmail.com>
Tue, 29 Mar 2011 14:42:48 +0000 (17:42 +0300)
commit4fac12946635f9465eb89ad00eed302a867cf2c5
tree7ff880315fe23701c568c3d3550cb932a76ff9d1
parenta884a8b9766982880862defa2a1d2736de1a46a6
Faster `pokedex load` for PostgreSQL  #526

Also added the -S (--safe) option, which disables the backend-specific
optimizations.

This gives over 3× speedup on my machine :)
pokedex/__init__.py
pokedex/db/load.py