Subject Re: [firebird-support] Table ID limit
Author Ivan Prenosil
> Yes, we define temporary tables for doing various kinds of OLAP work.
> We delete them, but AFAIK, the IDs do not get reused. Is this no
> longer true?

Simple test (just generating some Create&Delete Table commands using copy&paste)
shows that FB has no problem after reaching 32k table id.
It simply restarts from 128 (skiping existing table ids)

Ivan