GOODS commit performance

Vaidas Didzbalis vaidasd at lnb.lt
Wed Dec 31 14:28:23 UTC 2003


Hi,

Why next commit on takes so long even if I’ve changed nothing since first one?

db := KKDatabase onHost: ' localcost' port: 6100.

root := db root.

nt := OrderedCollection new.

root at: #NumbersTable put: nt.

db commit.

1 to: 1000000 do: [:e | nt add: e]

[db commit.] timeToRun. <31158>

[db commit.] timeToRun.<16875>

Thank you.

Vaidas





More information about the Squeak-dev mailing list