I have a big data to store into three tables in sqlite storage with Core Data. And it works slowly on deletes and inserts. I want add index to improve performance but I don’t know how I can do this. Help, please!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can set index to a field through the General tab of Detail Pane.
Select the attribute you want to add the index —> go to general tab of detail pane—>check the check box near indexed property.