Subject | Re: how does firebird check the file size automatically? |
---|---|
Author | miniman_no1 |
Post date | 2004-06-17T04:00:06Z |
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
also the client do not know about that, so we have to handle this
problem, we have to decide the worst case
wrote:
> > what is the best way to solve the file size problem, in myprogram, I
> > always need to use isc_database_info to get the isc_info_page_sizethe
> > and the isc_info_allocation after execute each command, calculate
> > file size and if the result is bigger than a number, alter themuch
> > database to add the secondary file, but this seems not to have
> > efficiency. Does anyone have another method to solve this problem?operation?
> > Can trigger, event do that automatically instead of manual
> > Any suggestion are welcome.operating system
> >
> >
>
> what! are you adding 2Gb blobs or something?
> You don't need to check this sort of thing regularly. What
> are you running? What is the size of the db? how much growth do youexpect
> over a 12 month period?Because there is no guranteen how much growth of the client data, and
> Alan
also the client do not know about that, so we have to handle this
problem, we have to decide the worst case