| java.lang.Object org.polepos.teams.jdbc.drivers.melbourne.BulkWriteMultiValue
BulkWriteMultiValue | public class BulkWriteMultiValue implements BulkWriteStrategy(Code) | | Performs a bulkwrite by employing multiple VALUES part in the SQL statement.
author: Herkules author: Typical: author: BUNCH=10: 50000 objects: write 1062ms (0.02124ms/object), read 172ms (0.00344ms/object), delete 0ms (0.0ms/object) author: BUNCH=100: 50000 objects: write 500ms (0.01ms/object), read 156ms (0.00312ms/object), delete 0ms (0.0ms/object) author: BUNCH=1000: 50000 objects: write 360ms (0.0072ms/object), read 218ms (0.00436ms/object), delete 0ms (0.0ms/object) |
Method Summary | |
public void | savePilots(String tablename, Pilot[] p, int count, int index) Dump an array of pilots to the DB by creating a loooong SQL statement. |
BulkWriteMultiValue | public BulkWriteMultiValue(JdbcCar car)(Code) | | Creates a new instance of BulkWriteMultiValue.
|
savePilots | public void savePilots(String tablename, Pilot[] p, int count, int index)(Code) | | Dump an array of pilots to the DB by creating a loooong SQL statement.
|
|
|