You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BTree Manager is easily the most complex of the SimpleDBM modules. If
things go wrong it is very hard to pinpoint where the problem lies.
Already several measures are present:
Trace messages have been added recently.
Node level validations are done if appropriate flag is set at run time.
Simple checks are performed when inserting new entries in a page - also
when a flag is set.
Number of assertions have been increasing.
But these measures are all ad-hoc. We need a more systematic approach so
that we get the maximum benefit at minimum overhead. For instance, it only
makes sense to validate stuff if things have changed.
Original issue reported on code.google.com by [email protected] on 2 Aug 2008 at 12:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Aug 2008 at 12:14The text was updated successfully, but these errors were encountered: