查询R中的orientDB,如何调优查询?

时间:2016-01-09 01:31:40

标签: r orientdb

我使用R来使用RJDBC库查询OrientDB,我的数据库有两个节点类:

gimp --no-interface --batch='(moo "back.png" "top.png")' -b (gimp-quit 0)
地方有150万条记录,人数有400万条记录,边数约为400万条,即便是简单的查询,如

persons--visits-->places

大约需要90秒(PostgreSQL需要不到30秒),以下查询需要大约20分钟

dbGetQuery(conn, "select ID from places") 

如何加快第二次查询?表演的瓶颈在哪里? OrientDB JDBC驱动程序?或OrientDB或R?

0 个答案:

没有答案