Too many tables; MySQL can only use 61 tables in a join

Hello! Cube error (Too many tables; MySQL can only use 61 tables in a join) when adding a link to views
<view entity = "Category" name = "Category-view"> <property name = "name" /> <property name = "registry_category_id" view = "Category-view" /> </view>t

Perhaps your resulting View graph is huge. Either review it and remove unneeded branches, or at least switch Fetch mode to UNDEFINED for some of them.

Regards,
Konstantin