Hi,
How should druid support pagination mass of data from the java client?
I would be happy to get some java sample code
thx
Elad W
Hi,
How should druid support pagination mass of data from the java client?
I would be happy to get some java sample code
thx
Elad W
Hey Elad!
Not sure from the Java side – but there is the OFFSET
SQL command recently implemented if that would help you craft the queries? Note that this may not be as resource effective as caching results on the application side.