<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 14: Export data into RDBMS table using JDBC Batch update</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/14/" rel="alternate"/><link href="https://sourceforge.net/p/cloudbase/feature-requests/14/feed.atom" rel="self"/><id>https://sourceforge.net/p/cloudbase/feature-requests/14/</id><updated>2009-09-17T03:33:33Z</updated><subtitle>Recent changes to 14: Export data into RDBMS table using JDBC Batch update</subtitle><entry><title>Export data into RDBMS table using JDBC Batch update</title><link href="https://sourceforge.net/p/cloudbase/feature-requests/14/" rel="alternate"/><published>2009-09-17T03:33:33Z</published><updated>2009-09-17T03:33:33Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net99a570e17f846903918b63dd108ef63e46c96138</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;JDBC batch update is faster than single update per row. I could see 5x performance improvement in some cases on our cluster. I just replace 'executeUpdate( )' with 'addBatch()' and 'executeBatch()'. and I call the 'executeBatch()' per file. and This is a straitforward implementation. I do not consider 'batch size', 'commit size' or something like that. but it works fine so far.&lt;/p&gt;
&lt;p&gt;I think we can configure the batch size for export in Cloudbase's configuration.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>