A J <s5aly(at)yahoo(dot)com> wrote:
> Now I expect my DML statements to take atleast 100ms. But when I
> try to execute a few and measure using the timing command of
> postgres or the time command of linux, the duration is just a few
> milliseconds.
> What am I doing wrong ?
Have you changed commit_siblings from the default of 5? Do you have
at least commit_siblings other transactions open?
-Kevin