SlideShare a Scribd company logo
Large scale
     search
Patterns for dealing with large-scale
           search systems
overview
•How to provide a scalable platform for
both users and data
•Issues introduced by a scalable platform
•Patterns for dealing with the issues
Big data




As data volumes increase they can prove
 too large for any one server to manage
Big data: Partitioning




Data can be partitioned into suitably sized
“shards” and placed on different servers
Partitioning: divide and
        conquer
                     ?


                         ?
               ?
                             ?




Each user’s search queries all shards in parallel
and combines results to provide fast responses
Big Search Loads
                 ?       ?       ?
         ?   ?       ?       ?       ?   ?
                         ?




However, as user volumes increase, the loads
 on each shard server can become too great
Replication
                ?       ?       ?
        ?   ?       ?       ?       ?   ?
                        ?




To spread the load of many simultaneous
   users, indexes need to be replicated
Scaling Summary
Partitioning                       Replication
coping with data volumes   coping with user volumes (and providing
                              redundancy in the event of failure)
Issues


 So far so good - but a scalable system with
many servers raises the concerns of balancing
        Consistency and Availability...
Consistency vs
                           availability
Servers




          !
                                   Content Freshness



              As the number of required servers increases, there is an increased
              probability that a server will fail or lag when adding new content.
Consistency vs
                           availability
Servers




                                           earliest cross-server           latest available
                                             consistent content            content

                                                                   ????
          These potential inconsistencies across servers introduces a dilemma -
              search the latest available content or older, consistent content?
Consistency vs
                   availability
     Consistency                                                  Availability




           FULL         Shard          Managed      sticky user   Every man for
        Consistency   Consistency   InConsistency    sessions        himself




What follows is a number of architectural patterns, each of which will make a
trade-off between the consistency and availability of content being searched
Patterns
Consistency   Availability




                                              Full Consistency

             All servers are designed to coordinate together when applying batches of
 Description new content. If any one server fails to apply updates, all servers abandon
             this batch of updates.

                             •All users of the system see the same version of content i.e. the same
                             point in time.
        Pros


                             •Complex distributed transaction software is required to coordinate
                             updates.
       Cons
                             •Any failure on a server delays the visibility of new content on all
                             servers.
Patterns
Consistency   Availability




                                            shard consistency

             Within each “shard” replica servers strive to maintain identical copies of
 Description the same content. New content additions are coordinated within each
             shard with any failure of a replica server aborting additions to that shard.

                             •Update failures are isolated to impacting availability of new content on
                             a single shard.
        Pros
                             •All users see the same (potentially uneven) content.

                             •Complex distributed transaction software may be required to
                             coordinate updates.
       Cons
                             •Any failure delays the visibility of new content in that shard.
                             •Shards may be “uneven” in the points-in-time they represent
Patterns
Consistency   Availability




                                       managed inconsistency
             All servers apply updates independently, with an agreed tolerance for
             “drift” between the freshness of content held on servers. When this
 Description threshold is reached the servers with the newest content halt updates
             until the drift gap is closed (this may require removing a failing replica
             server from active service).
                             •New content is continually made available to users until pre-defined
        Pros                 tolerances for failures are exceeded
                             •Different users may see different results depending on which (almost)
                             replica the load balancer chooses to service their queries
       Cons                  •Individual users hitting the refresh button may also see different results
                             as a result of non-exact replica servers
                             •Shards may be “uneven” in the points-in-time they represent
Patterns
Consistency   Availability




                                          sticky user sessions
             All servers are allowed to update independently. The load balancer is
             configured to route a user’s searches to the same choice of replica server
 Description in each shard whenever possible to hide any temporary drift between
             replicas.
                             •New content is continually made available to users.
        Pros                 •Individual users should not experience a “step back in time” when
                             repeating the same query due to inconsistent replicas.


                             •Different users may see different results depending on which (almost)
       Cons                  replica the load balancer chooses to service the query.
                             •Shards may be “uneven” in the points-in-time they represent.
Patterns
Consistency   Availability




                                        every man for himself

 Description All servers are allowed to update independently.


        Pros                 •New content is continually made available to users


                             •Different users may see different results depending on which (almost)
                             replica the load balancer chooses to service the query.
       Cons
                             •Individual users hitting the refresh button may also see different results
                             as a result of non-exact replica servers
considerations when
     selecting a pattern
•Pick an acceptable user experience as a starting point
  •“I always expect to be acting on the latest available information”
  •“I need all results to represent the same point in time”
  •“I expect hitting the refresh button to take me forward in time, never back”
  •“I expect to always see the same content as my colleagues”
•Recognise not all user requirements are realisable so rank them by
importance.
•Pick a pattern that works best for the selected requirements
  •Consider mixing some patterns e.g. “Managed Inconsistency” with
  “Sticky user sessions” seems a good compromise between
  maintaining (perceived) consistency and content availability
  •Consider different strategies for different user groups e.g. VIP users
  will always see the guaranteed-latest content.

More Related Content

PDF
HackFMI Talk #3 - Interesting Times: 6 Current Paradigm Shifts in IT - Teodor...
PDF
Art of Using Xen at Scale
PPTX
Microservices deck
PPTX
Open Source Versions of Amazon's SNS and SQS.pptx
PDF
Mythbusting goes virtual What's new in vSphere 5.1
PPTX
PPTX
Cloudjiffy vs Amazon Elastic Beanstalk
HackFMI Talk #3 - Interesting Times: 6 Current Paradigm Shifts in IT - Teodor...
Art of Using Xen at Scale
Microservices deck
Open Source Versions of Amazon's SNS and SQS.pptx
Mythbusting goes virtual What's new in vSphere 5.1
Cloudjiffy vs Amazon Elastic Beanstalk

What's hot (6)

PPTX
The Next Generation of Microsoft Virtualization With Windows Server 2012
PPTX
Com day how to bring windows azure portal to your datacenter
PDF
What’s New in vCloud Director 5.1?
PDF
Best practices for_scaling_java_applications_with_distributed_caching
PPT
Introduction to vm ware
PDF
Best Practices for Deploying Microsoft Workloads on AWS
The Next Generation of Microsoft Virtualization With Windows Server 2012
Com day how to bring windows azure portal to your datacenter
What’s New in vCloud Director 5.1?
Best practices for_scaling_java_applications_with_distributed_caching
Introduction to vm ware
Best Practices for Deploying Microsoft Workloads on AWS
Ad

Similar to Patterns for large scale search (20)

PPTX
Scalable Web Architecture and Distributed Systems
PPTX
MODULE 2 PPT distribution models, sharding,msp
PDF
System design fundamentals CAP.pdf
PDF
Service-oriented architecture
PPTX
PDF
Select Stars: A DBA's Guide to Azure Cosmos DB (Chicago Suburban SQL Server U...
PPTX
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
PDF
Select Stars: A SQL DBA's Introduction to Azure Cosmos DB (SQL Saturday Orego...
PPTX
Distilled Module2_Chapter3_NoSQL.pptx
PPT
PPTX
Multi Tenancy In The Cloud
PDF
Couchbase b jmeetup
PPTX
Chapter Introductionn to distributed system .pptx
PPTX
UNIT II (1).pptx
PDF
SDEC2011 Using Couchbase for social game scaling and speed
PDF
Apache Kafka Introduction
PDF
Architecture for the cloud deployment case study future
PPTX
Subversion and bug tracking
PDF
Jelastic Features 2.x
PPTX
AWS Elasticity and Auto Scaling
Scalable Web Architecture and Distributed Systems
MODULE 2 PPT distribution models, sharding,msp
System design fundamentals CAP.pdf
Service-oriented architecture
Select Stars: A DBA's Guide to Azure Cosmos DB (Chicago Suburban SQL Server U...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
Select Stars: A SQL DBA's Introduction to Azure Cosmos DB (SQL Saturday Orego...
Distilled Module2_Chapter3_NoSQL.pptx
Multi Tenancy In The Cloud
Couchbase b jmeetup
Chapter Introductionn to distributed system .pptx
UNIT II (1).pptx
SDEC2011 Using Couchbase for social game scaling and speed
Apache Kafka Introduction
Architecture for the cloud deployment case study future
Subversion and bug tracking
Jelastic Features 2.x
AWS Elasticity and Auto Scaling
Ad

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Big Data Technologies - Introduction.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
KodekX | Application Modernization Development
PDF
Machine learning based COVID-19 study performance prediction
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
The AUB Centre for AI in Media Proposal.docx
Spectral efficient network and resource selection model in 5G networks
Big Data Technologies - Introduction.pptx
Encapsulation_ Review paper, used for researhc scholars
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
KodekX | Application Modernization Development
Machine learning based COVID-19 study performance prediction
sap open course for s4hana steps from ECC to s4
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Diabetes mellitus diagnosis method based random forest with bat algorithm
MYSQL Presentation for SQL database connectivity
Mobile App Security Testing_ A Comprehensive Guide.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Network Security Unit 5.pdf for BCA BBA.
The Rise and Fall of 3GPP – Time for a Sabbatical?
Dropbox Q2 2025 Financial Results & Investor Presentation
Chapter 3 Spatial Domain Image Processing.pdf
Building Integrated photovoltaic BIPV_UPV.pdf

Patterns for large scale search

  • 1. Large scale search Patterns for dealing with large-scale search systems
  • 2. overview •How to provide a scalable platform for both users and data •Issues introduced by a scalable platform •Patterns for dealing with the issues
  • 3. Big data As data volumes increase they can prove too large for any one server to manage
  • 4. Big data: Partitioning Data can be partitioned into suitably sized “shards” and placed on different servers
  • 5. Partitioning: divide and conquer ? ? ? ? Each user’s search queries all shards in parallel and combines results to provide fast responses
  • 6. Big Search Loads ? ? ? ? ? ? ? ? ? ? However, as user volumes increase, the loads on each shard server can become too great
  • 7. Replication ? ? ? ? ? ? ? ? ? ? To spread the load of many simultaneous users, indexes need to be replicated
  • 8. Scaling Summary Partitioning Replication coping with data volumes coping with user volumes (and providing redundancy in the event of failure)
  • 9. Issues So far so good - but a scalable system with many servers raises the concerns of balancing Consistency and Availability...
  • 10. Consistency vs availability Servers ! Content Freshness As the number of required servers increases, there is an increased probability that a server will fail or lag when adding new content.
  • 11. Consistency vs availability Servers earliest cross-server latest available consistent content content ???? These potential inconsistencies across servers introduces a dilemma - search the latest available content or older, consistent content?
  • 12. Consistency vs availability Consistency Availability FULL Shard Managed sticky user Every man for Consistency Consistency InConsistency sessions himself What follows is a number of architectural patterns, each of which will make a trade-off between the consistency and availability of content being searched
  • 13. Patterns Consistency Availability Full Consistency All servers are designed to coordinate together when applying batches of Description new content. If any one server fails to apply updates, all servers abandon this batch of updates. •All users of the system see the same version of content i.e. the same point in time. Pros •Complex distributed transaction software is required to coordinate updates. Cons •Any failure on a server delays the visibility of new content on all servers.
  • 14. Patterns Consistency Availability shard consistency Within each “shard” replica servers strive to maintain identical copies of Description the same content. New content additions are coordinated within each shard with any failure of a replica server aborting additions to that shard. •Update failures are isolated to impacting availability of new content on a single shard. Pros •All users see the same (potentially uneven) content. •Complex distributed transaction software may be required to coordinate updates. Cons •Any failure delays the visibility of new content in that shard. •Shards may be “uneven” in the points-in-time they represent
  • 15. Patterns Consistency Availability managed inconsistency All servers apply updates independently, with an agreed tolerance for “drift” between the freshness of content held on servers. When this Description threshold is reached the servers with the newest content halt updates until the drift gap is closed (this may require removing a failing replica server from active service). •New content is continually made available to users until pre-defined Pros tolerances for failures are exceeded •Different users may see different results depending on which (almost) replica the load balancer chooses to service their queries Cons •Individual users hitting the refresh button may also see different results as a result of non-exact replica servers •Shards may be “uneven” in the points-in-time they represent
  • 16. Patterns Consistency Availability sticky user sessions All servers are allowed to update independently. The load balancer is configured to route a user’s searches to the same choice of replica server Description in each shard whenever possible to hide any temporary drift between replicas. •New content is continually made available to users. Pros •Individual users should not experience a “step back in time” when repeating the same query due to inconsistent replicas. •Different users may see different results depending on which (almost) Cons replica the load balancer chooses to service the query. •Shards may be “uneven” in the points-in-time they represent.
  • 17. Patterns Consistency Availability every man for himself Description All servers are allowed to update independently. Pros •New content is continually made available to users •Different users may see different results depending on which (almost) replica the load balancer chooses to service the query. Cons •Individual users hitting the refresh button may also see different results as a result of non-exact replica servers
  • 18. considerations when selecting a pattern •Pick an acceptable user experience as a starting point •“I always expect to be acting on the latest available information” •“I need all results to represent the same point in time” •“I expect hitting the refresh button to take me forward in time, never back” •“I expect to always see the same content as my colleagues” •Recognise not all user requirements are realisable so rank them by importance. •Pick a pattern that works best for the selected requirements •Consider mixing some patterns e.g. “Managed Inconsistency” with “Sticky user sessions” seems a good compromise between maintaining (perceived) consistency and content availability •Consider different strategies for different user groups e.g. VIP users will always see the guaranteed-latest content.