I have a process that is reading a large dataset and then inserting it into a database. I'm debating between SimpleJdbcInsert and plain old PreparedStatements.
While the former certainly seems easier....is it slower in a significant way? I was wondering if anyone had seen/done a performance comparison.