Re: [firebird-support] How to estimate free space inside database file

2016-10-26 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
26.10.2016 11:50, Bryan Cole bryan.c...@teraview.com [firebird-support] wrote: > Sadly, I'm unable to use the ibsurgeon tools. My database is running on a > headless linux > server. I need to estimate the database free space from another > server-application. Use other approach: estimate

RE: [firebird-support] How to estimate free space inside database file

2016-10-26 Thread Bryan Cole bryan.c...@teraview.com [firebird-support]
to estimate free space inside database file 25.10.2016 19:03, Bryan Cole bryan.c...@teraview.com [firebird-support] wrote: > > I am trying to figure out the amount of free space within my database, so > that I can > detect when I'm nearing exhausting the disk space. I'm using firebird-v2.5

Re: [firebird-support] How to estimate free space inside database file

2016-10-25 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
25.10.2016 19:03, Bryan Cole bryan.c...@teraview.com [firebird-support] wrote: > > I am trying to figure out the amount of free space within my database, so > that I can > detect when I'm nearing exhausting the disk space. I'm using firebird-v2.5.2. Look at DBInfo:

[firebird-support] How to estimate free space inside database file

2016-10-25 Thread Bryan Cole bryan.c...@teraview.com [firebird-support]
Hi, I am trying to figure out the amount of free space within my database, so that I can detect when I'm nearing exhausting the disk space. I'm using firebird-v2.5.2. I know that (total_pages * page_size) = size on disk. This doesn't tell me how many of those allocated pages are free. If I