Subject | RE: [firebird-support] Still About performance and running slow |
---|---|
Author | Leyne, Sean |
Post date | 2009-04-24T20:22:18Z |
> hi all...Increase your page size to 4096!
>
> this basic question, but make me confuse....
> I use interbase Suoer serve server 6.0, Page Size 1024.
> and every 1 week i move record transaction to another database.
> Because at table MYSS (Sales Transakstion Table) i keep under 20.000
> record. this for performance my application.
> But.. this nigth Running Slow... (my application Not responding)
> ----------
>
> Service started at 24/04/2009 7:28:59
> Database "C:\data\MYXPOSSDB.GDB"
> Database header page information:
> Flags 0
> Checksum 12345
> Generation 8375
> Page size 1024
> ODS version 10.1You have a database transaction that is not committing!
> Oldest transaction 434
> Oldest active 8366
> Oldest snapshot 8366
This will cause performance problems.
> Next transaction 8367I would disable sweep (set sweep to 0) and use a schedule task to
> ...
> Attributes force write
>
> Variable header data:
> Sweep interval: 20000
> *END*
perform the database sweep (using GFIX with garbage collection option).
Sean