superset/caravel/data
Francesco Riosa 94578cb6a7 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
2016-10-07 09:16:26 -07:00
..
__init__.py reduce chunk size for countries table (#1279) 2016-10-07 09:16:26 -07:00
birth_names.csv.gz Map visualization (#650) 2016-06-24 14:16:51 -07:00
birth_names.json.gz Caravel - renaming files 2016-03-28 21:53:24 -07:00
countries.json.gz Caravel - renaming files 2016-03-28 21:53:24 -07:00
countries.md Update countries.md (#1194) 2016-09-26 10:23:59 -07:00
countries.py Adding from __future__ imports (#288) 2016-04-07 08:39:08 -07:00
energy.json.gz Single quote filter values with comma (#1084) 2016-09-12 13:41:05 -07:00
multiformat_time_series.json.gz datetime format and database expression on column level (#652) 2016-06-27 21:33:44 -07:00
random_time_series.json.gz Added Calendar Heatmap (#475) 2016-05-16 17:59:38 -07:00
san_francisco.csv.gz Map visualization (#650) 2016-06-24 14:16:51 -07:00
unicode_utf8_unixnl_test.csv add unicode data to tests (#432) 2016-05-05 08:46:16 -07:00