Search code examples
viewlimitfirebird

Number of views allowed to store in database


Is there a limit to the number of views that I can create and store in a database or specifically Firebird? So far, I only managed to find the maximum number of tables that can be stored in a database.


Solution

  • Firebird considers views a form of tables, and as such the limit on the number of tables includes views (and system tables, and virtual tables like the monitoring tables).

    This limit is 32768 (see https://www.firebirdsql.org/en/firebird-technical-specifications/).