Closed foxtrotzulu94 closed 9 years ago
Bulk database access of with a single query generally perform better than several separate, unique accesses due to API Overhead and Stack lag.
Refactor the Database Access code in Pokemon Factory to enable building the entire list of MinimalPokemon objects from as few SQL queries as possible.
Bulk database access of with a single query generally perform better than several separate, unique accesses due to API Overhead and Stack lag.
Refactor the Database Access code in Pokemon Factory to enable building the entire list of MinimalPokemon objects from as few SQL queries as possible.