Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7510627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:16:41+00:00 2026-05-29T23:16:41+00:00

I am wondering about the pros and cons to using different datasets . I

  • 0

I am wondering about the pros and cons to using different datasets.

I have working code that uses all three of the following datasets.

  • One pulls an .xml file off of my server
  • One accesses a copy of a SQLite3 database from within the app’s bundle (it’s a copy so that I can add to it, delete from it, and save changes
  • One accesses data from a .plist.

My question is, now that I have some experience creating these datasets and displaying their data in an app, why/when would I use one over the other?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:16:43+00:00Added an answer on May 29, 2026 at 11:16 pm

    xml file off your server:

    Pros: You can update the XML file at any time to provide new data to the user, good to send to other platforms

    Cons: Requires a network connection, have to parse the XML into Obj-C objects, there’s no way to modify one value in an XML file without rewriting the entire file, XML files need extra metadata for parsing into the proper Obj-C types

    sqlite file within your bundle:

    Pros: Good for large datasets; you can do queries, sorts and read partial data; you can rewrite or add one row at a time; good to send to other platforms

    Cons: Have to convert sqlite data into Obj-C objects (I like fmdb for this), to update the data you need to submit your app to Apple and have it approved

    plist:

    Pros: Good for smallish datasets, easy to read plist into an Obj-C container

    Cons: Bad for large datasets (more than 1000 or so items), no way to update only one value without rewriting the entire file, hard to send to other platforms, have to submit your app to Apple and have it approved

    Note:

    You can also put a file (any format) within your bundle and also check your server for a more recent version.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering about the pros and cons on the different Blackberry development environments.
I'd like to know more about the pros and cons of using interface builder
Im wondering about speed optimization in PHP. I have a series of files that
I was just wondering what are the pros and cons of using embedded images
I was just wondering about the pros and cons of submitting metadata and changing
I'm wondering about the practical use of #undef in C. I'm working through K&R,
I've been wondering about how hard it would be to write some Python code
Whilst implementing my first MVVM application in WPF, I've been wondering about the pros
Just wondering about how to avoid Magic Strings in Querystrings? I have a lot
Wondering about using gzipped resources for my iOS app. The idea is to unzip

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.