Subject | Re: [Firebird-Java] Is there truly no batching of inserts? |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-02-24T22:17:17Z |
> Can anyone confirm or deny that if I get Hibernate to sort and batchYes, I confirm this. Firebird does not have batched updates on the API
> INSERT statements, the driver will break the batch down command by
> command?
level, so driver emulates this behavior.
Roman