You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/guide-blob-support.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ toc::[]
5
5
BLOB stands for **B**inary **L**arge **Ob**ject. A BLOB may be an image, an office document, ZIP archive or any other multimedia object.
6
6
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.
7
7
This could easily lead to performance problems or out of memory errors.
8
-
As solution for that problem is "streaming" those BLOBs directly from the database to the client. To demonstrate how this can be accomblished, devonfw provides a link:https://github.com/devonfw-sample/devon4j-blob-streaming[example].
8
+
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 link:https://github.com/devonfw-sample/devon4j-blob-streaming[example].
9
9
10
10
== Further Reading
11
11
- link:guide-jpa.asciidoc#blob[BLOBs and the Data Access Layer]
0 commit comments