cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there a benchmark performance for openCypher query vs sql join query for data in SAP HANA Graph?

sameerk20
Explorer
0 Kudos
320

Hi All , 

Basically  we are evaluating what kind of performance gain we can expect on using open cypher query instead of simple sql joins .

We are mainly focusing on retrieval time for filtering in 1Million-10Million rows and around 500-1000 columns. 

Also is there a performance impact on using homogenous graph and heterogenous graph . If yes are there any readings for the same ?

Help is highly appreciated.

 

Accepted Solutions (0)

Answers (1)

Answers (1)

mfath
Product and Topic Expert
Product and Topic Expert

Hej, basically an openCypher query is translated into SQL operations under the hood. So you won't see any performance gains for these type of declarative queries. The story is different if you run graph procedures using "GraphScript". To accelerate graph traversals, index structures are created under the hood. This makes things like shortest path, reachable vertices etc. really fast. If you provide more details on the "filtering logic" you would like to apply and the data this is executed on, we might be able to advise.