An error occurred
when trying to visualize a group of 4-million-row data
#12052
Labels
!deprecated-label:bug
Deprecated label - Use #bug instead
explore:error
Related to general errors of Explore
I got a group of data about 4million stored in mysql, I'm trying to load it in superset and do the virtualization.
It works well when there is only thousands data but after I put all data in the mysql, the superset failed to do the job with error
An error occurred
in the chart page but no further information, nor in the log.Expected results
Superset can fetch the data though it reports problems
Actual results
An error occurred
with no result.Screenshots
and the log file has nothing useful:

How to reproduce the bug
Environment
(please complete the following information):
0.37.2
3.6.9
didn't install
superset is installed from Scratch, not docker
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
I have searched and find few discussion about the data scale. the official document only mentions issue about the loading speed while in #4588 people also talks about the speed. Seems nobody meets a fail issue as me.
also, to make it runable, I have extended the timeout to 3000s and several other limit settings.

The problem always happen after querying about 600s, so I'm thinking if there is still some timeout in the connection but I didn't find any other in the superset config.py.
So I'm wondering how could I know what the exact error is, and how to I solve it.
or is there any suggestion I can bypass this issue.
Thanks!
The text was updated successfully, but these errors were encountered: