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.
Loading
Please register or sign in to comment