Hello,
I was trying the version of Glorp ported to Garage, and I must say it
runs smoothly, nice job!
I am reading large amount of data from a Postgres db, and I was curious
about the use of cursors.
I remember that the old version of Glorp for Pharo did not support
cursors in Postgresql, has this changed in Garage?
I tried to run some tests, using a query like:
(Query readManyOf: MyClass)
collectionType: GlorpCursoredStream;
yourself.
but with a large number of rows (~300k), the whole image crashes.
Is this still not supported, or am I doing something wrong?
Thanks,
Tommaso