It doesn't matter how much memory your HANA instance has, very little memory is set aside for the XS layer on purpose. XS is intended to be lightweight pass-through layer. You shouldn't try to do mass data processing there. For custom logic against mass amounts of data, use SQLScript procedures instead.
↧