Subject | Re: AW: [firebird-support] How to test for forced writes? |
---|---|
Author | Milan Tomeš - Position |
Post date | 2011-01-26T14:57:35Z |
Hi,
If you're running Firebird 2.1 (not sure if it works on 2.0, it surely
doesn't work on older than 2.0) you can use this:
1. Connect to database
2. Run this query: SELECT MON$FORCED_WRITES FROM MON$DATABASE
HTH
Milan
Dne 26.1.2011 15:49, Steffen Heil napsal(a):
If you're running Firebird 2.1 (not sure if it works on 2.0, it surely
doesn't work on older than 2.0) you can use this:
1. Connect to database
2. Run this query: SELECT MON$FORCED_WRITES FROM MON$DATABASE
HTH
Milan
Dne 26.1.2011 15:49, Steffen Heil napsal(a):
>[Non-text portions of this message have been removed]
> Hello
>
> > That information is available in the database header, so it can be
> viewed
> > using "gstat".
>
> I tried about everything, but I cannot find it in any output of gstat.
>
>