Server code takes more than 15 seconds to iterate over 1000 rows?

Hi @Tony.Nguyen,
Thats right tried that as well.
However in my specific case i need the row_id, once converted to a dict the row_id is lost as far as I know. And sadly the time difference is more or less what generating the row_id’s costs.

Additionally, with this approach the dict includes the linked rows as live objects which might result in unwanted roundtrips.

Thanks anyway!