Database upload time

Merged Craig Earley requested to merge database-upload-time into master

Faster database uploads. This is accomplished by:

  • (to create the query) using the Java StringBuilder data type that doesn't copy the whole string when it appends new characters to it
  • inserting all rows with a single insert statement

Merge request reports