Replies: 1 comment 6 replies
-
|
Hi @gerfarfel,
Yeah, that is correct. We can certainly make it so that we don't package blobs up into |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it the case that all
BLOBrecords are stored as CKAsset objects in the CloudKit database? CloudKit supports storing binary data internally asBYTESor externally asASSET, and the docs for CKAsset specifically mention using it "when a field’s value is more than a few kilobytes in size". It seems to me that not supporting internal storage of small binary objects in the CloudKit database disincentivizes their use altogether.Beta Was this translation helpful? Give feedback.
All reactions