I have a select like this
DATA lt_data TYPE SORTED TABLE OF T_TYPE1 WITH NON-UNIQUE KEY col1.
SELECT col1, col2 INTO CORRESPONDING FIELDS OF TABLE lt_data where...
My question is: will the sorting operation be performed on the DB or on the application server side? My DB is Hana DB (S/4 Hana).