At first, I would like to say that I appreciate the code style of the project; it's very clean and well-structured. However, I am currently exceeding the join limitations of MariaDB, which is causing Error 1116 ('Too many tables; MariaDB can only use 61 tables in a join'). This is the result of creating a bunch of objects with PhysicalDevice inheritance. In my opinion, the real problem doesn't lie in the structure I created in my extension. Of course, there are a couple of ways to delay the occurrence...
At first i would like to say i like the codestyle of the project, it's very clean and well structured. Anyway currently iam exceeding the Join Limitations of MariaDB which causing Error 1116 (Too many tables; MariaDB can only use 61 tables in a join) This is the Result of creating a Bunch of Objects with PhysicalDevice Inheritance, but in my oppinion the Real Problem doesn't lay on the Structure i created in my Extension ... of cause there are a cupple of ways to delay the occurrence of this Error...
At first i would like to say i like the codestyle of the project, it's very clean and well structured. Anyway currently iam exceeding the Join Limitations of MariaDB which causing Error 1116 (Too many tables; MariaDB can only use 61 tables in a join) This is the Result of creating a Bunch of Objects with PhysicalDevice Inheritance, but in my oppinion the Real Problem doesn't lay on the Structure i created in my Extension ... of cause there are a cupple of ways to delay the occurrence of this Error...
* Redone GetFieldLimit()
Initial