#community-help

Achieving Stable Result Set and Understanding TS Export Function

TLDR Dan sought a way to get stable results across requests. Kishore Nallan explained sorting large export data is not supported as it's memory-consuming, and suggested doing it client-side post export. Dan expressed appreciation for the help received.

Powered by Struct AI

1

1

3
17mo
Solved
Join the chat
Aug 03, 2022 (17 months ago)
Dan
Photo of md5-f8f7b04dda4a09dec991cdc07f4d9c64
Dan
01:08 PM
I’m curious if there’s any way to get a stable result set across requests - we’re looking into producing an export based on filtered data in TS, and obviously, if the data changes during export, the pages will change. It’s fine to say this isn’t a TS issue, we’re not in a corner on this - but being able to do that would be pleasant.

1

Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
01:33 PM
Sort by will help but export end point does not support that since it's very memory consuming to sort large export data in-memory. So must be done after export client side.

1

Aug 04, 2022 (17 months ago)
Dan
Photo of md5-f8f7b04dda4a09dec991cdc07f4d9c64