Subject Re: [Firebird-Architect] Re: Question about limits in fb 2.5 or 3.0
Author Adriano dos Santos Fernandes
woodsmailbox wrote:
>> Please tell use what you are trying to do.
>>
>
> I'll try to make a quicklist of examples when it bites me again.
>
>
>> Most people find that
>> normalized databases don't come close to bumping into restrictions
>> (you'll find the 64K record limit very, very common among
>>
> databases).
>
> My dbs are normalized, that's not the problem. I can live with 64k
> records in _tables_, that's predictable and can be decided at design
> time. But then you use list() and group by and order by, and it only
> bites you at runtime.
What version are you using? LIST() returns BLOB (and not long string)
since before v2.1 final.


Adriano