10 Jun
2008
10 Jun
'08
6:42 a.m.
On 09-06-2008 23:10:41 -0700, Rt Ibmer wrote:
Short of increasing/changing my hardware or changing my code around to bulk write inserts (which I assume would help?) is there anything I can do to improve the speed at which MonetDB can insert records into the db?
Batching on a PreparedStatement should give you the highest performance JDBC can reach.