Database upload time
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