Hi Patrick/Lars,
How were you able to use the temporary table with a XSJS service? My requirement is to enable pagination on a union of 4 tables each consisting - 40 M rows of data. The user selection (where clause) might lead to 500K rows of data. The UI technology is UI5.
My concern is the same as the original thread. I don't want to execute my union again and again in order to apply limits and offsets. I want to do what is mentioned in this thread. Extract and insert to a temporary table and connect UI to this table. However, a temporary table truncates after a session is closed. Is there a way to use this design with XSJS? If I create a HANA table (instead of temporary table) to replicate user session, it would lead to un-necessary logs and i/o problems. Please advise.
Regards,
Kevin