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
Anuj Kumar 29Anuj Kumar 29 

how to manage 1 trillion record in salesforce

how to manage 1 trillion record in salesforce as we can handle only 50 million records using batch but if there data/records more than 50 million how will process the data. 
what are the possible effective ways to achieve this?
Thanks in Advance
AbhinavAbhinav (Salesforce Developers) 
Hi Anuj,

Please check below link:

https://developer.salesforce.com/forums/?id=906F00000005IF9IAM

Thanks!
SwethaSwetha (Salesforce Developers) 
HI Anuj,
Are you looking for extracting the data? If so, recommend reviewing the option of PK Chunking .

More details here: https://developer.salesforce.com/blogs/engineering/2015/03/use-pk-chunking-extract-large-data-sets-salesforce.html
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/async_api_headers_enable_pk_chunking.htm#

If this information helps, please mark the answer as best. Thank you
Anuj Kumar 29Anuj Kumar 29
thank you for responding