Skip to content
Snippets Groups Projects
Commit 8cae37f5 authored by Jared Hancock's avatar Jared Hancock
Browse files

Write file contents to MySQL database in chunks

This overcomes the eventual limit of and database to support queries of a
finite length. We now split the file contents into 100k chunks and append
the chunks to the database one chunk at a time.
parent b2b2ebba
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment