-
Notifications
You must be signed in to change notification settings - Fork 88
guide blob support
devonfw-core edited this page Dec 13, 2022
·
10 revisions
Table of Contents
BLOB stands for Binary Large Object. A BLOB may be an image, an office document, ZIP archive or any other multimedia object. Often these BLOBs are large. if this is the case you need to take care, that you do not copy all the blob data into you application heap, e.g. when providing them via a REST service. This could easily lead to performance problems or out of memory errors. As solution for that problem is "streaming" those BLOBs directly from the database to the client. To demonstrate how this can be accomplished, devonfw provides a example.
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).