Filter
Exclude
Time range
-
Near
Need more storage with reliability? The OWC Mercury Elite Pro delivers up to 24TB capacity, 283MB/s performance, and silent operation for creators and businesses. To learn more visit arkinfo.in or write to owc@arkinfo.in #owc #storage #backup #externalstorage #data
3
I Stopped Buying New SSDs (Did This Instead) 💾 6 bays. SATA NVMe combined. Up to 136TB in one box. RAID 0 speeds up to 40Gbps for smooth 8K editing, plus a hybrid setup where your SSDs run fast and your HDDs back everything up live. #externalstorage #acasis #contentcreator
1
11
More storage for you: Seagate One Touch 8 and FireCuda X Vault HDD review dlvr.it/TT3CxN #ExternalStorage #HDDReview #SeagateOneTouch #FireCuda #GamingStorage
134
Replying to @telepod228770
i put my favs that i like the most in a place/device i can more casually view the content while everything else goes into the externalstorage bin only to see the light of day when in the mood to swap things for a change of pace"collection of 1000 eroge/doujin from 2008 onwards"
1
14
Toshiba Canvio Basics 2TB — reliable, plug-and-play USB 3.0 external drive for archives & active projects. Sleek, portable design with fast transfers for pros. Grab secure, high-capacity storage today. #ExternalStorage #PortableStorage mseoutfitters.com/products/t…
2
To store images in SwiftData Use .externalStorage with type Data Much less work than manual file URLs
2
4
51
3,209
Understanding externalStorage in SwiftData #swiftui #swiftdata
2
37
2,754
Use @Attribute(.externalStorage) to hint to SwiftData that large data like images should live outside the main store. It handles everything transparently, just don't try using those properties in predicates. hackingwithswift.com/quick-s…

3
21
3,783
When you use .externalStorage with SwiftData the actual images/data is stored in _EXTERNAL_DATA folder.
2
10
1,278
The .externalStorage option in SwiftData can be used to save data in file system. But keep in mind that .externalStorage is simply a hint to SwiftData. SwiftData can decide to store data right in the database, even though you provided the .externalStorage option. It all depends on the size of the binary data. < ~100KB = Store in database Otherwise save data in file system and store a reference in the database table. Image saved: 1|1|1|Kitchen|bplist00?^A^B^C^D^E^F^GX$versionY$archiverT$topX$objects^R|?PNG Reference saved: 1|1|1|Kitchen|bplist00?^A^B^C^D^E^F^G X$versionY$archiverT$topX$objects^R|^B8271184F-ECD8-4C65-88C5-92A8A0EA6F59 * This all will be part of my book SwiftData Architecture :)
8
765
Whether it is a protective case, charger, power bank, or an #externalstorage drive, there's something for everyone in this comprehensive Galaxy S26 accessories buying guide. The post My Galaxy S26 accessories buying list: The best cases, chargers, and… digitaltrends.com/phones/bes…
2
1,411
Gotcha. According to the docs, the .externalStorage attribute should work for images but in practice it’s not usable
2
2
236
This hard drive is c h o n k y. Unboxing the SanDisk Professional G-Drive 24TB. #hdd #externalstorage #sandisk #storage #unboxing
1
534
20 Nov 2025
Replying to @jacobtechtavern
Good walk-through. Swift Data does expose the Core Data ability to have blobs automatically stored in an external file, i.e. Attribute(.externalStorage) var imageData: Data which may have saved you some work but the way you did it works fine too!
1
2
128
Is your current external hard drive good at only collecting dust? Want one that actually collects your files instead? Source: topdealsnet.com/blog/best-wi… #SmartStorage #ExternalStorage #SaveOnTech #DriveDeals #external #drive
1
5
20
🚀 Learn how to save images in SwiftData using @Attribute(.externalStorage)! Perfect for apps needing photo storage in SwiftUI. 👁️📱 Watch it here: youtu.be/edyrlogqND8 #SwiftUI #SwiftData #iOSDev
6
620
Difference between using .externalStorage vs not using .externalStorage attribute in SwiftData. .externalStorage - Stores image reference in the db. Not using .externalStorage - Stores actual image. * If the small is very small then SwiftData can still decide to store the image in db even if you use externalStorage attribute. #swiftui #swiftdata
3
22
1,880
Replying to @jacobtechtavern
I’m not convinced it is bad to store image data in sqlite for local databases. If you understand how file systems work there isn’t a lot of difference. Also, did you try .externalStorage? Why handle it yourself?
1
1
44
Friendly reminder to use SwiftData's Attribute(.externalStorage) when storing data blobs such as images. That way, you keep the database light and fast and improve query speed while still maintaining the data on-device 🚀
1
6
25
2,520