mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Improve performance of database build script
The remainder of the build script has been converted to use `bulk_create()`. Running the build script on my machine with a PostgresQL database took only 5 minutes 40 seconds, and with SQLite 26 minutes 18 seconds.
This commit is contained in:
parent
def70662f1
commit
9d4f893a69
1 changed files with 600 additions and 1024 deletions
1624
data/v2/build.py
1624
data/v2/build.py
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue