Skip to content

query result items count less than should be #15

@petersamokhin

Description

@petersamokhin

Hello there! I have a simple query like that:

select foo::Bar.someId

which returns a large set, ±1500 items:

{
  'foo-001',
  'foo-002',
  # many more here
}

If I execute such query in edgedb UI, all good. If I use EdgeDbClient in Java, I get only 600-700 items.
I tried to workaround it by using the other methods (queryJson, queryJsonElements) but no luck.
The only thing that helped isselect array_join(array_agg(foo::Bar.someId), ',') 🫠

Versions:

  • com.edgedb:driver:0.1.0"
  • edgedb/edgedb:3.1 ("3.1+f4bab56")
  • EdgeDB CLI 3.4.0+4d95a2c

Implicit limit is 0 in the config.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions