Subject Re: Does anyone know what the error too many indexes in table TMP%#MAU@ means
Author Dmitry Yemanov
29.12.2012 23:19, Mark Rotteveel wrote:

> Are you sure? According to
> http://www.firebirdsql.org/en/firebird-technical-specifications/ it
> 65535 indices per table (which BTW is a hell of a lot).

This is a purely theoretical limit. The practical one depends on the
page size, as it's limited by how many index descriptors can fit an
index root page.


Dmitry