SlideShare una empresa de Scribd logo
1 de 26
FEATURED SPEAKERS
      Orion Letizi
      Co-Founder
      Terracotta

      Eric Mizell
      Director of Field Engineering
      Terracotta

                TERRACOTTA WEBCAST SERIES
REASON 1

Real-time Big Data applications are
finally possible.




                                      2
Plummeting RAM prices and exploding volumes of
valuable data make real-time Big Data possible
 In-Memory                                     Big Data
 Maximize inexpensive memory   Unlock the value in your data




                                 Explosion in
          Steep drop in
                                  volume of
          price of RAM
                                business data




                                                               3
“Memory is the new disk. The obvious
thing to do is to exploit that technology.”

   — The New York Times, Sep. 9, 2012




                                              4
Terracotta BigMemory Go makes ALL of your
data instantly available



                        =

      Stores “big” amounts of data in machine
       memory for ultra-fast access
      Snaps into enterprise applications
      Easily scales up on a single server


                                                 5
REASON 2

BigMemory Go includes Ehcache and
eliminates garbage collection pauses
and tuning.



                                       6
With Ehcache, you’re limited to a few GBs in
RAM. With BigMemory Go, use all your RAM.




                                               7
REASON 3

BigMemory Go uses the same
technology as BigMemory Max.




                               8
BigMemory Go does almost everything
    BigMemory Max does, but on standalone JVMs



    Make your                                     Keep




                                                                 Scale up
    app’s data                                    ALL your
    instantly                                     data
                     Scale up




    available in                                  instantly
    your server’s                                 available in                                     Scale out
    RAM                                           distributed
                                                  RAM


Includes:                                         Everything in BigMemory Go PLUS:
   Terracotta Management Console: advanced
    in-memory monitoring/control                     Distributed scale: manages in-memory data across
                                                      server
   Fast search: powerful API for searching in-
                                                     Data consistency: keeps data in synch across your array
    memory stores
                                                     Full fault-tolerance and fast restart: mirrors data for
   Automatic Resource Control: tiered stores
    that keep data where it’s needed                  99.999% availability
   Ehcache interface: Java’s de facto API
   Fault-tolerant, fast restartable store

                                                                                                           9
REASON 4

BigMemory Go gives you predictably
low latency at scale.




                                     10
With 1TB in memory, BigMemory Go achieves
over 900,000 reads per second




                                            11
…with consistently low latency
(100 microseconds)




                                 12
REASON 5

BigMemory Go has the same get/put
API as Ehcache (plus you get search).




                                        13
Reading and writing happens the same way as
with Ehcache
      CacheManager manager = CacheManager.create(managerConfiguration);
      Cache bigMemory = manager.getCache("bm-crud");

      // create
      final Person tim = new Person("Tim Doe", 35, Person.Gender.MALE,
             "eck street", "San Mateo", "CA");
      bigMemory.put(new Element("1", tim));

      // read
      final Element element = bigMemory.get("1");
      System.out.println(”Element value: " + element.getObjectValue());

      // update
      final Person pamelaJones = new Person("Pamela Jones", 23,
             Person.Gender.FEMALE, "berry st", "Parsippany", "LA");
      bigMemory.put(new Element("1", pamelaJones));

      // delete
      bigMemory.remove("1");




                                                                          14
Plus, you can easily define searchable
attributes and execute queries

       // Find the number of people who live in New Jersey.

       Attribute<String> state =
                bigMemory.getSearchAttribute("state");

       Query newJerseyCountQuery =
       bigMemory.createQuery().addCriteria(state.eq("NJ"));


       // Execute query and print results.
       System.out.println("Count of people from NJ: "
                    + newJerseyCountQuery.execute().all().iterator().next()
                    .getAggregatorResults());




                                                                              15
BONUS REASON

The Terracotta Management Console
(TMC) in BigMemory Go gives you
visibility and control of in-memory data.



                                            16
The TMC in BigMemory Go is a web-based
control and viewing platform for in-memory
stores




                                             17
See how much data is in your local Java heap
and local off-heap




                                               18
Create virtual data stores, controlling exactly
how much memory each will use




                                                  19
DOUBLE BONUS REASON

You can add BigMemory Go
to your Ehcache deployment
with as few as two lines of config.



                                      20
All there is to it:


         <ehcache … name="crud-config">

          <cache name="crud"
              maxBytesLocalHeap="64M"
              maxBytesLocalOffHeap=“32G">
          </cache>

         </ehcache>




                                            21
TRIPLE BONUS REASON

BigMemory Go gives you 32GB of in-
memory capacity … FREE

Download:
http://terracotta.org/products/bigmemorygo



                                             22
What could you do with instant
access to all of your data?




                                 23
BigMemory powers real-time Big Data apps
    across many industries

   Fraud detection slashed from           Terracotta
    45 minutes to mere seconds        Enterprise Customers
   Media streamed in real time
    to millions of devices
   Customer service
    transactions throughput
    increased by 10x
   Flight reservation load on
    mainframes reduced 80%
   Automobile traffic updates
    delivered to millions of global
    customers in real time
Q&A


Questions?
Type them in the “Question” panel or in
the chat window

            Download (32GB free) + Learn More:
          http://terracotta.org/products/bigmemorygo




                                                       25
#bigmemory



  Download (32GB free) + Learn More:
http://terracotta.org/products/bigmemorygo




                                             26

Más contenido relacionado

La actualidad más candente

Caching technology comparison
Caching technology comparisonCaching technology comparison
Caching technology comparisonRohit Kelapure
 
Caching technology comparison
Caching technology comparisonCaching technology comparison
Caching technology comparisonRohit Kelapure
 
Understanding Web Cache
Understanding Web CacheUnderstanding Web Cache
Understanding Web CacheProdigyView
 
Web session replication with Hazelcast
Web session replication with HazelcastWeb session replication with Hazelcast
Web session replication with HazelcastEmrah Kocaman
 
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 InternetAchieve Internet
 
Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...
Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...
Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...elliando dias
 
Distributed caching with java JCache
Distributed caching with java JCacheDistributed caching with java JCache
Distributed caching with java JCacheKasun Gajasinghe
 
World Wide Web Caching
World Wide Web CachingWorld Wide Web Caching
World Wide Web Cachingersanbilik
 
Postgres on OpenStack
Postgres on OpenStackPostgres on OpenStack
Postgres on OpenStackEDB
 
Session Handling Using Memcache
Session Handling Using MemcacheSession Handling Using Memcache
Session Handling Using MemcacheAnand Ghaywankar
 
Distributed Caching Essential Lessons (Ts 1402)
Distributed Caching   Essential Lessons (Ts 1402)Distributed Caching   Essential Lessons (Ts 1402)
Distributed Caching Essential Lessons (Ts 1402)Yury Kaliaha
 
Memcached: What is it and what does it do?
Memcached: What is it and what does it do?Memcached: What is it and what does it do?
Memcached: What is it and what does it do?Brian Moon
 
Uptime Database Appliance - Technology Preview
Uptime Database Appliance - Technology PreviewUptime Database Appliance - Technology Preview
Uptime Database Appliance - Technology PreviewUptime Technologies LLC
 
Share point 2013 distributed cache
Share point 2013 distributed cacheShare point 2013 distributed cache
Share point 2013 distributed cacheMichael Nokhamzon
 
Postgres Plus Cloud Database on OpenStack
Postgres Plus Cloud Database on OpenStackPostgres Plus Cloud Database on OpenStack
Postgres Plus Cloud Database on OpenStackKamesh Pemmaraju
 
Memcached: What is it and what does it do? (PHP Version)
Memcached: What is it and what does it do? (PHP Version)Memcached: What is it and what does it do? (PHP Version)
Memcached: What is it and what does it do? (PHP Version)Brian Moon
 
Tuning and optimizing webcenter spaces application white paper
Tuning and optimizing webcenter spaces application white paperTuning and optimizing webcenter spaces application white paper
Tuning and optimizing webcenter spaces application white paperVinay Kumar
 

La actualidad más candente (20)

Caching technology comparison
Caching technology comparisonCaching technology comparison
Caching technology comparison
 
Caching technology comparison
Caching technology comparisonCaching technology comparison
Caching technology comparison
 
Understanding Web Cache
Understanding Web CacheUnderstanding Web Cache
Understanding Web Cache
 
Web session replication with Hazelcast
Web session replication with HazelcastWeb session replication with Hazelcast
Web session replication with Hazelcast
 
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
 
Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...
Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...
Distributed Caching Using the JCACHE API and ehcache, Including a Case Study ...
 
Distributed caching with java JCache
Distributed caching with java JCacheDistributed caching with java JCache
Distributed caching with java JCache
 
World Wide Web Caching
World Wide Web CachingWorld Wide Web Caching
World Wide Web Caching
 
Caching
CachingCaching
Caching
 
Postgres on OpenStack
Postgres on OpenStackPostgres on OpenStack
Postgres on OpenStack
 
PostgreSQL Query Cache - "pqc"
PostgreSQL Query Cache - "pqc"PostgreSQL Query Cache - "pqc"
PostgreSQL Query Cache - "pqc"
 
Cassandra as Memcache
Cassandra as MemcacheCassandra as Memcache
Cassandra as Memcache
 
Session Handling Using Memcache
Session Handling Using MemcacheSession Handling Using Memcache
Session Handling Using Memcache
 
Distributed Caching Essential Lessons (Ts 1402)
Distributed Caching   Essential Lessons (Ts 1402)Distributed Caching   Essential Lessons (Ts 1402)
Distributed Caching Essential Lessons (Ts 1402)
 
Memcached: What is it and what does it do?
Memcached: What is it and what does it do?Memcached: What is it and what does it do?
Memcached: What is it and what does it do?
 
Uptime Database Appliance - Technology Preview
Uptime Database Appliance - Technology PreviewUptime Database Appliance - Technology Preview
Uptime Database Appliance - Technology Preview
 
Share point 2013 distributed cache
Share point 2013 distributed cacheShare point 2013 distributed cache
Share point 2013 distributed cache
 
Postgres Plus Cloud Database on OpenStack
Postgres Plus Cloud Database on OpenStackPostgres Plus Cloud Database on OpenStack
Postgres Plus Cloud Database on OpenStack
 
Memcached: What is it and what does it do? (PHP Version)
Memcached: What is it and what does it do? (PHP Version)Memcached: What is it and what does it do? (PHP Version)
Memcached: What is it and what does it do? (PHP Version)
 
Tuning and optimizing webcenter spaces application white paper
Tuning and optimizing webcenter spaces application white paperTuning and optimizing webcenter spaces application white paper
Tuning and optimizing webcenter spaces application white paper
 

Similar a 5 Reasons to Upgrade Ehcache to BigMemory Go

Is your cloud ready for Big Data? Strata NY 2013
Is your cloud ready for Big Data? Strata NY 2013Is your cloud ready for Big Data? Strata NY 2013
Is your cloud ready for Big Data? Strata NY 2013Richard McDougall
 
MemVerge Company Overview
MemVerge Company OverviewMemVerge Company Overview
MemVerge Company OverviewMemVerge
 
Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...ColdFusionConference
 
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...Shailendra Prasad
 
Tech Talk: Moneyball - Hitting real-time apps out of the park with Big Memory
Tech Talk: Moneyball - Hitting real-time apps out of the park with Big MemoryTech Talk: Moneyball - Hitting real-time apps out of the park with Big Memory
Tech Talk: Moneyball - Hitting real-time apps out of the park with Big MemoryMemVerge
 
Mainframe Cost Reduction
Mainframe Cost ReductionMainframe Cost Reduction
Mainframe Cost ReductionSoftware AG UK
 
Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...
Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...
Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...exponential-inc
 
The BigMemory Revolution in Financial Services
The BigMemory Revolution in Financial ServicesThe BigMemory Revolution in Financial Services
The BigMemory Revolution in Financial ServicesSoftware AG
 
XPages Blast - ILUG 2010
XPages Blast - ILUG 2010XPages Blast - ILUG 2010
XPages Blast - ILUG 2010Tim Clark
 
5 Reasons to Upgrade Ehcache to BigMemory Go
5 Reasons to Upgrade Ehcache to BigMemory Go5 Reasons to Upgrade Ehcache to BigMemory Go
5 Reasons to Upgrade Ehcache to BigMemory GoSoftware AG
 
Debugging Native heap OOM - JavaOne 2013
Debugging Native heap OOM - JavaOne 2013Debugging Native heap OOM - JavaOne 2013
Debugging Native heap OOM - JavaOne 2013MattKilner
 
Automating Big Data with the Automic Hadoop Agent
Automating Big Data with the Automic Hadoop AgentAutomating Big Data with the Automic Hadoop Agent
Automating Big Data with the Automic Hadoop AgentCA | Automic Software
 
Big in memory file system
Big in memory file systemBig in memory file system
Big in memory file systemMahesh Gupta
 
How In Memory Computing Changes Everything
How In Memory Computing Changes EverythingHow In Memory Computing Changes Everything
How In Memory Computing Changes EverythingDebajit Banerjee
 
Caching objects-in-memory
Caching objects-in-memoryCaching objects-in-memory
Caching objects-in-memoryMauro Cassani
 
Cassandra summit-2013
Cassandra summit-2013Cassandra summit-2013
Cassandra summit-2013dfilppi
 
Virtual Memory vs Cache Memory
Virtual Memory vs Cache MemoryVirtual Memory vs Cache Memory
Virtual Memory vs Cache MemoryAshik Iqbal
 
RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...
RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...
RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...Redis Labs
 
Volatile Uses for Persistent Memory
Volatile Uses for Persistent MemoryVolatile Uses for Persistent Memory
Volatile Uses for Persistent MemoryIntel® Software
 

Similar a 5 Reasons to Upgrade Ehcache to BigMemory Go (20)

The BigMemory Revolution in Financial Services
The BigMemory Revolution in Financial ServicesThe BigMemory Revolution in Financial Services
The BigMemory Revolution in Financial Services
 
Is your cloud ready for Big Data? Strata NY 2013
Is your cloud ready for Big Data? Strata NY 2013Is your cloud ready for Big Data? Strata NY 2013
Is your cloud ready for Big Data? Strata NY 2013
 
MemVerge Company Overview
MemVerge Company OverviewMemVerge Company Overview
MemVerge Company Overview
 
Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...Developing High Performance and Scalable ColdFusion Application Using Terraco...
Developing High Performance and Scalable ColdFusion Application Using Terraco...
 
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...Developing High Performance and Scalable ColdFusion Applications Using Terrac...
Developing High Performance and Scalable ColdFusion Applications Using Terrac...
 
Tech Talk: Moneyball - Hitting real-time apps out of the park with Big Memory
Tech Talk: Moneyball - Hitting real-time apps out of the park with Big MemoryTech Talk: Moneyball - Hitting real-time apps out of the park with Big Memory
Tech Talk: Moneyball - Hitting real-time apps out of the park with Big Memory
 
Mainframe Cost Reduction
Mainframe Cost ReductionMainframe Cost Reduction
Mainframe Cost Reduction
 
Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...
Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...
Keynote Address at 2013 CloudCon: Future of Big Data by Richard McDougall (In...
 
The BigMemory Revolution in Financial Services
The BigMemory Revolution in Financial ServicesThe BigMemory Revolution in Financial Services
The BigMemory Revolution in Financial Services
 
XPages Blast - ILUG 2010
XPages Blast - ILUG 2010XPages Blast - ILUG 2010
XPages Blast - ILUG 2010
 
5 Reasons to Upgrade Ehcache to BigMemory Go
5 Reasons to Upgrade Ehcache to BigMemory Go5 Reasons to Upgrade Ehcache to BigMemory Go
5 Reasons to Upgrade Ehcache to BigMemory Go
 
Debugging Native heap OOM - JavaOne 2013
Debugging Native heap OOM - JavaOne 2013Debugging Native heap OOM - JavaOne 2013
Debugging Native heap OOM - JavaOne 2013
 
Automating Big Data with the Automic Hadoop Agent
Automating Big Data with the Automic Hadoop AgentAutomating Big Data with the Automic Hadoop Agent
Automating Big Data with the Automic Hadoop Agent
 
Big in memory file system
Big in memory file systemBig in memory file system
Big in memory file system
 
How In Memory Computing Changes Everything
How In Memory Computing Changes EverythingHow In Memory Computing Changes Everything
How In Memory Computing Changes Everything
 
Caching objects-in-memory
Caching objects-in-memoryCaching objects-in-memory
Caching objects-in-memory
 
Cassandra summit-2013
Cassandra summit-2013Cassandra summit-2013
Cassandra summit-2013
 
Virtual Memory vs Cache Memory
Virtual Memory vs Cache MemoryVirtual Memory vs Cache Memory
Virtual Memory vs Cache Memory
 
RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...
RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...
RedisConf18 - Auto-Scaling Redis Caches - Observability, Efficiency & Perform...
 
Volatile Uses for Persistent Memory
Volatile Uses for Persistent MemoryVolatile Uses for Persistent Memory
Volatile Uses for Persistent Memory
 

Más de Terracotta, a product line at Software AG (6)

Terracotta Hadoop & In-Memory Webcast
Terracotta Hadoop & In-Memory WebcastTerracotta Hadoop & In-Memory Webcast
Terracotta Hadoop & In-Memory Webcast
 
Terracotta Ditch the Disk webcast
Terracotta Ditch the Disk webcastTerracotta Ditch the Disk webcast
Terracotta Ditch the Disk webcast
 
5 Ways to Boost E-Commerce Site Performance with BigMemory
5 Ways to Boost E-Commerce Site Performance with BigMemory5 Ways to Boost E-Commerce Site Performance with BigMemory
5 Ways to Boost E-Commerce Site Performance with BigMemory
 
Alex Snaps JEEConf Presentation
Alex Snaps JEEConf PresentationAlex Snaps JEEConf Presentation
Alex Snaps JEEConf Presentation
 
Introduction to Quartz Where
Introduction to Quartz WhereIntroduction to Quartz Where
Introduction to Quartz Where
 
Ehcache Writer API
Ehcache Writer APIEhcache Writer API
Ehcache Writer API
 

5 Reasons to Upgrade Ehcache to BigMemory Go

  • 1. FEATURED SPEAKERS Orion Letizi Co-Founder Terracotta Eric Mizell Director of Field Engineering Terracotta TERRACOTTA WEBCAST SERIES
  • 2. REASON 1 Real-time Big Data applications are finally possible. 2
  • 3. Plummeting RAM prices and exploding volumes of valuable data make real-time Big Data possible In-Memory Big Data Maximize inexpensive memory Unlock the value in your data Explosion in Steep drop in volume of price of RAM business data 3
  • 4. “Memory is the new disk. The obvious thing to do is to exploit that technology.” — The New York Times, Sep. 9, 2012 4
  • 5. Terracotta BigMemory Go makes ALL of your data instantly available =  Stores “big” amounts of data in machine memory for ultra-fast access  Snaps into enterprise applications  Easily scales up on a single server 5
  • 6. REASON 2 BigMemory Go includes Ehcache and eliminates garbage collection pauses and tuning. 6
  • 7. With Ehcache, you’re limited to a few GBs in RAM. With BigMemory Go, use all your RAM. 7
  • 8. REASON 3 BigMemory Go uses the same technology as BigMemory Max. 8
  • 9. BigMemory Go does almost everything BigMemory Max does, but on standalone JVMs Make your Keep Scale up app’s data ALL your instantly data Scale up available in instantly your server’s available in Scale out RAM distributed RAM Includes: Everything in BigMemory Go PLUS:  Terracotta Management Console: advanced in-memory monitoring/control  Distributed scale: manages in-memory data across server  Fast search: powerful API for searching in-  Data consistency: keeps data in synch across your array memory stores  Full fault-tolerance and fast restart: mirrors data for  Automatic Resource Control: tiered stores that keep data where it’s needed 99.999% availability  Ehcache interface: Java’s de facto API  Fault-tolerant, fast restartable store 9
  • 10. REASON 4 BigMemory Go gives you predictably low latency at scale. 10
  • 11. With 1TB in memory, BigMemory Go achieves over 900,000 reads per second 11
  • 12. …with consistently low latency (100 microseconds) 12
  • 13. REASON 5 BigMemory Go has the same get/put API as Ehcache (plus you get search). 13
  • 14. Reading and writing happens the same way as with Ehcache CacheManager manager = CacheManager.create(managerConfiguration); Cache bigMemory = manager.getCache("bm-crud"); // create final Person tim = new Person("Tim Doe", 35, Person.Gender.MALE, "eck street", "San Mateo", "CA"); bigMemory.put(new Element("1", tim)); // read final Element element = bigMemory.get("1"); System.out.println(”Element value: " + element.getObjectValue()); // update final Person pamelaJones = new Person("Pamela Jones", 23, Person.Gender.FEMALE, "berry st", "Parsippany", "LA"); bigMemory.put(new Element("1", pamelaJones)); // delete bigMemory.remove("1"); 14
  • 15. Plus, you can easily define searchable attributes and execute queries // Find the number of people who live in New Jersey. Attribute<String> state = bigMemory.getSearchAttribute("state"); Query newJerseyCountQuery = bigMemory.createQuery().addCriteria(state.eq("NJ")); // Execute query and print results. System.out.println("Count of people from NJ: " + newJerseyCountQuery.execute().all().iterator().next() .getAggregatorResults()); 15
  • 16. BONUS REASON The Terracotta Management Console (TMC) in BigMemory Go gives you visibility and control of in-memory data. 16
  • 17. The TMC in BigMemory Go is a web-based control and viewing platform for in-memory stores 17
  • 18. See how much data is in your local Java heap and local off-heap 18
  • 19. Create virtual data stores, controlling exactly how much memory each will use 19
  • 20. DOUBLE BONUS REASON You can add BigMemory Go to your Ehcache deployment with as few as two lines of config. 20
  • 21. All there is to it: <ehcache … name="crud-config"> <cache name="crud" maxBytesLocalHeap="64M" maxBytesLocalOffHeap=“32G"> </cache> </ehcache> 21
  • 22. TRIPLE BONUS REASON BigMemory Go gives you 32GB of in- memory capacity … FREE Download: http://terracotta.org/products/bigmemorygo 22
  • 23. What could you do with instant access to all of your data? 23
  • 24. BigMemory powers real-time Big Data apps across many industries  Fraud detection slashed from Terracotta 45 minutes to mere seconds Enterprise Customers  Media streamed in real time to millions of devices  Customer service transactions throughput increased by 10x  Flight reservation load on mainframes reduced 80%  Automobile traffic updates delivered to millions of global customers in real time
  • 25. Q&A Questions? Type them in the “Question” panel or in the chat window Download (32GB free) + Learn More: http://terracotta.org/products/bigmemorygo 25
  • 26. #bigmemory Download (32GB free) + Learn More: http://terracotta.org/products/bigmemorygo 26