Apple-CS-interview / iOS-CS-interview

7 stars 0 forks source link

앱의 콘텐츠나 데이터 자체를 저장/보관하는 특별한 객체를 무엇이라고 하는가? #39

Open Do-hyun-Kim opened 9 months ago

Do-hyun-Kim commented 9 months ago

앱의 콘텐츠나 데이터 자체를 저장/보관하는 특별한 객체를 무엇이라고 하는가?

UserDefaults

CoreData

SQLite

Realm

SwiftData

📝 참고 자료

vichye-1 commented 9 months ago

UserDefaults

Core Data

SQLite

Realm

속도

Realm > Core Data > SQLite

메모리 및 저장공간 사용

Realm > Core Data > SQLite

참고

ronick-grammer commented 9 months ago

앱의 콘텐츠나 데이터 자체를 저장/보관하는 특별한 객체를 무엇이라고 하는가?

UserDefaults

CoreData

SQLite

Realm

📝 참고 사이트