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. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
