Hi,
I am using dbxquery to fetch the db data ,the db data is huge hence i am using maxrows=56406002.
But the query is keeping loading for 30-40 mins and later throws an error as below even though i am fetching only one year data
'Search auto-canceled'
'The search job has failed due to an error'
'| dbxquery connection=XXX query="SELECT DATE, ENDDATE, BEGDA, ENDDA FROM PA2001 where BEGDA>=20160101 AND BEGDA<=20161231" maxrows=56406002
| streamstats count as SL_NO |table DATE ENDDATE BEGDA ENDDA SL_NO'