1

just a question about Neo4j and graph databases: Is there something similar like SQL Server Management Studio from Microsoft?

Background information: I have to compare SQL vs graph databases for study. For the practical section I need to implement a friend structure (of social networks) for sql and (I chosen) Neo4j. I just want to compare the speed of both dbs (performance test). So if I execute a query I need the execution time - and I know SQL Server Management Studio does this.

Or has someone any other solution/idea for comparison? :)

Thanks.

4

1 回答 1

1

这取决于您要测试的内容。如果您正在测试 Cypher 执行速度(尚未针对性能进行优化),那么您将获得结果集的计时。否则,您可以实现一个非托管扩展,在查询进入并执行时对其进行测量,请参阅http://docs.neo4j.org/chunked/milestone/server-unmanaged-extensions.html

于 2013-08-02T09:09:43.967 回答