cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
695 stars 167 forks source link

Added ChunkSize parameter to the writeSql function. #103

Open zihanxu3 opened 2 years ago

zihanxu3 commented 2 years ago

Added a int chunkSize parameter to the writeSql function so that users can choose to write to database one chunk at a time, in face of large data stream.

Aims to fix #94.