function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Navin SoniNavin Soni 

How can we Delete or Update Big Object records.?

Best Answer chosen by Navin Soni
arpit vijayvergiyaarpit vijayvergiya
Hello Naveen,

From Spring 18, you can delete a record of a big object.
You need to use Database.DeleteImmediate() method.
Kindly read my blog article regarding Spring 18 release notes for it.
https://ibirdstechshare.blogspot.in/2018/01/spring-18-release-notes-my-favorite_22.html

All Answers

Suraj TripathiSuraj Tripathi
Hi Navin,
You can create and update custom big object records in Apex using the insertImmediate method.

You can check the below Link for more information regarding Big Object.
 https://resources.docs.salesforce.com/210/latest/en-us/sfdc/pdf/big_objects_guide.pdf

Hope it Helps you. Please mark this as solved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Regards ,
Suraj
arpit vijayvergiyaarpit vijayvergiya
Hi Naveen ,

Here is the complete blog on Big Object in salesforce. Here you can see that we can update records of big object but we can not delete the records.

http://ibirdstechshare.blogspot.in/2017/11/big-object-bring-big-data-in-salesforce.html

Thanks,
Arpit vijayvergiya
arpit vijayvergiyaarpit vijayvergiya
Hello Naveen,

From Spring 18, you can delete a record of a big object.
You need to use Database.DeleteImmediate() method.
Kindly read my blog article regarding Spring 18 release notes for it.
https://ibirdstechshare.blogspot.in/2018/01/spring-18-release-notes-my-favorite_22.html
This was selected as the best answer
My OrgOneMy OrgOne
It has good info related to Big objects. Very useful info. Thank you for sharing Arpit vijayvergiya