Hi,
I have got an error “Something went wrong error”, while running a large SQL query (853 rows) with lots of complex calculations. When I run it in a MySQL database, the final data loads without any problems.
What can be the reasons of this?
Hi,
I have got an error “Something went wrong error”, while running a large SQL query (853 rows) with lots of complex calculations. When I run it in a MySQL database, the final data loads without any problems.
What can be the reasons of this?
Hi @makc4us - Welcome to AWS Quick Sight and thanks for posting the questions. Couple of details require?
I am not sure whether such lengthy query ( 853 lines) is support in custom sql or not. We can check with other experts, tagging @David_Wong @sagmukhe @Biswajit_1993 @duncan
On another note - is it possible to create a view where your complex logic will be select statement and just select all the data from the view in QS, this way it will be easy and simple and any changes in the query logic, you just need to do it at DB level
Regards - Sanjeeb
Hi, @Sanjeeb2022!
The query took 49 seconds to return the result. The main table is about 230 MB, but there are lots of subseries and calculations based on it, so the final weight of data can be much larger.
I try to use both SPICE and Direct Query. No changes.
Kind regards,
Hi @makc4us - Is it possible to create a view in database with the select statement ( with all logics and calculations) and take the data from the view like “select * from <>”
Regards - Sanjeeb