• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data with ODBC databases?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data with ODBC databases?


  • Subject: Re: Core Data with ODBC databases?
  • From: Scott Ribe <email@hidden>
  • Date: Thu, 17 Oct 2013 09:45:34 -0600

On Oct 17, 2013, at 9:19 AM, Brad Gibbs <email@hidden> wrote:

> As for large data sets, that’s part of the beauty of the NSIncrementalStore approach.  In its purest form, the full data set wouldn’t exist on any one user’s device.  Instead, NSIncrementalStore would fetch the data requested by the user from the server, as needed, by firing faults.  If NSIncrementalStore worked as advertised, there would be no need to persist the entire data set to a user’s device.

Which works fine as long as users have always-on connectivity, with reasonably good bandwidth & latency, and the data they need to work with is not too huge.

That's not to pick on you or the particular solution, just to point out that one reason that there is not a single good solution in this space is that there is no one-size-fits-all solution simply because there are too many variables to allow that.

> I think there’s a huge need for something like this in SMB.

Agreed. Probably assuming always-on connectivity, since people usually have 3G or 4G. Do a decent job with managing bandwidth demands and controlling the number of requests/responses, and in cases where the bandwidth/latency is not good enough for a decent user experience, oh well...

--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice





_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Core Data with ODBC databases?
      • From: Brad Gibbs <email@hidden>
    • Re: Core Data with ODBC databases?
      • From: Andrew Satori <email@hidden>
References: 
 >Re: Core Data with ODBC databases? (From: Flavio Donadio <email@hidden>)
 >Re: Core Data with ODBC databases? (From: Jens Alfke <email@hidden>)
 >Re: Core Data with ODBC databases? (From: Alex Kac <email@hidden>)
 >Re: Core Data with ODBC databases? (From: Kyle Sluder <email@hidden>)
 >Re: Core Data with ODBC databases? (From: Brad Gibbs <email@hidden>)
 >Re: Core Data with ODBC databases? (From: Andrew Satori <email@hidden>)
 >Re: Core Data with ODBC databases? (From: Brad Gibbs <email@hidden>)

  • Prev by Date: Re: Core Data with ODBC databases?
  • Next by Date: Re: Core Data with ODBC databases?
  • Previous by thread: Re: Core Data with ODBC databases?
  • Next by thread: Re: Core Data with ODBC databases?
  • Index(es):
    • Date
    • Thread