superset/caravel
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
..
assets [explore v2] fix explorev2 chart errors (#1277) 2016-10-06 13:07:27 -07:00
bin Adding a 'Misc Charts' dashboard as part of the examples (#1208) 2016-10-04 08:18:17 -07:00
data reduce chunk size for countries table (#1279) 2016-10-07 09:16:26 -07:00
migrations [security] allow for requesting access when denied on a dashboard view (#1192) 2016-10-02 18:03:19 -07:00
static Caravel - renaming files 2016-03-28 21:53:24 -07:00
templates [explorev2] chart and controls (#1251) 2016-10-05 19:41:16 -07:00
translations Fix small typo in message strings (#778) 2016-07-19 17:30:06 -04:00
__init__.py Simplifying source_registry (#1180) 2016-09-22 21:19:03 -07:00
ascii_art.py Adding version subcommand to CLI (#329) 2016-04-13 17:27:20 -07:00
config.py Vliu query search (#1187) 2016-09-23 17:41:24 -07:00
dataframe.py Infer types. Smart defaults for the visualize window. Basic implementation. (#1134) 2016-09-23 11:14:38 -07:00
extract_table_names.py SQL Lab - A multi-tab SQL editor (#514) 2016-08-29 21:55:31 -07:00
forms.py [FilterBox] dashboard date range filtering (#1165) 2016-09-22 14:30:39 -07:00
models.py Change userId, dbId to username and dbname (#1274) 2016-10-06 09:53:33 -07:00
source_registry.py Simplifying source_registry (#1180) 2016-09-22 21:19:03 -07:00
sql_lab.py Infer types. Smart defaults for the visualize window. Basic implementation. (#1134) 2016-09-23 11:14:38 -07:00
utils.py Bring DB in sync with the models.py (#1172) 2016-09-28 13:55:06 -07:00
views.py Added controls for Table Viz (#1253) 2016-10-05 14:53:51 -07:00
viz.py A few bugfixes 2016-09-27 10:20:20 -07:00