ios - Bad practice storing long strings in CoreData? -


i understand similar question has been asked before, assure not duplicate.

i have unknown amount of ints need stored coredata, preferably inside of 1 row. since amount of ints unknown wondering if or bad practice, creating long string of ints subsequently separating them dash example. when string fetched coredata use simple split split them respective form. mentioned bad practice? if so, how differently?

if don't have query ints, can use nsarray transformable property.

this converted in binary , stored blob.

here example:

enter image description here


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -