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 7642399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T09:10:48+00:00 2026-05-31T09:10:48+00:00

like title. I use core data to insert item, i insert 100 items ,

  • 0

like title. I use core data to insert item, i insert 100 items , it`s too slow. How to up the insert speed? Core Data whicher has transaction funcation?

  • 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-31T09:10:49+00:00Added an answer on May 31, 2026 at 9:10 am

    What you are looking for is to save in Core Data after all 100 objects have been inserted as opposed to after each insert.

    When objects are inserted into Core Data they are only present in memory. To persist your new objects to disc you should save which will take all changes (inserts, updates and deletes) and write them to disc together.


    If you look at the documentation for -insertObject (below) you can read that inserting an object only registers the object for being inserted when changes are saved.

    insertObject:

    Registers an object to be inserted in the receiver’s persistent store the next time changes are saved.

    - (void)insertObject:(NSManagedObject *)object
    

    Parameters

    object

    A managed object.

    By further looking at the documentation for -save: (below) you will se that it will (attempt to) save all the unsaved changed, in your case all 100 inserted items.

    save:

    Attempts to commit unsaved changes to registered objects to their persistent store.

    - (BOOL)save:(NSError **)error
    

    Parameters

    error

    A pointer to an NSError object. You do not need to create an NSError object. The save operation aborts after the first failure if you pass NULL.

    Return Value

    YES if the save succeeds, otherwise NO.

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

Sidebar

Related Questions

I use html attribute title to set some hints like this: <a href... title=Go
Like the title says, I'm trying to determine if data is a standard attribute
Like the title says: can we use ...USING fts3(tokenizer icu th_TH, ...) . If
I'm using Drupal 7.2 core and I'd like to display similar (just by title)
My Core Data model looks like this: article <--->> category Is it even remotely
Exactly as the title says, why does Core Data create instances of NSManagedObject with
Like the title says I want to use a color code instead of doing
Possible Duplicate: Real world use of custom .NET attributes Just like the title said
How to use a fallback for very often used attr_names like title and created_at
Searching from google.com, like www.abc.com Search Result Rank the pages like Title..... Description... www.abc.com

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.