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

  • Home
  • SEARCH
  • 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 610757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:42:35+00:00 2026-05-13T17:42:35+00:00

I’m working on an application which big part will be a spreadsheet-like view (with

  • 0

I’m working on an application which big part will be a spreadsheet-like view (with numeric values despite of columns’ and rows’ names). Is there any sense in using Core Data in such a case? I’m worrying about efficiency since I know that Core Data doesn’t natively support arrays and I don’t feel relationships would fit very well in my case. But maybe I’m wrong?

  • 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-13T17:42:35+00:00Added an answer on May 13, 2026 at 5:42 pm

    While Core Data is very quick with fetch requests using the SQLite store type, one thing that will slow you down is all the -valueForKey/Path: calls to get at the values of your data points (your cells) once they’re realized objects (ie, querying the DB is blindingly fast, but faulting objects in and querying their properties once they’re in is much slower).

    Don’t underestimate the weight of fifty thousand of these calls, especially where sorting and display are concerned. There are a few different ways to represent this in a managed object model, but they all suffer the same issue and have various tradeoffs in terms of performance that equal out to “not fast enough” for tracking individual cells in an arbitrarily-sized matrix. If you always knew your spreadsheet would have, say, 30 columns, the problem is greatly simplified … but that would be a fairly poor spreadsheet. 🙂

    Even if you used a lot of caching (such as the “The Pre-calculated Get” method mentioned in the docs), you’re only shifting the burden onto the memory, which may not stand up very well on different machines.

    My recommendation would be to leave Core Data out of this one.

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

Sidebar

Ask A Question

Stats

  • Questions 314k
  • Answers 314k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer SQL Server 2000+: SELECT TOP 2 e.* FROM EMPLOYEE e… May 13, 2026 at 11:02 pm
  • Editorial Team
    Editorial Team added an answer I ran into the same issue. I never could find… May 13, 2026 at 11:02 pm
  • Editorial Team
    Editorial Team added an answer StreamWriter.Flush() can be called any time you need to clear… May 13, 2026 at 11:02 pm

Related Questions

I want use html5's new tag to play a wav file (currently only supported
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I've got a string that has curly quotes in it. I'd like to replace
In order to apply a triggered animation to all ToolTip s in my app,

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.