-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
So far we make recursive request everywhere we need to traverse the prototype chain. This leads to much sql code. One way to solve the code duplication would be a virtual table for prototypes. The other way would be a "flatting" of the prototypes into a extra table with the type, the prototype and the rank. This caching table has to be updated because creating it for every change would be too expensive.