One of my web application is getting data from a Legacy System called Tandem(HP NonStop), which can only run SQLs and not Stored Procedures. Also that system is not in my control and all I can do is read data from that using a SQL queryies.
Application's front-end(Javascript) is using REST Web Service to talk to back-end to retrieve data.
I wanted to know how other developers are handling this kind of scenario and what measures or tools are used to improve the performance when retrieving data from slow/legacy database.