Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    Write file contents to MySQL database in chunks · 8cae37f5
    Jared Hancock authored
    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.
    8cae37f5