David Bustos wrote: > Quoth John Forte on Tue, Sep 04, 2007 at 01:36:06PM -0700: > >> I'm noticing that it takes ~60ms for the commit to complete. It >> doesn't appear to be related to how much data is encompassed in the >> transaction. I've taken a look at another implementation's use of >> commit and it also takes ~60ms for the commit to complete. Is this >> response time expected? >> > > I don't know. Do you think it's too slow? What do you mean by "another > implementation"? > Yes, it seems slow to me. I have a CLI application that takes ~6 seconds to add 100 property values, executing the command line for each. That seems excessive. And the other implementation I was referring to is the iSCSI target, which seems to exhibit the same timings.
I just want to ensure that this is expected so that we can set expectations on our project interface usage. As I said, it seems slow, particularly if a customer was using our interfaces implemented over libscf to initialize even a medium sized configuration. - John