Subject Re: [ib-support] Re: DB-file growth VERY rapidly!??
Author Lev Assinovsky
Seems, you accidentally insert the records (explicitly or implicitly).
Could you send me your perl script?

_a_x_e_ wrote:

> ok, tried both, DECIMAL(12,0) and NUMERIC(12,0) but doesn't matter,
> db-file growth by approx. 60kb with EVERY update, every 10 minutes.
>
> --- In ib-support@y..., Lev Assinovsky <lev@p...> wrote:
> > DECIMAL(x,y) means that IB stores AT LEAST x digits. If you have
> > more then IB allocates more. Replace DECIMAL with NUMERIC(x,y) (stores
> > EXACTLY x digits). And try to trace the values before update.
> >
>
> > --
> > Lev Assinovsky Peterlink Web
> > Programmer St. Petersburg, Russia
> > Tel/Fax: +7 812 3275343 197022 ul.Chapigina 7�
> > E-mail: lev@p...
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

--
Lev Assinovsky Peterlink Web
Programmer St. Petersburg, Russia
Tel/Fax: +7 812 3275343 197022 ul.Chapigina 7�
E-mail: lev@...




[Non-text portions of this message have been removed]