I test a very simple query which returns about 250k rows.
With oracledb, both thin and thick mode takes 120s. But with Dbeaver export all data to csv, it takes 36s.
Dbeaver use oracle.jdbc.OracleDriver with the same OCI as oracledb thick mode.
I'm not sure what make this big difference, maybe parallel? How can I improve my python-oracledb performance?