The speed of pandas read_sql is too slow. It takes about 10 seconds for 10W rows of data. Is there any optimization plan?

pandas read_sql is too slow

10W rows of data take about 10 seconds. Is there an optimization plan

?
Dec.02,2021

set the chunksize parameter to try. Returns the iterator.

Menu