Subject | Re: High volume of INSERT/DELETE operations |
---|---|
Author | Doychin Bondzhev |
Post date | 2008-12-16T11:26:36Z |
> How did you do it?I traced the execution of the code.
> Could you show transaction statistic of yourDatabase header page information:
> database (gstat -h)?
Flags 0
Checksum 12345
Generation 92727
Page size 8192
ODS version 11.1
Oldest transaction 92693
Oldest active 18656
Oldest snapshot 18656
Next transaction 92694
Bumped transaction 1
Sequence number 0
Next attachment ID 20
Implementation ID 19
Shadow count 0
Page buffers 0
Next header page 0
Database dialect 3
Creation date Dec 16, 2008 8:34:11
Attributes
Variable header data:
Sweep interval: 200
*END*
> Sweep is not garbage collection (though may trigger it). I'd ratherGCPolicy is not an option because I'm using Classic server.
> suggest to play with GCPolicy configuration parameter...
Doychin