BI Connector performance

Hi all,

we're evaluating integration Power BI with Neo4j and therefore using the Neo4j BI Connector (Windows 1.1.2.1009) and ran into the following issue:

The database contains 62 mio nodes created by jQAssistant, the latter makes heavy use of combined labels, e.g. ":Java:ByteCode:Type:Class". Now it seems that for quite a lot of interactions between PowerBI/ODBC/Neo4j connector and the database itself the metamodel is queried via APOC (e.g. apoc.meta.nodeTypeProperties ). As this happens per label every click in PowerBI takes minutes.

As we only need Cypher based tables the current workaround is to specify filters for relationships and labels, that do not return any results.

Is anyone else running into that issue and where could we report it?

Cheers

Dirk