Skip to content

Added ChunkSize parameter to the writeSql function.#103

Open
zihanxu3 wants to merge 2 commits intocardillo:masterfrom
zihanxu3:fix#93
Open

Added ChunkSize parameter to the writeSql function.#103
zihanxu3 wants to merge 2 commits intocardillo:masterfrom
zihanxu3:fix#93

Conversation

@zihanxu3
Copy link

@zihanxu3 zihanxu3 commented Nov 30, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can the writesql() function add a chunksize parameter? In order to control the number of rows written to the database each time

1 participant