SlideShare a Scribd company logo
Scaling Website Performance:
Caching Session and Profile Data with Memcached
Presented by:
         Joaquín Ruiz – EVP Products
         Perry Krug – Systems Engineer
14 April 2009
About Gear6


  • First and leading provider of scalable Memcached solutions


  • Enabling high-growth web sites to deliver and scale dynamic
              high growth
    applications and content


  • Memcached contributor on Github and Google Code


  • Customers are leaders in media, social networking and content
    aggregation


  • Privately held; Headquartered in Mountain View, California


2 : Copyright 2009 Gear6 Inc.
The Web Has Changed
     • It’s Dynamic, It’s Mobile, It’s High Speed
           » Consumer internet traffic surpassed business traffic in 2008
           » Dynamic (Social Aggregation Media) sites/services are the driving web growth
                     (Social, Aggregation,


     So…
     • A distributed caching tier has become necessary and ubiquitous
           » Approximately 70% of websites are Linux-based (typically LAMP/Java) and are not
             scalable without a distributed caching tier

     Because…
     • Without a distributed caching tier you have no good options
               SCALE VERTICALLY: $$$ It’s very expensive to do this $$$
           »
               ADD LARGE AMOUNTS OF WEB, APP AND DB SERVERS: $$$ OPEX $$$
           »
               MOVE TO A DIFFENT STACK: “No way!
                                            No way!”
           »
               GET CRUSHED/SLOW RESPONSE TIMES: “It’s gone from bad to worse”
           »

    “Digital Consumer – Undermonetized social networks / video / VoIP driving powerful usage
    growth
    growth” – Morgan Stanley Tech Research, 5 Nov 2008, Web 2.0 Summit, San Francisco



3 : Copyright 2009 Gear6 Inc.
Web Architecture with No Cache

                                                              Web / Application Servers
                   MySQL
                  Databases




                                            Ad Load
                                            Add Load
                                             dd
                                             d
                                                                           Web / Application Servers



                                 MySQL
                                Databases




                                                       Every request must hit the database servers and/or
                                                       E           t     t    th d t b               d/
                                                               re-
                                                               re-execute on application servers


4 : Copyright 2009 Gear6 Inc.
Memcached to the Rescue
     • Memcached: a distributed memory object caching system intended
       for use in speeding up dynamic web applications by alleviating
       database load

     • Memcached is an open source project that developed around the
       need for dynamic web sites to have a distributed caching tier
           » Technology: Memcached is a generic two stage hashing system (clients and
             servers). Clients are written for specific application languages. Server is
             written in C
           » U cases: HTML MySQL, Session/profile caching
             Use         HTML, M SQL S       i/      fil    hi


     • Memcached is de facto solution
           » 85% of top 20 sites use memcached; 50%+ of top 5k sites uses Memcached
           » Memcached has client libraries in all major languages
           » Memcached has application level plug-ins for apps like WordPress and
             Drupal


5 : Copyright 2009 Gear6 Inc.
Why should I use Memcache?



     • Enables scale-out of dynamic websites
     • Faster page loads
              pg
     • Allows for efficient use of your database
     • Can utilize existing network infrastructure
     • Very flexible – architect for your workload & resources




6 : Copyright 2009 Gear6 Inc.
Web Architecture with Memcached
                                                                      Web / Application Servers
      Without Memcached

                                 MySQL
                                Databases




                                                                  Web / Application Servers
      With Memcached


                                                                                Perfect for
                                                                             dynamic website
                                            Memcached
                                                                              that generate a
                                                        Memcache Server(s)
                                             e cac ed
                                            Memcached
                                                                             high load on their
                                                                             hi h l d     th i
           MySQL
                                            Memcached                            database
          Databases
7 : Copyright 2009 Gear6 Inc.
Challenges of Memcached


 Challenges:
       » Many web implementations require lots of
         memory and lots of servers for memcache:
               • Ad i i t ti
                 Administration, power, cooling and
                                           li     d
                 rackspace challenge
       » No built-in failover or replication
       » Instances managed individually
               • Lack of consolidated management and
                 aggregated statistic gathering
               • Can be challenging to troubleshoot client,
                 service, instance and key relationships


                                                              Source: “MySQL and memcached” May 2008 seminar




8 : Copyright 2009 Gear6 Inc.
What is a Session?


     • Al
       Almost always l
             tl      larger th
                            than 250 b t
                                      bytes, and almost
                                               dl     t
       always smaller than 5 kilobytes
     • Read from datastore for every logged in user for
       every dynamic page load
     • Written to the datastore for every dynamic page
       load
     • Eventually reaped from the database after N
       minutes of inactivity

                                Credits: “Cache your sessions. Don't piss off your users” by Dormando


9 : Copyright 2009 Gear6 Inc.
Example: Scaling the User Profile
     • Too many users creates a load on the database
     • Replicating the database will help this
         p       g                      p
           » Will quickly experience DB replication lag




                                               Source: “”Scaling and Tuning MySQL.com” Jan 2009



10 : Copyright 2009 Gear6 Inc.
Where do you keep your Sessions?
     • Bad: Local sessions (on disk or in memory)
           » Can’t move users
             Can t
           » Can’t avoid hotspots
           » Not fault tolerant


     • Good: Centralized sessions (in a central
       database or in-memory)
                   in memor )
           » No porting around of session data
           » No need for sticky sessions
           » No hot spots

                                 Credits: “Scalable Web Architectures” by Cal Henderson


11 : Copyright 2009 Gear6 Inc.
Caching Sessions with Memcached

     • Common Wisdom: You Don’t
           » Users will get logged out if anything goes wrong with
             memcached
           » Evictions means that people are logged out of your site
           » If you upgrade memcached, OS, hardware etc., everyone will
             be logged off
           » Addi /
             Adding/removing memcached servers ki k people off site
                         i         hd          kicks    l ff it


     • BUT the benefit of caching sessions is HUGE
           » It is VERY FAST - Zero reads or writes to the database
           … so people do!
                                 Credits: “Cache your sessions. Don't piss off your users” by Dormando

12 : Copyright 2009 Gear6 Inc.
Session Caching Options
     Approach 1:
           » Memcached / MySQL hybrid ! Run batch/cron jobs to store session data in
               both database and memcached

           » Good for smaller sites or sites where it doesn’t matter as much if session
               data is lost



                             (Gear6 Approach):
     Approach 2
           » Store session in memcached space only

           » Provide sufficient memory space to eliminate evictions

                   • Leverage flash density to reduce space and costs

                   • Use DRAM to provide low latency

           » Use server-based replication to eliminate memcached misses
                        b   d    l            l              hd

13 : Copyright 2009 Gear6 Inc.
Gear6: Session Caching Customer Case
     Production Customer Stats:
               Alexa rank: top 150 worldwide
           »
               10’s of millions of page views per day
           »
               28 million unique users per month in 2008
           »
               Previously used memcached v 1.2.6 to cache sessions
           »
               About 120GB of memcache data used
           »


     Customer challenges:
                     g
           » Need to provide very fast access to use profile information in order
             to present user with appropriate content (based on user ratings)
           » Customer: rack space limited and cost sensitive
           » Need to increase administrative efficiency for memcached tier
           » Memcached reload can take several hours if failure occurs during
             which DB load is very high and service latency increased


14 : Copyright 2009 Gear6 Inc.
Gear6: Session Caching Customer Case

     • Without Gear6:
           Zero High Availability / Redundancy
               Slower user experience
           »
               4 U rack space
           »
               ~800W power consumption
                800W
           »
               Zero configuration management
           »
               Minimal statistics (Cacti)
           »
               Cost per Gig = $100 for hardware only
           »
           Double everything for redundancy



         32GB                    32GB           32GB   32GB



15 : Copyright 2009 Gear6 Inc.
Gear6: Session Caching Customer Case

     • With Gear6:
           Fully redundant / cache data protection
               y                        p
           » 2 U rack space
           » ~400W power consumption
           » Single point for management
                 gp               g
           » Enhanced stream analysis and statistics
           » Cost per Gig = $70 for entire solution

     Savings & benefits of Gear6 solution vs. without Gear6:
             Over $8k/year in power savings
           »
             Immediately deployable with no code changes
           »
             1/4th the rack space
           »
             Customers immediately presented with high-affinity content based
           »
             on profile and rating history
                p                g       y
           » Less expensive to deploy with Gear6 than without!
16 : Copyright 2009 Gear6 Inc.
Gear6 Web Cache Specifications

 Gear6 Web Cache Software                                Gear6 Web Cache Module

 • High memory density &
   advance memory allocation
       » Best-in-class hybrid RAM-Flash
         Best in class         RAM Flash
         configurations
       » Advanced memory management
       » Most efficient object eviction implementation
                                                         Gear6 software delivered on best-of-breed,
       » High bandwidth support                          industry standard servers, DRAM and Flash
 • High availability
                                                         Module specs:
       » Rich cluster functionality
                                                         •1 U rack profile with four flash drive bays
       » Failover configurations
                                                         •Minimum of two modules per appliance
       » Cache replication options
                                                         •Two power supplies per module
 • Advanced management                                   •Four bonded GE ports per module
       » Hot key and client analysis                     •Two Quad Core processors
       » Service-wide diagnostics                        •Up to 300GB per rack unit
       » Aggregated physical and logical views




17 : Copyright 2009 Gear6 Inc.
Resources
     • www.gear6.com

     • Twitter
           » twitter.com/memcached


     • Github
           » http://github.com/zyounker/brutis/tree/master
                p //g         /y       /      /    /
           » http://github.com/rama/statsproxy/tree/master


     • Google code
           » http://code.google.com/p/brutis/wiki/Readme
           » http://code.google.com/p/statsproxy/


18 : Copyright 2009 Gear6 Inc.
April 14, 2009 Webinar Poll Results
                          If you do use memcached, do you use it for:
                                         None of the above     0%

                                            All of the above        8%

                                 Session and profile caching   0%

                                  Caching HTML web pages                  42%

                             MySQL or other data caching                        67%




                           What client are you using for memcached?

                                            Other                        44%

                                              Perl   0%

                                       Java Based          11%

                                              PHP                        44%




19 : Copyright 2009 Gear6 Inc.
Questions?



                        Thank you for attending
           “Scaling Website Performance: Caching Session and
                      Profile D
                      P fil Data with Memcached”
                                    ihM       h d”
                           presented by Gear6




                                     Joaquin Ruiz
                                         Gear6
                                 salesinfo@gear6.com
                                    +1 650 587 7116

20 : Copyright 2009 Gear6 Inc.

More Related Content

What's hot

Contributing to OSS in a commercial non-OSS environment
Contributing to OSS in a commercial non-OSS environmentContributing to OSS in a commercial non-OSS environment
Contributing to OSS in a commercial non-OSS environment
Funambol
 
Presentation building your cloud with v mware
Presentation   building your cloud with v mwarePresentation   building your cloud with v mware
Presentation building your cloud with v mware
xKinAnx
 
Liberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_steLiberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_ste
Rohit Kelapure
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
EPC Group
 
"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012
"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012
"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012
Darpan Dinker
 
Hyper-V Dynamic Memory in Depth
Hyper-V Dynamic Memory in Depth Hyper-V Dynamic Memory in Depth
Hyper-V Dynamic Memory in Depth
Microsoft TechNet - Belgium and Luxembourg
 
Oracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance TuningOracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance Tuning
Brian Huff
 
Brian Oliver Pimp My Data Grid
Brian Oliver  Pimp My Data GridBrian Oliver  Pimp My Data Grid
Brian Oliver Pimp My Data Grid
deimos
 
The Sametime Mobile Experience
The Sametime Mobile ExperienceThe Sametime Mobile Experience
The Sametime Mobile Experience
Gabriella Davis
 
Microsoft SQL Server Flash Storage
Microsoft SQL Server Flash StorageMicrosoft SQL Server Flash Storage
Microsoft SQL Server Flash Storage
Mark Ginnebaugh
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1
makker_nl
 
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
David Currie
 
DOs and DONTs on the way to 10M users
DOs and DONTs on the way to 10M usersDOs and DONTs on the way to 10M users
DOs and DONTs on the way to 10M users
Yoav Avrahami
 
WSI35 - WebSphere Extreme Scale Customer Scenarios and Use Cases
WSI35 - WebSphere Extreme Scale Customer Scenarios and Use CasesWSI35 - WebSphere Extreme Scale Customer Scenarios and Use Cases
WSI35 - WebSphere Extreme Scale Customer Scenarios and Use Cases
Hendrik van Run
 
Bca1931 final
Bca1931 finalBca1931 final
Bca1931 final
Itzik Reich
 
Building a Scalable Architecture for web apps
Building a Scalable Architecture for web appsBuilding a Scalable Architecture for web apps
Building a Scalable Architecture for web apps
Directi Group
 
Samba management Console
Samba management ConsoleSamba management Console
Samba management Console
Manfred Furuholmen
 
WSI33 - Advanced Performance Tactics for IBM WebSphere Application Server
WSI33 - Advanced Performance Tactics for IBM WebSphere Application ServerWSI33 - Advanced Performance Tactics for IBM WebSphere Application Server
WSI33 - Advanced Performance Tactics for IBM WebSphere Application Server
Hendrik van Run
 
System Center Virtual Machine Manager 2008 R2
System Center Virtual Machine Manager 2008 R2System Center Virtual Machine Manager 2008 R2
System Center Virtual Machine Manager 2008 R2
aralves
 
Apache performance
Apache performanceApache performance
Apache performance
Devon Hillard
 

What's hot (20)

Contributing to OSS in a commercial non-OSS environment
Contributing to OSS in a commercial non-OSS environmentContributing to OSS in a commercial non-OSS environment
Contributing to OSS in a commercial non-OSS environment
 
Presentation building your cloud with v mware
Presentation   building your cloud with v mwarePresentation   building your cloud with v mware
Presentation building your cloud with v mware
 
Liberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_steLiberty dynacache ffw_iea_ste
Liberty dynacache ffw_iea_ste
 
Hyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC GroupHyper-V’s Virtualization Enhancements - EPC Group
Hyper-V’s Virtualization Enhancements - EPC Group
 
"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012
"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012
"Achieving Flash Memory's Full Potential" @ Flash Memory Summit 2012
 
Hyper-V Dynamic Memory in Depth
Hyper-V Dynamic Memory in Depth Hyper-V Dynamic Memory in Depth
Hyper-V Dynamic Memory in Depth
 
Oracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance TuningOracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance Tuning
 
Brian Oliver Pimp My Data Grid
Brian Oliver  Pimp My Data GridBrian Oliver  Pimp My Data Grid
Brian Oliver Pimp My Data Grid
 
The Sametime Mobile Experience
The Sametime Mobile ExperienceThe Sametime Mobile Experience
The Sametime Mobile Experience
 
Microsoft SQL Server Flash Storage
Microsoft SQL Server Flash StorageMicrosoft SQL Server Flash Storage
Microsoft SQL Server Flash Storage
 
20191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 120191201 kubernetes managed weblogic revival - part 1
20191201 kubernetes managed weblogic revival - part 1
 
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
WebSphere Liberty and IBM Containers: The Perfect Combination for Java Micros...
 
DOs and DONTs on the way to 10M users
DOs and DONTs on the way to 10M usersDOs and DONTs on the way to 10M users
DOs and DONTs on the way to 10M users
 
WSI35 - WebSphere Extreme Scale Customer Scenarios and Use Cases
WSI35 - WebSphere Extreme Scale Customer Scenarios and Use CasesWSI35 - WebSphere Extreme Scale Customer Scenarios and Use Cases
WSI35 - WebSphere Extreme Scale Customer Scenarios and Use Cases
 
Bca1931 final
Bca1931 finalBca1931 final
Bca1931 final
 
Building a Scalable Architecture for web apps
Building a Scalable Architecture for web appsBuilding a Scalable Architecture for web apps
Building a Scalable Architecture for web apps
 
Samba management Console
Samba management ConsoleSamba management Console
Samba management Console
 
WSI33 - Advanced Performance Tactics for IBM WebSphere Application Server
WSI33 - Advanced Performance Tactics for IBM WebSphere Application ServerWSI33 - Advanced Performance Tactics for IBM WebSphere Application Server
WSI33 - Advanced Performance Tactics for IBM WebSphere Application Server
 
System Center Virtual Machine Manager 2008 R2
System Center Virtual Machine Manager 2008 R2System Center Virtual Machine Manager 2008 R2
System Center Virtual Machine Manager 2008 R2
 
Apache performance
Apache performanceApache performance
Apache performance
 

Viewers also liked

A301 ctu madrid2016-monitoring
A301 ctu madrid2016-monitoringA301 ctu madrid2016-monitoring
A301 ctu madrid2016-monitoring
Michael Dawson
 
Scaling your website
Scaling your websiteScaling your website
Scaling your website
Alejandro Marcu
 
10 Things You Can Do to Speed Up Your Web App Today
10 Things You Can Do to Speed Up Your Web App Today10 Things You Can Do to Speed Up Your Web App Today
10 Things You Can Do to Speed Up Your Web App Today
Chris Love
 
Best Practices for Large-Scale Web Sites
Best Practices for Large-Scale Web SitesBest Practices for Large-Scale Web Sites
Best Practices for Large-Scale Web Sites
Craig Dickson
 
Zingme practice for building scalable website with PHP
Zingme practice for building scalable website with PHPZingme practice for building scalable website with PHP
Zingme practice for building scalable website with PHP
Chau Thanh
 
Deep Dive: Scaling Up to Your First 10 Million Users
Deep Dive: Scaling Up to Your First 10 Million UsersDeep Dive: Scaling Up to Your First 10 Million Users
Deep Dive: Scaling Up to Your First 10 Million Users
Amazon Web Services
 
IoC and Mapper in C#
IoC and Mapper in C#IoC and Mapper in C#
IoC and Mapper in C#
Huy Hoàng Phạm
 
7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications
David Mitzenmacher
 
Architecture of a Modern Web App
Architecture of a Modern Web AppArchitecture of a Modern Web App
Architecture of a Modern Web App
scothis
 
10 Best Practices of a Best Company to Work For
10 Best Practices of a Best Company to Work For10 Best Practices of a Best Company to Work For
10 Best Practices of a Best Company to Work For
O.C. Tanner
 

Viewers also liked (10)

A301 ctu madrid2016-monitoring
A301 ctu madrid2016-monitoringA301 ctu madrid2016-monitoring
A301 ctu madrid2016-monitoring
 
Scaling your website
Scaling your websiteScaling your website
Scaling your website
 
10 Things You Can Do to Speed Up Your Web App Today
10 Things You Can Do to Speed Up Your Web App Today10 Things You Can Do to Speed Up Your Web App Today
10 Things You Can Do to Speed Up Your Web App Today
 
Best Practices for Large-Scale Web Sites
Best Practices for Large-Scale Web SitesBest Practices for Large-Scale Web Sites
Best Practices for Large-Scale Web Sites
 
Zingme practice for building scalable website with PHP
Zingme practice for building scalable website with PHPZingme practice for building scalable website with PHP
Zingme practice for building scalable website with PHP
 
Deep Dive: Scaling Up to Your First 10 Million Users
Deep Dive: Scaling Up to Your First 10 Million UsersDeep Dive: Scaling Up to Your First 10 Million Users
Deep Dive: Scaling Up to Your First 10 Million Users
 
IoC and Mapper in C#
IoC and Mapper in C#IoC and Mapper in C#
IoC and Mapper in C#
 
7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications7 Stages of Scaling Web Applications
7 Stages of Scaling Web Applications
 
Architecture of a Modern Web App
Architecture of a Modern Web AppArchitecture of a Modern Web App
Architecture of a Modern Web App
 
10 Best Practices of a Best Company to Work For
10 Best Practices of a Best Company to Work For10 Best Practices of a Best Company to Work For
10 Best Practices of a Best Company to Work For
 

Similar to Gear6 and Scaling Website Performance: Caching Session and Profile Data with Memcached

Gear6 Webinar - MySQL Scaling with Memcached
Gear6 Webinar - MySQL Scaling with MemcachedGear6 Webinar - MySQL Scaling with Memcached
Gear6 Webinar - MySQL Scaling with Memcached
Gear6
 
Memcached, presented to LCA2010
Memcached, presented to LCA2010Memcached, presented to LCA2010
Memcached, presented to LCA2010
Mark Atwood
 
Gear6 Web Cache Overview
Gear6 Web Cache OverviewGear6 Web Cache Overview
Gear6 Web Cache Overview
Gear6
 
Implementing High Availability Caching with Memcached
Implementing High Availability Caching with MemcachedImplementing High Availability Caching with Memcached
Implementing High Availability Caching with Memcached
Gear6
 
Improving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve InternetImproving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve Internet
Achieve Internet
 
Improving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve InternetImproving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve Internet
Achieve Internet
 
Cloud Time
Cloud TimeCloud Time
Cloud Time
John Repko
 
MySQL Aquarium Paris
MySQL Aquarium ParisMySQL Aquarium Paris
MySQL Aquarium Paris
Alexis Moussine-Pouchkine
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Andrew Miller
 
Improving Website Performance and Scalability with Memcached
Improving Website Performance and Scalability with MemcachedImproving Website Performance and Scalability with Memcached
Improving Website Performance and Scalability with Memcached
Acquia
 
Virtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - VarrowVirtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - Varrow
Andrew Miller
 
Jcon2020 keynote-high-performance-java-cloud-native
Jcon2020 keynote-high-performance-java-cloud-nativeJcon2020 keynote-high-performance-java-cloud-native
Jcon2020 keynote-high-performance-java-cloud-native
Markus Kett
 
Geographic Distribution for Global Web Application Performance
Geographic Distribution for Global Web Application PerformanceGeographic Distribution for Global Web Application Performance
Geographic Distribution for Global Web Application Performance
kkjjkevin03
 
Qcon
QconQcon
Mysql wp memcached
Mysql wp memcachedMysql wp memcached
Mysql wp memcached
kbour23
 
Practical Thin Server Architecture With Dojo Sapo Codebits 2008
Practical Thin Server Architecture With Dojo Sapo Codebits 2008Practical Thin Server Architecture With Dojo Sapo Codebits 2008
Practical Thin Server Architecture With Dojo Sapo Codebits 2008
codebits
 
vFabric - Ideal Platform for SaaS Apps
vFabric - Ideal Platform for SaaS AppsvFabric - Ideal Platform for SaaS Apps
vFabric - Ideal Platform for SaaS Apps
VMware vFabric
 
Practical Thin Server Architecture With Dojo Peter Svensson
Practical Thin Server Architecture With Dojo Peter SvenssonPractical Thin Server Architecture With Dojo Peter Svensson
Practical Thin Server Architecture With Dojo Peter Svensson
rajivmordani
 
My Sql Presentation
My Sql PresentationMy Sql Presentation
My Sql Presentation
Snoop Consulting
 
Tricks And Tradeoffs Of Deploying My Sql Clusters In The Cloud
Tricks And Tradeoffs Of Deploying My Sql Clusters In The CloudTricks And Tradeoffs Of Deploying My Sql Clusters In The Cloud
Tricks And Tradeoffs Of Deploying My Sql Clusters In The Cloud
MySQLConference
 

Similar to Gear6 and Scaling Website Performance: Caching Session and Profile Data with Memcached (20)

Gear6 Webinar - MySQL Scaling with Memcached
Gear6 Webinar - MySQL Scaling with MemcachedGear6 Webinar - MySQL Scaling with Memcached
Gear6 Webinar - MySQL Scaling with Memcached
 
Memcached, presented to LCA2010
Memcached, presented to LCA2010Memcached, presented to LCA2010
Memcached, presented to LCA2010
 
Gear6 Web Cache Overview
Gear6 Web Cache OverviewGear6 Web Cache Overview
Gear6 Web Cache Overview
 
Implementing High Availability Caching with Memcached
Implementing High Availability Caching with MemcachedImplementing High Availability Caching with Memcached
Implementing High Availability Caching with Memcached
 
Improving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve InternetImproving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve Internet
 
Improving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve InternetImproving Website Performance with Memecached Webinar | Achieve Internet
Improving Website Performance with Memecached Webinar | Achieve Internet
 
Cloud Time
Cloud TimeCloud Time
Cloud Time
 
MySQL Aquarium Paris
MySQL Aquarium ParisMySQL Aquarium Paris
MySQL Aquarium Paris
 
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
Varrow Q4 Lunch & Learn Presentation - Virtualizing Business Critical Applica...
 
Improving Website Performance and Scalability with Memcached
Improving Website Performance and Scalability with MemcachedImproving Website Performance and Scalability with Memcached
Improving Website Performance and Scalability with Memcached
 
Virtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - VarrowVirtualizing Tier One Applications - Varrow
Virtualizing Tier One Applications - Varrow
 
Jcon2020 keynote-high-performance-java-cloud-native
Jcon2020 keynote-high-performance-java-cloud-nativeJcon2020 keynote-high-performance-java-cloud-native
Jcon2020 keynote-high-performance-java-cloud-native
 
Geographic Distribution for Global Web Application Performance
Geographic Distribution for Global Web Application PerformanceGeographic Distribution for Global Web Application Performance
Geographic Distribution for Global Web Application Performance
 
Qcon
QconQcon
Qcon
 
Mysql wp memcached
Mysql wp memcachedMysql wp memcached
Mysql wp memcached
 
Practical Thin Server Architecture With Dojo Sapo Codebits 2008
Practical Thin Server Architecture With Dojo Sapo Codebits 2008Practical Thin Server Architecture With Dojo Sapo Codebits 2008
Practical Thin Server Architecture With Dojo Sapo Codebits 2008
 
vFabric - Ideal Platform for SaaS Apps
vFabric - Ideal Platform for SaaS AppsvFabric - Ideal Platform for SaaS Apps
vFabric - Ideal Platform for SaaS Apps
 
Practical Thin Server Architecture With Dojo Peter Svensson
Practical Thin Server Architecture With Dojo Peter SvenssonPractical Thin Server Architecture With Dojo Peter Svensson
Practical Thin Server Architecture With Dojo Peter Svensson
 
My Sql Presentation
My Sql PresentationMy Sql Presentation
My Sql Presentation
 
Tricks And Tradeoffs Of Deploying My Sql Clusters In The Cloud
Tricks And Tradeoffs Of Deploying My Sql Clusters In The CloudTricks And Tradeoffs Of Deploying My Sql Clusters In The Cloud
Tricks And Tradeoffs Of Deploying My Sql Clusters In The Cloud
 

Recently uploaded

“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 

Recently uploaded (20)

“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 

Gear6 and Scaling Website Performance: Caching Session and Profile Data with Memcached

  • 1. Scaling Website Performance: Caching Session and Profile Data with Memcached Presented by: Joaquín Ruiz – EVP Products Perry Krug – Systems Engineer 14 April 2009
  • 2. About Gear6 • First and leading provider of scalable Memcached solutions • Enabling high-growth web sites to deliver and scale dynamic high growth applications and content • Memcached contributor on Github and Google Code • Customers are leaders in media, social networking and content aggregation • Privately held; Headquartered in Mountain View, California 2 : Copyright 2009 Gear6 Inc.
  • 3. The Web Has Changed • It’s Dynamic, It’s Mobile, It’s High Speed » Consumer internet traffic surpassed business traffic in 2008 » Dynamic (Social Aggregation Media) sites/services are the driving web growth (Social, Aggregation, So… • A distributed caching tier has become necessary and ubiquitous » Approximately 70% of websites are Linux-based (typically LAMP/Java) and are not scalable without a distributed caching tier Because… • Without a distributed caching tier you have no good options SCALE VERTICALLY: $$$ It’s very expensive to do this $$$ » ADD LARGE AMOUNTS OF WEB, APP AND DB SERVERS: $$$ OPEX $$$ » MOVE TO A DIFFENT STACK: “No way! No way!” » GET CRUSHED/SLOW RESPONSE TIMES: “It’s gone from bad to worse” » “Digital Consumer – Undermonetized social networks / video / VoIP driving powerful usage growth growth” – Morgan Stanley Tech Research, 5 Nov 2008, Web 2.0 Summit, San Francisco 3 : Copyright 2009 Gear6 Inc.
  • 4. Web Architecture with No Cache Web / Application Servers MySQL Databases Ad Load Add Load dd d Web / Application Servers MySQL Databases Every request must hit the database servers and/or E t t th d t b d/ re- re-execute on application servers 4 : Copyright 2009 Gear6 Inc.
  • 5. Memcached to the Rescue • Memcached: a distributed memory object caching system intended for use in speeding up dynamic web applications by alleviating database load • Memcached is an open source project that developed around the need for dynamic web sites to have a distributed caching tier » Technology: Memcached is a generic two stage hashing system (clients and servers). Clients are written for specific application languages. Server is written in C » U cases: HTML MySQL, Session/profile caching Use HTML, M SQL S i/ fil hi • Memcached is de facto solution » 85% of top 20 sites use memcached; 50%+ of top 5k sites uses Memcached » Memcached has client libraries in all major languages » Memcached has application level plug-ins for apps like WordPress and Drupal 5 : Copyright 2009 Gear6 Inc.
  • 6. Why should I use Memcache? • Enables scale-out of dynamic websites • Faster page loads pg • Allows for efficient use of your database • Can utilize existing network infrastructure • Very flexible – architect for your workload & resources 6 : Copyright 2009 Gear6 Inc.
  • 7. Web Architecture with Memcached Web / Application Servers Without Memcached MySQL Databases Web / Application Servers With Memcached Perfect for dynamic website Memcached that generate a Memcache Server(s) e cac ed Memcached high load on their hi h l d th i MySQL Memcached database Databases 7 : Copyright 2009 Gear6 Inc.
  • 8. Challenges of Memcached Challenges: » Many web implementations require lots of memory and lots of servers for memcache: • Ad i i t ti Administration, power, cooling and li d rackspace challenge » No built-in failover or replication » Instances managed individually • Lack of consolidated management and aggregated statistic gathering • Can be challenging to troubleshoot client, service, instance and key relationships Source: “MySQL and memcached” May 2008 seminar 8 : Copyright 2009 Gear6 Inc.
  • 9. What is a Session? • Al Almost always l tl larger th than 250 b t bytes, and almost dl t always smaller than 5 kilobytes • Read from datastore for every logged in user for every dynamic page load • Written to the datastore for every dynamic page load • Eventually reaped from the database after N minutes of inactivity Credits: “Cache your sessions. Don't piss off your users” by Dormando 9 : Copyright 2009 Gear6 Inc.
  • 10. Example: Scaling the User Profile • Too many users creates a load on the database • Replicating the database will help this p g p » Will quickly experience DB replication lag Source: “”Scaling and Tuning MySQL.com” Jan 2009 10 : Copyright 2009 Gear6 Inc.
  • 11. Where do you keep your Sessions? • Bad: Local sessions (on disk or in memory) » Can’t move users Can t » Can’t avoid hotspots » Not fault tolerant • Good: Centralized sessions (in a central database or in-memory) in memor ) » No porting around of session data » No need for sticky sessions » No hot spots Credits: “Scalable Web Architectures” by Cal Henderson 11 : Copyright 2009 Gear6 Inc.
  • 12. Caching Sessions with Memcached • Common Wisdom: You Don’t » Users will get logged out if anything goes wrong with memcached » Evictions means that people are logged out of your site » If you upgrade memcached, OS, hardware etc., everyone will be logged off » Addi / Adding/removing memcached servers ki k people off site i hd kicks l ff it • BUT the benefit of caching sessions is HUGE » It is VERY FAST - Zero reads or writes to the database … so people do! Credits: “Cache your sessions. Don't piss off your users” by Dormando 12 : Copyright 2009 Gear6 Inc.
  • 13. Session Caching Options Approach 1: » Memcached / MySQL hybrid ! Run batch/cron jobs to store session data in both database and memcached » Good for smaller sites or sites where it doesn’t matter as much if session data is lost (Gear6 Approach): Approach 2 » Store session in memcached space only » Provide sufficient memory space to eliminate evictions • Leverage flash density to reduce space and costs • Use DRAM to provide low latency » Use server-based replication to eliminate memcached misses b d l l hd 13 : Copyright 2009 Gear6 Inc.
  • 14. Gear6: Session Caching Customer Case Production Customer Stats: Alexa rank: top 150 worldwide » 10’s of millions of page views per day » 28 million unique users per month in 2008 » Previously used memcached v 1.2.6 to cache sessions » About 120GB of memcache data used » Customer challenges: g » Need to provide very fast access to use profile information in order to present user with appropriate content (based on user ratings) » Customer: rack space limited and cost sensitive » Need to increase administrative efficiency for memcached tier » Memcached reload can take several hours if failure occurs during which DB load is very high and service latency increased 14 : Copyright 2009 Gear6 Inc.
  • 15. Gear6: Session Caching Customer Case • Without Gear6: Zero High Availability / Redundancy Slower user experience » 4 U rack space » ~800W power consumption 800W » Zero configuration management » Minimal statistics (Cacti) » Cost per Gig = $100 for hardware only » Double everything for redundancy 32GB 32GB 32GB 32GB 15 : Copyright 2009 Gear6 Inc.
  • 16. Gear6: Session Caching Customer Case • With Gear6: Fully redundant / cache data protection y p » 2 U rack space » ~400W power consumption » Single point for management gp g » Enhanced stream analysis and statistics » Cost per Gig = $70 for entire solution Savings & benefits of Gear6 solution vs. without Gear6: Over $8k/year in power savings » Immediately deployable with no code changes » 1/4th the rack space » Customers immediately presented with high-affinity content based » on profile and rating history p g y » Less expensive to deploy with Gear6 than without! 16 : Copyright 2009 Gear6 Inc.
  • 17. Gear6 Web Cache Specifications Gear6 Web Cache Software Gear6 Web Cache Module • High memory density & advance memory allocation » Best-in-class hybrid RAM-Flash Best in class RAM Flash configurations » Advanced memory management » Most efficient object eviction implementation Gear6 software delivered on best-of-breed, » High bandwidth support industry standard servers, DRAM and Flash • High availability Module specs: » Rich cluster functionality •1 U rack profile with four flash drive bays » Failover configurations •Minimum of two modules per appliance » Cache replication options •Two power supplies per module • Advanced management •Four bonded GE ports per module » Hot key and client analysis •Two Quad Core processors » Service-wide diagnostics •Up to 300GB per rack unit » Aggregated physical and logical views 17 : Copyright 2009 Gear6 Inc.
  • 18. Resources • www.gear6.com • Twitter » twitter.com/memcached • Github » http://github.com/zyounker/brutis/tree/master p //g /y / / / » http://github.com/rama/statsproxy/tree/master • Google code » http://code.google.com/p/brutis/wiki/Readme » http://code.google.com/p/statsproxy/ 18 : Copyright 2009 Gear6 Inc.
  • 19. April 14, 2009 Webinar Poll Results If you do use memcached, do you use it for: None of the above 0% All of the above 8% Session and profile caching 0% Caching HTML web pages 42% MySQL or other data caching 67% What client are you using for memcached? Other 44% Perl 0% Java Based 11% PHP 44% 19 : Copyright 2009 Gear6 Inc.
  • 20. Questions? Thank you for attending “Scaling Website Performance: Caching Session and Profile D P fil Data with Memcached” ihM h d” presented by Gear6 Joaquin Ruiz Gear6 salesinfo@gear6.com +1 650 587 7116 20 : Copyright 2009 Gear6 Inc.