SlideShare a Scribd company logo
Snapshot Replication
   Introduction
   Agents required
   When to use
   Pros n Cons
   Implementation with an example
•   Q&A
   Snapshot replication
    distributes data exactly as it
    appears at a specific moment
    in time and does not monitor
    for updates to the data.

   When synchronization occurs,
    the entire snapshot is
    generated and sent to
    Subscribers.
   Snapshot agent creates the snapshot of the publisher.
   Distribution agent applies the snapshot to the subscribers.
 Data   changes infrequently.

 Latency
        in synchronization of data
 between publisher and subscriber is
 acceptable.

 Thesize of entire data set being
 replicated is not very large.
 Pros- Snapshot replication has lower
 overhead on publisher than
 transactional/merge replication because
 incremental changes are not tracked.

 Cons - If the dataset being replicated is
 very large, snapshot replication requires
 substantial resources to generate and
 apply the snapshot.
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication
Snapshot Replication

More Related Content

PDF
Sumerian Solution Overview_Modeling for Growth (1)
PDF
Ibm total storage nas backup and recovery solutions sg246831
PDF
Vectores
ODP
Slides neli
PDF
Snapshot of Small molecular compounds that inhibit hepatitis C virus replicat...
PPTX
Mastering Social Media Workshop 3 Sept 2011
DOCX
Windows Store App - Globalization
DOCX
Normas de la contabilidad
Sumerian Solution Overview_Modeling for Growth (1)
Ibm total storage nas backup and recovery solutions sg246831
Vectores
Slides neli
Snapshot of Small molecular compounds that inhibit hepatitis C virus replicat...
Mastering Social Media Workshop 3 Sept 2011
Windows Store App - Globalization
Normas de la contabilidad

Recently uploaded (20)

PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Approach and Philosophy of On baking technology
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Spectroscopy.pptx food analysis technology
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
cuic standard and advanced reporting.pdf
PPTX
Machine Learning_overview_presentation.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Getting Started with Data Integration: FME Form 101
Accuracy of neural networks in brain wave diagnosis of schizophrenia
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Approach and Philosophy of On baking technology
Machine learning based COVID-19 study performance prediction
Spectroscopy.pptx food analysis technology
“AI and Expert System Decision Support & Business Intelligence Systems”
cuic standard and advanced reporting.pdf
Machine Learning_overview_presentation.pptx
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25-Week II
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Per capita expenditure prediction using model stacking based on satellite ima...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Digital-Transformation-Roadmap-for-Companies.pptx
Getting Started with Data Integration: FME Form 101
Ad
Ad

Snapshot Replication

  • 2. Introduction  Agents required  When to use  Pros n Cons  Implementation with an example • Q&A
  • 3. Snapshot replication distributes data exactly as it appears at a specific moment in time and does not monitor for updates to the data.  When synchronization occurs, the entire snapshot is generated and sent to Subscribers.
  • 4. Snapshot agent creates the snapshot of the publisher.  Distribution agent applies the snapshot to the subscribers.
  • 5.  Data changes infrequently.  Latency in synchronization of data between publisher and subscriber is acceptable.  Thesize of entire data set being replicated is not very large.
  • 6.  Pros- Snapshot replication has lower overhead on publisher than transactional/merge replication because incremental changes are not tracked.  Cons - If the dataset being replicated is very large, snapshot replication requires substantial resources to generate and apply the snapshot.