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
Oh I was wrong it's needed for conflict resolution (serverChangeTag)
I've added it back in my fork but I also started compressing the encoded record with facebook's Zstd using a dictionary based on the data records for better ratio
Zstd was able to compress each down to about 60 bytes per! lzfse was compressing to around 1500 bytes.
Uh oh!
There was an error while loading. Please reload this page.
As far as I can tell,
getRecord
and theRecord
type is unnecessary and we can simply instantiate a CKRecord each time we uploadIceCream also doesn't save the CKRecord
Removing this saves a LOT of storage. I've done so in my fork and it seems to work ok. But maybe I'm missing something...
The text was updated successfully, but these errors were encountered: