Subject | Re: [IBO] Re: Database file size increases heavily |
---|---|
Author | Arno Garrels |
Post date | 2002-12-03T18:58Z |
Lester,
Thanks again
Arno Garrels
> >>How many indexes are being filled, and what actual data istext
> >>being pumped in? (Can't see original post <g>)
> >
> > One primary on each table, one secondary on the detail table.
> > Most data is VarChar (file pathes) in detail table, also one blob type
> > in master table.Program logic requires records being deleted.
> > Actually master gets 2 records, detail 42 records (it's not a joke).
>
> At that size there should not be a problem. Out of interest,
> what happens if you DONT delete. Is the growth the same?
> InIn absolutely no case, never.
> which case something is wanting to see the 'missing' records.
> >>I get 4-5Mb database with a couple of hundred train recordsI
> >>- it grows while I am building 'working' space and then
> >>settles after 24 hours as old records get deleted every hour
> >>and new ones added.
> >
> > Currently my changed app. is running for 2 hours, actual size is 1.3 MB.
> > cannot say how size increases on each loop because the Windows ExplorerMay be a hint.
> > seems to refresh file size incorrectly but it still grows.
>
> This may be suggesting something. Windows will only see the
> size change when the file is closed. If it is not seeing a
> change, then the database is not getting closed, and perhaps
> it should be.
> I think that I would make the same suggestion I made toPossibly interesting, I will take a look at it tomorrow.
> another problem - IBLogManager.
>
> http://www.iblogmanager.com
>
> It has shown me a few niggles caused by automatic bits
> happening in the background, resulting in extra activity
> which in my case gave updates that should not have happened.
> Not saying it will help, but it is an eye opener <g>
Thanks again
Arno Garrels