In our production DB, there are txn tables that have more than 500 million records. I am trying to read those records into python pandas data frame using pandas.read_sql and also tried with pandas.read_sql_query. But these options are very slow. Can you suggest any optimal way to do this task. This required to do the data processing.
Thanks,
Manoj Kumar