Re: Best Practice for blobs
Aristedes Maniatis <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <[email protected]> |
My solution has been to store the blob in a separate joined table or (better) put it in external storage like S3. Ari On 3/10/19 9:55am, Lon Varscsak wrote: > Hey all, > > I have a blob column in an entity, but I don't want to always actually load > the blob, just on demand (but I still want to be able to see the other > attributes in the entity). Any best practice here to have the blob be lazy? > > Thanks, > > Lon >