SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Downloaden Sie, um offline zu lesen
Development Strategies for
Enterprise Scale
How Big Data Helps
Jonathan Bruce, Director PM Big Data & Data Services, Salesforce.com
@jonbruce
Eli Levine
Salesforce.com, LMTS
@teleturn
Simon Toens
PMTS, Salesforce.com
@simontoens
Safe harbor
Safe harbor statement under the Private Securities Litigation Reform Act of 1995:
This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties
materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results
expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be
deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other
financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any
statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.
The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new
functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our
operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any
litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our
relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our
service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to
larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is
included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent
fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor
Information section of our Web site.
Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently
available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions
based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these
forward-looking statements.
Customer Company Strategy is Driving More Data to
the Platform

Social

Mobile

Connected
Devices

How do we make all of this data actionable?
Our Customers Want to Keep Their Data on Salesforce...
Our Customers Want to Bring us More Data

•
•
•
•
•
•
•

structured data
un-structured data
semi-structured data
high volume, velocity, variety
archive data
machine & real time data
sentiment data

YOUR
CONTENT
HERE
Just change
the
background
layer
(right-click >
arrange)
Our Customers Want to Do More With Their Data
Our Customers Want to Do More With Their Data
Our Customers Want to Do More With Their Data
Foundational Technology
Force.com Big Data Scale
●

Millions of records: NO PROBLEM

●

Billions of records: CHALLENGING

●

SObjects with unlimited scalability?
Big Objects: Big Data SObjects
●

Virtually unlimited storage

●

Many Force.com features
○

REST, SOAP API

○

Custom objects, fields with MD API

○

SOQL

○

Reports
Big Objects: When To Use
●

Record count > 100s millions

●

Can live with some Platform limitations

Event data vs. Entity Data
Big Objects: Tradeoff

Functionality
Scalability
Big Objects: Difficult Things
●

Real-time versus Batch Experience

●

SOQL Joins

●

Sharing

●

Isolated Transactions
Big Objects: Potential Features
● Flexible Schema

● Powerful Data Processing
Big Objects: Under the Hood
Force.com API
Reports

Custom
Apex
Objects
Force.com Platform

Multitenant
Relational
DB

...

Multitenant
HBase
Big Data
Phoenix
Store

Open
Source
Big Data on Platform
Our first usecase
Field History Retention
● First force.com feature that uses big data technologies
● Stores field history in HBase and leverages Phoenix to provide
SOQL access
● Why field history?
Field History
● Tracks changes to up to 20 fields per object
● Read-only audit data
○ Unbounded, accumulates over time as entity data changes
○ Cannot (should not) be deleted
● Approaching 100B rows total
● > .5B rows for large orgs - causes performance problems
○ Slow or timed out queries, reports, SOQL that read from
*History entities (AccountHistory, CaseHistory etc)
○ Too much data for weekly export to complete
Field History
● Initial (band-aid) solution ideas
○ Delete field history older than 18 months (for new
organizations created post June 2011)
○ Provide a API for customers to delete field history
● Feedback
○ Field history is extremely important data for our customers
○ Customers do not want to delete this data
Field History Retention - Archive
● Field history is event data, a perfect fit for BigObjects
● Don’t delete, archive
● When Field History Retention is enabled:
○ Affects all entities that have “history tracking” enabled
○ History older than 18 months will continuously be archived
○ Archived history will be retained for > 10 years
○ Metadata API retention policy override to configure time in
live/archive per SObject type
○ Allow tracking of more fields & additional field types (large
text fields)
Field History Retention - Query
● Distinction between live and archived data: Account/Case/etc
{History} vs FieldHistoryArchive
● No sharing
● Usecase bounded SOQL support now, additional SOQL and
platform feature support (related lists/reports) over time
Field History Retention
DEMO
Jonathan Bruce
@jonbruce
Todays Tools ...
● Skinny table
● Indexes
● LDV Trickery?
● Data Ingest – Bulk API
Winter ‘14 & Spring ’14 - Pilots
Field history is the basis for data audit trail
Policy driven data retention policy – 5, 7, 10… years
Increased limits to track history on many fields

field history retention
Spring ‘14 & Summer ’14 - Pilots
Programmatic driven data lifecycle from live to archive state
Configurable behavior across custom schema, accessibility &
archive data model
Maintain and assure operational efficiency

data lifecycle
management

Retain access and visibility across data lifecycle
Jonathan Bruce
Director PM –
Big Data & Data Services

Eli Levine
LMTS

Simon Toens
PMTS
Development Strategies for Enterprise Scale From the Salesforce.com Platform

Weitere ähnliche Inhalte

Ähnlich wie Development Strategies for Enterprise Scale From the Salesforce.com Platform

Expert Panel on Data Management
Expert Panel on Data ManagementExpert Panel on Data Management
Expert Panel on Data Management
dreamforce2006
 
Meet the Product Managers
Meet the Product ManagersMeet the Product Managers
Meet the Product Managers
dreamforce2006
 

Ähnlich wie Development Strategies for Enterprise Scale From the Salesforce.com Platform (20)

Chicago Nonprofit 10 24 Salesforce Labs + Winter '20
Chicago Nonprofit 10 24 Salesforce Labs + Winter '20Chicago Nonprofit 10 24 Salesforce Labs + Winter '20
Chicago Nonprofit 10 24 Salesforce Labs + Winter '20
 
Manage Massive Datasets with Big Objects & Async SOQL
Manage Massive Datasets with  Big Objects & Async SOQLManage Massive Datasets with  Big Objects & Async SOQL
Manage Massive Datasets with Big Objects & Async SOQL
 
Phoenix - A High Performance Open Source SQL Layer over HBase
Phoenix - A High Performance Open Source SQL Layer over HBasePhoenix - A High Performance Open Source SQL Layer over HBase
Phoenix - A High Performance Open Source SQL Layer over HBase
 
The Need for Speed: Building Reports That Fly
The Need for Speed: Building Reports That FlyThe Need for Speed: Building Reports That Fly
The Need for Speed: Building Reports That Fly
 
Expert Panel on Data Management
Expert Panel on Data ManagementExpert Panel on Data Management
Expert Panel on Data Management
 
Salesforce Lightning Data Service
Salesforce Lightning Data ServiceSalesforce Lightning Data Service
Salesforce Lightning Data Service
 
Heroku + Salesforce = Partner Success
Heroku + Salesforce = Partner SuccessHeroku + Salesforce = Partner Success
Heroku + Salesforce = Partner Success
 
November meetup - Hello Winter'16
November meetup - Hello Winter'16November meetup - Hello Winter'16
November meetup - Hello Winter'16
 
July 2020 Chicago Nonprofit Group - Summer '20 Highlights
July 2020 Chicago Nonprofit Group - Summer '20 HighlightsJuly 2020 Chicago Nonprofit Group - Summer '20 Highlights
July 2020 Chicago Nonprofit Group - Summer '20 Highlights
 
Examples of Using Heroku With Force.com to Build Apps
Examples of Using Heroku With Force.com to Build AppsExamples of Using Heroku With Force.com to Build Apps
Examples of Using Heroku With Force.com to Build Apps
 
Toronto dev group mar2019
Toronto dev group mar2019Toronto dev group mar2019
Toronto dev group mar2019
 
Dreamforce 2013 - Heroku 5 use cases
Dreamforce 2013 - Heroku 5 use casesDreamforce 2013 - Heroku 5 use cases
Dreamforce 2013 - Heroku 5 use cases
 
Webinar: Take Control of Your Org with Salesforce Optimizer
Webinar: Take Control of Your Org with Salesforce OptimizerWebinar: Take Control of Your Org with Salesforce Optimizer
Webinar: Take Control of Your Org with Salesforce Optimizer
 
Build System Performance Data Analytics Using Wave
Build System Performance Data Analytics Using WaveBuild System Performance Data Analytics Using Wave
Build System Performance Data Analytics Using Wave
 
Data hero dream ole19
Data hero dream ole19Data hero dream ole19
Data hero dream ole19
 
Introduction to A.I in Sales Cloud and Sales Cloud Einstein (April 27, 2017)
Introduction to A.I in Sales Cloud and Sales Cloud Einstein (April 27, 2017)Introduction to A.I in Sales Cloud and Sales Cloud Einstein (April 27, 2017)
Introduction to A.I in Sales Cloud and Sales Cloud Einstein (April 27, 2017)
 
Meet the Product Managers
Meet the Product ManagersMeet the Product Managers
Meet the Product Managers
 
Webinar: Cut that Clutter! Maintain a Clean Org and Improve Productivity
Webinar: Cut that Clutter! Maintain a Clean Org and Improve ProductivityWebinar: Cut that Clutter! Maintain a Clean Org and Improve Productivity
Webinar: Cut that Clutter! Maintain a Clean Org and Improve Productivity
 
Build a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics APIBuild a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics API
 
Integrate External Data with Lightning Connect
Integrate External Data with Lightning ConnectIntegrate External Data with Lightning Connect
Integrate External Data with Lightning Connect
 

Mehr von Salesforce Developers

Mehr von Salesforce Developers (20)

Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce DevelopersSample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
 
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component PerformanceMaximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component Performance
 
Local development with Open Source Base Components
Local development with Open Source Base ComponentsLocal development with Open Source Base Components
Local development with Open Source Base Components
 
TrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsTrailheaDX India : Developer Highlights
TrailheaDX India : Developer Highlights
 
Why developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX IndiaWhy developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX India
 
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local DevelopmentCodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local Development
 
CodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web ComponentsCodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web Components
 
Enterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web ComponentsEnterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web Components
 
TrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsTrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer Highlights
 
Live coding with LWC
Live coding with LWCLive coding with LWC
Live coding with LWC
 
Lightning web components - Episode 4 : Security and Testing
Lightning web components  - Episode 4 : Security and TestingLightning web components  - Episode 4 : Security and Testing
Lightning web components - Episode 4 : Security and Testing
 
LWC Episode 3- Component Communication and Aura Interoperability
LWC Episode 3- Component Communication and Aura InteroperabilityLWC Episode 3- Component Communication and Aura Interoperability
LWC Episode 3- Component Communication and Aura Interoperability
 
Lightning web components episode 2- work with salesforce data
Lightning web components   episode 2- work with salesforce dataLightning web components   episode 2- work with salesforce data
Lightning web components episode 2- work with salesforce data
 
Lightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An IntroductionLightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An Introduction
 
Migrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCPMigrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCP
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data Capture
 
Modern Development with Salesforce DX
Modern Development with Salesforce DXModern Development with Salesforce DX
Modern Development with Salesforce DX
 
Get Into Lightning Flow Development
Get Into Lightning Flow DevelopmentGet Into Lightning Flow Development
Get Into Lightning Flow Development
 
Integrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS ConnectIntegrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS Connect
 
Introduction to MuleSoft
Introduction to MuleSoftIntroduction to MuleSoft
Introduction to MuleSoft
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Development Strategies for Enterprise Scale From the Salesforce.com Platform

  • 1. Development Strategies for Enterprise Scale How Big Data Helps Jonathan Bruce, Director PM Big Data & Data Services, Salesforce.com @jonbruce Eli Levine Salesforce.com, LMTS @teleturn Simon Toens PMTS, Salesforce.com @simontoens
  • 2. Safe harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site. Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
  • 3. Customer Company Strategy is Driving More Data to the Platform Social Mobile Connected Devices How do we make all of this data actionable?
  • 4. Our Customers Want to Keep Their Data on Salesforce...
  • 5. Our Customers Want to Bring us More Data • • • • • • • structured data un-structured data semi-structured data high volume, velocity, variety archive data machine & real time data sentiment data YOUR CONTENT HERE Just change the background layer (right-click > arrange)
  • 6. Our Customers Want to Do More With Their Data
  • 7. Our Customers Want to Do More With Their Data
  • 8. Our Customers Want to Do More With Their Data
  • 10. Force.com Big Data Scale ● Millions of records: NO PROBLEM ● Billions of records: CHALLENGING ● SObjects with unlimited scalability?
  • 11. Big Objects: Big Data SObjects ● Virtually unlimited storage ● Many Force.com features ○ REST, SOAP API ○ Custom objects, fields with MD API ○ SOQL ○ Reports
  • 12. Big Objects: When To Use ● Record count > 100s millions ● Can live with some Platform limitations Event data vs. Entity Data
  • 14. Big Objects: Difficult Things ● Real-time versus Batch Experience ● SOQL Joins ● Sharing ● Isolated Transactions
  • 15. Big Objects: Potential Features ● Flexible Schema ● Powerful Data Processing
  • 16. Big Objects: Under the Hood Force.com API Reports Custom Apex Objects Force.com Platform Multitenant Relational DB ... Multitenant HBase Big Data Phoenix Store Open Source
  • 17. Big Data on Platform Our first usecase
  • 18. Field History Retention ● First force.com feature that uses big data technologies ● Stores field history in HBase and leverages Phoenix to provide SOQL access ● Why field history?
  • 19. Field History ● Tracks changes to up to 20 fields per object ● Read-only audit data ○ Unbounded, accumulates over time as entity data changes ○ Cannot (should not) be deleted ● Approaching 100B rows total ● > .5B rows for large orgs - causes performance problems ○ Slow or timed out queries, reports, SOQL that read from *History entities (AccountHistory, CaseHistory etc) ○ Too much data for weekly export to complete
  • 20. Field History ● Initial (band-aid) solution ideas ○ Delete field history older than 18 months (for new organizations created post June 2011) ○ Provide a API for customers to delete field history ● Feedback ○ Field history is extremely important data for our customers ○ Customers do not want to delete this data
  • 21. Field History Retention - Archive ● Field history is event data, a perfect fit for BigObjects ● Don’t delete, archive ● When Field History Retention is enabled: ○ Affects all entities that have “history tracking” enabled ○ History older than 18 months will continuously be archived ○ Archived history will be retained for > 10 years ○ Metadata API retention policy override to configure time in live/archive per SObject type ○ Allow tracking of more fields & additional field types (large text fields)
  • 22. Field History Retention - Query ● Distinction between live and archived data: Account/Case/etc {History} vs FieldHistoryArchive ● No sharing ● Usecase bounded SOQL support now, additional SOQL and platform feature support (related lists/reports) over time
  • 25. Todays Tools ... ● Skinny table ● Indexes ● LDV Trickery? ● Data Ingest – Bulk API
  • 26. Winter ‘14 & Spring ’14 - Pilots Field history is the basis for data audit trail Policy driven data retention policy – 5, 7, 10… years Increased limits to track history on many fields field history retention Spring ‘14 & Summer ’14 - Pilots Programmatic driven data lifecycle from live to archive state Configurable behavior across custom schema, accessibility & archive data model Maintain and assure operational efficiency data lifecycle management Retain access and visibility across data lifecycle
  • 27. Jonathan Bruce Director PM – Big Data & Data Services Eli Levine LMTS Simon Toens PMTS