23
Views
0
Comments
Transferring large binary files from DB\external source via API

Dear All,

The requirement is to read large high resolution images placed at some external location or uploaded in outsystems DB itself. Once the binary files are stored in DB , the challenge is to read it from the location\DB and pass them to the other application to display the same.

I have exposed an API which reads those large binary files from DB but it is crashing due to heavy data transfer.

I need your input on how to handle the requirement of reading the files and displaying on web page. As far as i understand even the files are located on external source, if those locations are pointed to images as external url, the page will slow down as well.

The client is an interior company and they have to create a report displaying interior images which is originally CAD produced high resolution images.

What would be the best scenario to achieve this ?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.