使用OrientDB Studio查询OrientDB时发生BufferUnderflowException

时间:2018-07-31 08:15:16

标签: orientdb

在执行以下查询时引发了BufferUnderflowException。

SELECT
FROM
(
match { class: a, AS: a }
.out('aTob') { AS: b, WHERE: (field1 is defined and field1 = true) }
.out('bToC') { WHERE: (field2 = 'XYZ'), AS: c }
return a
)

当我添加LIMIT个121条记录时,此查询工作正常。 如果我添加限制122或运行无限制的查询,则会引发“ BufferUnderflowException”

0 个答案:

没有答案