Subject | Re: [ib-support] Limits of firebird/interbase |
---|---|
Author | Paul Reeves |
Post date | 2002-08-12T13:06:06Z |
Carlos G.A. wrote:
somewhere but they are not documented. In any case, practical limits are
likely to be lower than the real limits. We should probably make some
reasonable guesses.
column names) it is 31.
If you mean aliases for column names in select statements, it is also 31.
BTW, I noticed in IscDBC.h that you have defined MAX_BLOB_LENGTH as 2Gb.
In fact, the length is dependant upon page size. These are the actual
values:
1Kb - 64Mb
2Kb - 512Mb
4Kb - 4Gb
8Kb - 32Gb
16Kb - 256Gb
I doubt if anyone has yet tested the latter. Anyway, we should probably
continue this in firebird-odbc-devel.
Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase
> Hello:I don't know the answer to these questions. There probably are limits
>
> I want to know the next limits of firebird/interbase:
>
> -Max number of columns in a select statement
> -Max number of columns in the order by clausule
> -Max number of columns in the group by clausule
> -Max length of a statment.
somewhere but they are not documented. In any case, practical limits are
likely to be lower than the real limits. We should probably make some
reasonable guesses.
> -Max length of a caracter literal nameIf we are talking about the max size of metadata objects (tablenames,
>
column names) it is 31.
If you mean aliases for column names in select statements, it is also 31.
BTW, I noticed in IscDBC.h that you have defined MAX_BLOB_LENGTH as 2Gb.
In fact, the length is dependant upon page size. These are the actual
values:
1Kb - 64Mb
2Kb - 512Mb
4Kb - 4Gb
8Kb - 32Gb
16Kb - 256Gb
I doubt if anyone has yet tested the latter. Anyway, we should probably
continue this in firebird-odbc-devel.
Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase