Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce chunk size for countries table (#1279)
One user reported the load of the "countries" table exceed max_allowed_packet which in some configurations can be as low as 1MB. Changing the chunk size from 500 to 50 has a small cost on the initial load of the data (one additional second to the 17 taken previously) while being more universally usable without changing the configuration of the mysql server. The new packet size is estimated to be about 500KB. The committer has not checked other tables
- Loading branch information