Orientdb-匹配-“;命令尚未执行";

Orientdb-匹配-“;命令尚未执行";,orientdb,Orientdb,我有一个带有2个顶点的Orientdb数据库 Pesquisador拥有100万张唱片 Publicacao也有100万张唱片 还有一个边COLABORA_COM和6239382 我需要挑选出版数量最多的数千名研究人员 我执行命令 SELECT psq1.psq_nome AS nomePesquisador, COUNT(pub1) AS qtdPub FROM ( MATCH {class:Pesquisador, as:psq1}.outE("PUBLICOU").inV(

我有一个带有2个顶点的Orientdb数据库

Pesquisador拥有100万张唱片

Publicacao也有100万张唱片

还有一个边COLABORA_COM和6239382

我需要挑选出版数量最多的数千名研究人员

我执行命令

SELECT  psq1.psq_nome AS nomePesquisador, COUNT(pub1) AS qtdPub
FROM (
  MATCH 
    {class:Pesquisador, as:psq1}.outE("PUBLICOU").inV(){as:pub1}
  RETURN psq1, pub1
)
GROUP BY psq1
ORDER BY qtdPub DESC, nomePesquisador
LIMIT 1000;
然后出现错误“命令尚未执行”

如果我将匹配返回限制为250000条记录(返回psq1,pub1限制为250000条),则匹配执行时不会出现错误


内存有错误吗?

请发布服务器日志好吗?有任何重要信息吗?2016-07-25 10:13:42:416信息{db=dbCemMilM01}存储数据恢复已完成[OLocalPaginatedStorage]2016-07-25 10:14:23:130信息{db=dbCemMilM01}[TIP]查询“从Pesquisador中选择”返回的结果集包含10000多条记录。检查您是否真的需要所有这些记录,或者通过使用限制来减少结果集,以提高性能和使用的RAM[OProfilerStub]参数part1:java-server-Xmx1024m-Djna.nosys=true-XX:MaxDirectMemorySize=512g-XX:+heapdumponAutofmemoryError-Djava.awt.headless=true-Dfile.encoding=UTF8-Drhino.opt.level=9-Dprofiler.enabled=true-Dstorage.diskCache.bufferSize=4096-Djava.util.logging.config.file=“C:\orientdb/config/orientdb服务器log.properties”-Dorientdb.config.file=“C:\orientdb/config/orientdb server config.xml”-Dorientdb.www.path=“C:\orientdb/www”-Dorientdb.build.number=“2.2”。x@rf5282664db9300ef3358fb4d7e2066ad418c2e61;2016-07-08 12:30:59+0000“参数-第2部分:-cp”C:\orientdb\lib*;C:\orientdb\plugins*”com.orientechnologies.orient.server.oservermain github上存在关于巨大查询结果的问题,里程碑设置为3.0版本:github.com/orientechnologies/orientdb/issues/2425能否发布服务器日志?有任何重要信息吗?2016-07-25 10:13:42:416信息{db=dbCemMilM01}存储数据恢复已完成[OLocalPaginatedStorage]2016-07-25 10:14:23:130信息{db=dbCemMilM01}[TIP]查询“从Pesquisador中选择”返回的结果集包含10000多条记录。检查您是否真的需要所有这些记录,或者通过使用限制来减少结果集,以提高性能和使用的RAM[OProfilerStub]参数part1:java-server-Xmx1024m-Djna.nosys=true-XX:MaxDirectMemorySize=512g-XX:+heapdumponAutofmemoryError-Djava.awt.headless=true-Dfile.encoding=UTF8-Drhino.opt.level=9-Dprofiler.enabled=true-Dstorage.diskCache.bufferSize=4096-Djava.util.logging.config.file=“C:\orientdb/config/orientdb服务器log.properties”-Dorientdb.config.file=“C:\orientdb/config/orientdb server config.xml”-Dorientdb.www.path=“C:\orientdb/www”-Dorientdb.build.number=“2.2”。x@rf5282664db9300ef3358fb4d7e2066ad418c2e61;2016-07-08 12:30:59+0000“参数-第2部分:-cp”C:\orientdb\lib*;C:\orientdb\plugins*”com.orientechnologies.orient.server.oservermain github上存在关于巨大查询结果的问题,里程碑设置为3.0版本:github.com/orientechnologies/orientdb/issues/2425