Subject | Re: [ib-support] Re: time series and FB/IB |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-12-11T08:39:27Z |
I would expect Fb/IB to handle such a table (it is nowhere near 2^64, it is
even below 2^32), but I have no experience with anything that size.
Set
At 14:56 10.12.2002 +0000, you wrote:
even below 2^32), but I have no experience with anything that size.
Set
At 14:56 10.12.2002 +0000, you wrote:
>I'll try both aproaches and will see the results.
>Another question which comes to my mind is this data table structure:
>
>pk integer,
>series_id integer, (FK)
>time timestamp,
>value double precision
>
>This would result in table with 350 000 000 rows and very fast
>growing (45 000 000 row/year). Can FB/IB handle such tables?