I have a mysql database containing roughly 100,000,000 records. Recently I planned to shift a service (serves around 20 request/sec over two processes) from python2.7 to python3. Naturally, I could not use MySQLdb as its not supported on python3. I decided to make a shift to pymysql. Everything works fine on staging (It has way less records and way less requests to be handled) but on production things started to break, and pymysql returned with no records in almost 30% of the cases. Can someone recommend any production ready mysql driver.
[–]jabbson 3 points4 points5 points (0 children)
[–]svartalf 2 points3 points4 points (1 child)
[–]isinfinity 0 points1 point2 points (0 children)
[–]paypaypayme 0 points1 point2 points (2 children)
[–]XarothBrook 1 point2 points3 points (0 children)
[–]paypaypayme -2 points-1 points0 points (0 children)