Hi,
We are currently evaluating some BI software which is attempting to retrieve data from our Percona Database… This is done by running a “select * from Table”… The size of the table is around 400 Million rows and always seems to be failing once approaching approx 178M … The duration is always approximatly 4:30 - 5 Hours
The error results in:
Aborted connection 178 to db: **** user: ****** host: ******** (Got an error writing communication packets)
Following numerous documentations, we have updated our values to:
net_read_timeout = 120
interactive_timeout = 288000
wait_timeout = 288000
innodb_buffer_pool_size = 22G
max_allowed_packet = 1024M
However this yields no result… Does anyone of you have experience with trying to query very large tables ?
Thanks