Subject | Re: [firebird-support] has the limit of 255 contexts been increased yet? |
---|---|
Author | Venus Software Operations |
Post date | 2010-07-12T12:28:49Z |
Sorry, slightly moving away from the original problem. How can the
revision tracks be looked at? Is there a way in FlameRobin to know what
the status of revisions is?
Thanks Doug.
Kind regards
Bhavbhuti
revision tracks be looked at? Is there a way in FlameRobin to know what
the status of revisions is?
Thanks Doug.
Kind regards
Bhavbhuti
On 12/07/2010 05:51 pm, Doug Chamberlin wrote:
>
> On 7/12/2010 5:59 AM, Sam Watkins wrote:
> > I am working on a complex firebird database at work. When I try to
> alter the
> > schema e.g. adding a join to a certain view, I later get this error:
> >
> > "Too many Contexts of Relation/Procedure/Views. Maximum allowed is 255"
>
> Firebird tracks revisions to database schema and can only retain some
> 255 changes to any given table/view definition. If you backup and
> restore the database the counter will reset to 0 so another 255 changes
> can then be handled.
>
> If you are actively designing/developing the schema the "problem" should
> go away once the schema stabilizes and frequency of changes goes down.
> If you are in a production environment then you will want to re-think
> your strategy of making frequent schema changes.
>
>