This is an automated email from the ASF dual-hosted git repository.

achennaka pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new a47760519 [site] Remove thirdparty resource references - take 2
a47760519 is described below

commit a47760519a86ce4eb79835f094c6188fe8b34232
Author: Abhishek Chennaka <[email protected]>
AuthorDate: Tue Mar 4 16:39:48 2025 -0800

    [site] Remove thirdparty resource references - take 2
    
    This removes references to thirdparty hosted style sheets and adds
    them into our repo. The license of the style sheets is public.
    
    https://github.com/FortAwesome/Font-Awesome/blob/6.x/LICENSE.txt
    https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
    
    A couple of older blog posts are updated where we refer to content from
    thirparty sources.
    
    Change-Id: I884be41c5e1e6d56ebdaf9b8ab22dc484801c5d0
    Reviewed-on: http://gerrit.cloudera.org:8080/22579
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Abhishek Chennaka <[email protected]>
---
 _includes/top_common.html                      |    6 +-
 _posts/2017-10-23-nosql-kudu-spanner-slides.md |    2 +-
 _posts/2018-07-10-instrumentation-in-kudu.md   |    8 +-
 css/bootstrap.min.css                          |    6 +
 css/font-awesome.min.css                       |    4 +
 slides/kudu-spanner-slides                     | 1377 ++++++++++++++++++++++++
 6 files changed, 1393 insertions(+), 10 deletions(-)

diff --git a/_includes/top_common.html b/_includes/top_common.html
index bc7c3c5f1..968c91c1b 100644
--- a/_includes/top_common.html
+++ b/_includes/top_common.html
@@ -9,15 +9,13 @@
     <meta name="author" content="Cloudera" />
     <title>Apache Kudu - {{ page.title }}</title>
     <!-- Bootstrap core CSS -->
-    <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css";
-          
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
-          crossorigin="anonymous">
+    <link rel="stylesheet" href="{{site.github.url}}/css/bootstrap.min.css"/>
 
     <!-- Custom styles for this template -->
     <link href="{{site.github.url}}/css/kudu.css" rel="stylesheet"/>
     <link href="{{site.github.url}}/css/asciidoc.css" rel="stylesheet"/>
     <link rel="shortcut icon" href="{{site.github.url}}/img/logo-favicon.ico" 
/>
-    <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
 />
+    <link rel="stylesheet" href="{{site.github.url}}/css/font-awesome.min.css" 
/>
 
     {% if layout.active_nav == 'blog' %}
     <link rel="alternate" type="application/atom+xml"
diff --git a/_posts/2017-10-23-nosql-kudu-spanner-slides.md 
b/_posts/2017-10-23-nosql-kudu-spanner-slides.md
index 226a249d8..1c406b72a 100644
--- a/_posts/2017-10-23-nosql-kudu-spanner-slides.md
+++ b/_posts/2017-10-23-nosql-kudu-spanner-slides.md
@@ -42,6 +42,6 @@ To summarize the key points of the presentation:
 For more details and for the full benchmark numbers, check out the slide deck
 below:
 
-<iframe src="//www.slideshare.net/slideshow/embed_code/key/loQpO2vzlwGGgz" 
width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" 
scrolling="no" style="border:1px solid #CCC; border-width:1px; 
margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div 
style="margin-bottom:15px"> <strong> <a 
href="//www.slideshare.net/ToddLipcon/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017"
 title="A brave new world in mutable big data relational sto [...]
+<iframe src="/slides/kudu-spanner-slides" width="595" height="485" 
frameborder="0" marginwidth="0" marginheight="0" scrolling="no" 
style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 
100%;" allowfullscreen> </iframe> <div style="margin-bottom:15px"> <strong> <a 
href="//www.slideshare.net/ToddLipcon/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017"
 title="A brave new world in mutable big data relational storage (Strata NYC 
2017)" target="_ [...]
 
 Questions or comments? Join the [Apache Kudu Community](/community.html) to 
discuss.
diff --git a/_posts/2018-07-10-instrumentation-in-kudu.md 
b/_posts/2018-07-10-instrumentation-in-kudu.md
index c20e3bbe0..e34ea331d 100644
--- a/_posts/2018-07-10-instrumentation-in-kudu.md
+++ b/_posts/2018-07-10-instrumentation-in-kudu.md
@@ -24,12 +24,10 @@ including:
 - [Heap sampling](/docs/troubleshooting.html#heap_sampling) support
   which helps us understand unexpected memory usage.
 
-If you're interested in learning about these topics and more, check out the 
video recording
-below. My talk spans the first 34 minutes.
 
-<iframe width="800" height="500"
-  src="https://www.youtube.com/embed/qBXwKU6Ubjo?end=2058&start=23";>
-</iframe>
+If you're interested in learning about these topics and more, check out the 
+[video recording](https://www.youtube.com/embed/qBXwKU6Ubjo?end=2058&start=23).
+My talk spans the first 34 minutes.
 
 If you have any questions about this content or about Kudu in general,
 [join the community](http://kudu.apache.org/community.html)
diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css
new file mode 100644
index 000000000..4cf729e43
--- /dev/null
+++ b/css/bootstrap.min.css
@@ -0,0 +1,6 @@
+/*!
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
*/html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr
 [...]
+/*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css
new file mode 100644
index 000000000..885b38403
--- /dev/null
+++ b/css/font-awesome.min.css
@@ -0,0 +1,4 @@
+/*!
+ *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
+ 
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1')
 format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.1') 
format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.1') 
format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.1') 
format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular')
 format('svg');font-weight:normal;font-style:norma [...]
diff --git a/slides/kudu-spanner-slides b/slides/kudu-spanner-slides
new file mode 100644
index 000000000..c769855b8
--- /dev/null
+++ b/slides/kudu-spanner-slides
@@ -0,0 +1,1377 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+
+<html xmlns="http://www.w3.org/1999/xhtml"; style="height:100%;">
+  <head>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+      <link rel="canonical" 
href="https://www.slideshare.net/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191";
 />
+
+    <meta name="robots" content="noindex">
+
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/app.10d489608a34b3c77437.css";
 media="screen" />
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/app_critical.f69afafd88ea7eff9597.css";
 media="screen" />
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/slideview_critical.48e8d13c09994269bba9.css";
 media="screen" />
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/player/base.d5bf85955b9c01e839bc.css";
 media="screen" />
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/player_toolbar.20224c694a9b9749f9c4.css";
 media="screen" />
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/slideshare-icons.e77d3ecb961eec18390b.css";
 media="screen" />
+
+    <!-- SL:begin:notranslate -->
+    <title>A brave new world in mutable big data  relational storage (Strata 
N...</title>
+    <!-- SL:end:notranslate -->
+    <!--[if IE]><style>.slidesContainer img { border: none } 
</style><![endif]-->
+    <script 
src="https://public.slidesharecdn.com/v2/assets/javascripts/packs/runtime.f32b776fa440a3f79000.js";></script>
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/packs/combined_jquery.736a17b882646622e5cb.js";></script>
+
+    <script type="text/javascript">
+      var slideshare_object = {
+        flagging: 
{"update_url":"https://www.slideshare.net/main/flag?slideshow_id=80298191","is_flagged":false},
+        user: 
{"userGroup":"non-member","login":"guest","id":null,"loggedin":false,"name":null,"is_valid_fbuser":false,"fb_userid":null,"is_pro":"false","su":false,"is_test_user":false,"has_uploads":null,"is_li_connected":false,"is_li_auto_created_user":false,"show_li_connect_cta":false,"has_privacy_enabled":null,"scribd_subscriber":false,"connected_with_scribd":false,"trial_eligible":false},
+        timer: { start: (new Date()).getTime(), end: '', execTime: '' },
+        top_nav: { get_url: "/top_nav"},
+        dev: false,
+        init: [],
+        feature_flag: [],
+        is_ssl: true,
+        rum_pagekey: "desktop_slideview_embed_code_loggedout",
+        page_key: "slideshow/embed_code",
+        slideshow: {
+          id: 80298191,
+          is_clickgen_enabled: '',
+          clickgen_url: '',
+          ss_url: 
'/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191',
+          total_slides: 52
+        }
+      };
+      slideshare_object.slideshow_config = {};
+      $.extend(true, slideshare_object.slideshow_config, 
{"id":80298191,"is_private":false,"is_only_private":false,"stripped_title":"a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017","slide_count":52,"image_ready":true,"has_video":false,"video_slides_count":0,"page":null,"image_bucket_location":"https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817","ppt_location":"abravenewworldinmutablebigdata-relationalstorag
 [...]
+    </script>
+
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/assets/ss_foundation/core-utils.b571b5a192d22fef883d.js";></script>
+
+    
+
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/assets/ss_foundation/global.b4d7eea62e5fe7052170.js";></script>
+
+    
+
+    
+
+    <link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/bigboot/modal_share.4f420759c85553a9472b.css";
 media="screen" />
+<link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/share-clipboard-modal.a9abc0e857ee432d7819.css";
 media="screen" />
+<link rel="stylesheet" 
href="https://public.slidesharecdn.com/v2/stylesheets/bigboot/mobile_list_items.855daa4963cf55d9a7f2.css";
 media="screen" />
+  </head>
+
+  <body id="pagekey-slideshare_desktop_slideview_embed_code_loggedout" 
style="border:0;margin:0;padding:0;width:100%;height:100%;overflow:hidden;" 
class="">
+    
+<div
+  id="new-player"
+  data-slideshow-id=""
+  class="presentation-player embed "
+>
+  <div id="stage">
+    
+
+      <div class="inbetween-overlay" id="inbetween-overlay-1">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-1-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-1" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-2">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-2-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-2" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-3">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-3-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-3" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-4">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-4-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-4" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-5">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-5-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-5" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-6">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-6-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-6" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-7">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-7-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-7" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-8">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-8-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-8" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-9">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-9-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-9" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+  <div class="inbetween-overlay" id="inbetween-overlay-10">
+    <div class="ad-inner">
+      
+<div class="ad-container  interstitial" id="interstitial-ad-10-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-10" style="min-width: 200px; min-height: 50px;" 
class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+      <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+        <span class="ad-skip-message">Skip to next slide</span>
+        <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+        <span class="ad-countdown">3</span></button>
+    </div>
+    <div class="ad-label-wrapper">
+      <div class="ad-label-container">
+        <span>Ad</span>
+      </div>
+    </div>
+  </div>
+
+<div class="inbetween-overlay" id="inbetween-overlay-video">
+  <div class="ad-inner">
+    
+<div class="ad-container  interstitial" id="interstitial-ad-video-container" 
data-index="0">
+  <div class="ad-inner-wrapper">
+    <div id="interstitial-ad-video" style="min-width: 200px; min-height: 
50px;" class="google-ad">
+    </div>
+      <a 
+        class="fallback-ad-container"
+        target="_blank"
+        aria-label="Ad for Scribd subscription"
+        rel="noopener noreferrer"
+        alt="Ad for Scribd subscription"
+        href="https://www.scribd.com/slideshare";>
+          <div class="fallback-ad en"></div>
+      </a>
+  </div>
+</div>
+    <div 
class="video-ad-loading-indicator"><div></div><div></div><div></div><div></div></div>
+    <button type="button" class="skip-ad-button waiting-to-skip" 
disabled="disabled">
+      <span class="ad-skip-message">Skip to next slide</span>
+      <span class="ad-skip-countdown-message">You can skip to the next slide 
in</span>
+      <span class="ad-countdown">3</span>
+    </button>
+    <button type="button" aria-label="Change Volume" class="volume-control"><i 
class="icon-low-volume"></i></button>
+  </div>
+  <div class="ad-label-wrapper">
+    <div class="ad-label-container">
+      <span>Ad</span>
+    </div>
+  </div>
+  <button class="close-sticky-video" type="button" aria-label="Close 
ad">&#215;</button>  
+</div>
+
+<div class="inbetween-overlay" id="inbetween-overlay-default-video">
+  <div id="video-container">
+    <a 
+      target="_blank"
+      aria-label="Ad for Scribd subscription"
+      rel="noopener noreferrer"
+      alt="Ad for Scribd subscription"
+      href="https://www.scribd.com/slideshare";>
+      <video id="inbetween-video" webkit-playsinline playsinline 
type="video/mp4">
+        Your browser does not support the video tag.
+        <track
+          label="English"
+          kind="subtitles"
+          srclang="en"
+          src="/videos/ads/video_reading_translations/english.vtt"
+          default />
+        <track
+          label="Deutsch"
+          kind="subtitles"
+          srclang="de"
+          src="/videos/ads/video_reading_translations/german.vtt"
+           />
+        <track
+          label="Español"
+          kind="subtitles"
+          srclang="es"
+          src="/videos/ads/video_reading_translations/spanish.vtt"
+           />
+        <track
+          label="Francais"
+          kind="subtitles"
+          srclang="fr"
+          src="/videos/ads/video_reading_translations/french.vtt"
+           />
+        <track
+          label="Portugese"
+          kind="subtitles"
+          srclang="pt"
+          src="/videos/ads/video_reading_translations/portugese.vtt"
+           />
+      </video>
+    </a>
+    <button type="button" aria-label="Change Volume" class="volume-control"><i 
class="icon-low-volume"></i></button>
+  </div>
+  <button type="button" class="skip-ad-button">
+    <span class="ad-skip-message">Skip to next slide</span>
+  </button>
+  <div class="ad-label-wrapper">
+    <div class="ad-label-container">
+      <span>Ad</span>
+    </div>
+  </div>
+  <button class="close-sticky-video" type="button" aria-label="Close 
ad">&#215;</button>  
+</div>
+    <div id="slide-container" data-cy="slide-container" tabindex="0">
+        <div class="slide current" id="slide-0" data-index="0">
+              <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-1-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-1-638.jpg?cb=1667498442
 638w, https://image.slidesharecdn [...]
+A brave new world in mutable big data:
+Relational storage
+Todd Lipcon
+Software Engi..." data-index="1" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-1-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-1-320.jpg?cb=1667498442
 320w, https://image.slidesharec [...]
+          
+</div>        <div class="slide" id="slide-1" data-index="1">
+              <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-2-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-2-638.jpg?cb=1667498442
 638w, https://image.slidesharecdn [...]
+Introduction
+ " data-index="2" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-2-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-2-320.jpg?cb=1667498442
 320w, https://image.slidesharecdn.com/abravene [...]
+          
+</div>        <div class="slide" id="slide-2" data-index="2">
+              <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-3-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-3-638.jpg?cb=1667498442
 638w, https://image.slidesharecdn [...]
+About me
+• Engineer at Cloudera since 2009
+• Hadoop core (HDFS, MR1)
+• HBase stabil..." data-index="3" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-3-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-3-320.jpg?cb=1667498442
 320w, https://image.slideshare [...]
+          
+</div>        <div class="slide" id="slide-3" data-index="3">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-4-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-4-638.jpg?cb=1667498442
 638w, https://image.slidesharec [...]
+A brief history of databases
+Incomplete,distilled, and semi-accurate
+ " data-index="4" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-4-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-4-320.jpg?cb=1667498442
 320w, https://image.slidesharec [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-4" data-index="4">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-5-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-5-638.jpg?cb=1667498442
 638w, https://image.slidesharec [...]
+1960s, 1970s
+ " data-index="5" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-5-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-5-320.jpg?cb=1667498442
 320w, https://image.slidesharec [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-5" data-index="5">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-6-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-6-638.jpg?cb=1667498442
 638w, https://image.slidesharec [...]
+“A database system where an application developer directly uses an
+application prog..." data-index="6" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-6-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-6-320.jpg?cb=1667498442
 320w, https:/ [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-6" data-index="6">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-7-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-7-638.jpg?cb=1667498442
 638w, https://image.slidesharec [...]
+Probably the only slide at Strata with COBOL on it
+Source: http://www.mainframes360..."; data-index="7" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-7-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-7-320.jpg?cb=16674984
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-7" data-index="7">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-8-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-8-638.jpg?cb=1667498442
 638w, https://image.slidesharec [...]
+Failings of ISAM/VSAM
+A Relational Model of Data for Large Shared Data Banks (Codd,..." 
data-index="8" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-8-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-N
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-8" data-index="8">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-9-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-9-638.jpg?cb=1667498442
 638w, https://image.slidesharec [...]
+Origins of SQL (1974)
+• Originally SEQUEL (Structured English QUEry Language)
+• Ren..." data-index="9" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-9-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-9-320.jpg?cb=1667498442
 320w, https://image.slid [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-9" data-index="9">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-10-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-10-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Explosion of SQL Popularity
+• IBM, Oracle, Microsoft, Informix, and others joined ..." data-index="10" 
loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-10-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-20
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-10" data-index="10">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-11-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-11-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+ORCL
+ " data-index="11" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-11-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-11-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-11" data-index="11">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-12-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-12-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+ " data-index="12" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-12-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-12-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-12" data-index="12">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-13-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-13-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+All good things must come to an end?
+ " data-index="13" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-13-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-13-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-13" data-index="13">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-14-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-14-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+ " data-index="14" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-14-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-14-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-14" data-index="14">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-15-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-15-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+The beginnings of the NoSQL “movement”
+ " data-index="15" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-15-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-15-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-15" data-index="15">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-16-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-16-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+ " data-index="16" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-16-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-16-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-16" data-index="16">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-17-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-17-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+First ever NoSQL meetup (2009)
+ " data-index="17" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-17-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-17-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-17" data-index="17">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-18-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-18-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Jay Kreps (Confluent)
+Me!
+ " data-index="18" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-18-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-18-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-18" data-index="18">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-19-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-19-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+I wasn’t keen on the
+NoSQL buzzword!
+ " data-index="19" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-19-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-19-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-19" data-index="19">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-20-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-20-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+NoSQL search interest over time
+What happened in
+Jan 2012???
+ " data-index="20" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-20-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-20-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-20" data-index="20">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-21-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-21-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+NoSQL complaints
+• Tool compatibility? BI? ETL? ORMs?
+• Consistency
+• denormalizat..." data-index="21" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-21-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-21-320.jpg?cb=1667498442
 320w, https: [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-21" data-index="21">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-22-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-22-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+credit @jrecursive (2010)
+f***
+ " data-index="22" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-22-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-22-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-22" data-index="22">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-23-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-23-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Not-Only SQL
+People wanted their SQL back, and NoSQL
+developers gave it!
+• Cassand..." data-index="23" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-23-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-23-320.jpg?cb=1667498442
 320w, https://ima [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-23" data-index="23">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-24-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-24-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Meanwhile in RDBMS land
+Original complaints still relevant?
+Most OLTP apps fit in ..." data-index="24" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-24-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-24-320.jpg?cb=1667498442
 320w [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-24" data-index="24">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-25-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-25-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+“It is perhaps fair to say that from the perspective of many
+engineers working on ..." data-index="25" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-25-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-25-320.jpg?cb=1667498442
 320w, [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-25" data-index="25">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-26-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-26-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Part 2:
+Evaluating a Not-Only SQL Database
+ " data-index="26" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-26-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-26-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-26" data-index="26">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-27-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-27-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+What kind of application?
+• OLTP? OLAP? HTAP (Hybrid Transactional/Analytic Proces..." data-index="27" 
loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-27-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-27" data-index="27">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-28-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-28-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+HTAP Application Architecture
+• Realtime ingest (high performance writes)
+• Throug..." data-index="28" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-28-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-28-320.jpg?cb=1667498442
 320w, https://imag [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-28" data-index="28">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-29-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-29-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Evaluating an HTAP Data Store
+• SQL support
+• Semantics (eventual vs strict consis..." data-index="29" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-29-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-29-320.jpg?cb
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-29" data-index="29">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-30-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-30-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Original usecase Deployment Semantics
+HBase Web indexing Anywhere single-row ACID
+..." data-index="30" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-30-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-30-320.jpg?cb=1667498442
 320w, https://image.slides [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-30" data-index="30">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-31-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-31-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Not-Only-SQL in Depth:
+Comparing Cloud Spanner and Kudu+Impala
+ " data-index="31" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-31-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-31-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-31" data-index="31">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-32-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-32-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Apache Kudu: Scalable and fast tabular storage
+Scalable
+• Tested up to 275 nodes (..." data-index="32" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-32-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-32-320.jpg?cb=1667498442
  [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-32" data-index="32">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-33-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-33-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Cloud Spanner at a glance
+ " data-index="33" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-33-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-33-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-33" data-index="33">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-34-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-34-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Kudu vs Spanner: Consistency and Availability
+Kudu Spanner Winner?
+Concurrency
+con..." data-index="34" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-34-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-34-320.jpg?cb=1667498442
 320w, https://image.sli [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-34" data-index="34">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-35-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-35-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Kudu vs Spanner: Data Access
+Kudu Spanner Winner?
+Programmatic
+APIs
+Java, C++,
+Pyt..." data-index="35" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-35-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-35-320.jpg?cb=1667498442
 320w, https://image.sli [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-35" data-index="35">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-36-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-36-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Kudu Spanner Winner?
+Partitioning Hash or range,
+explicit
+Range only
+(automatic)
+&lt;..." data-index="36" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-36-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-36-320.jpg?cb=1667498442
 320w, https://image.sl [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-36" data-index="36">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-37-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-37-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Checkpoint so far
+• Systems are really pretty similar
+• No accident - Kudu’s repli..." data-index="37" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-37-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-37-320.jpg?cb=166749844
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-37" data-index="37">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-38-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-38-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Spanner Storage - SSTable / Log-Structured Merge
+• SSTable (sorted-string table)
+•..." data-index="38" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-38-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-38-320.jpg?cb=1667498442
 320w, https://image.slide [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-38" data-index="38">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-39-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-39-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+base columnar data
+Kudu Storage - Columnar + Deltas
+• Stores most of its data in a..." data-index="39" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-39-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-39-320.jpg?cb=1667498
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-39" data-index="39">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-40-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-40-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+So how much does it really
+matter?
+Analytics benchmarks
+ " data-index="40" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-40-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-40-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-40" data-index="40">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-41-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-41-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Benchmark setup
+Cloud Spanner
+5 “nodes” (unknown specs)
+us-central1 region (multi-..." data-index="41" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-41-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-41-320.jpg?cb=1667498442
  [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-41" data-index="41">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-42-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-42-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Test 1: TPCH Data Loading
+• Used a separate node to load the TPC-H “LINEITEM” tabl..." data-index="42" 
loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-42-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-42" data-index="42">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-43-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-43-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Test 2: TPCH Queries
+• SELECT COUNT(*)
+• TPCH Q1, Q6: simple GROUP BY/SUM/COUNT wh..." data-index="43" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-43-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-43-320.j
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-43" data-index="43">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-44-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-44-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Test 3: YCSB Loading
+• Standard YCSB benchmark
+• Configured as recommended in the
+..." data-index="44" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-44-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-44-320.jpg?cb=1667498442
 320w, https://image.slides [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-44" data-index="44">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-45-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-45-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+YCSB Throughput (Load and random-read)
+ " data-index="45" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-45-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-45-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-45" data-index="45">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-46-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-46-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+YCSB Latencies (for read workload)
+ " data-index="46" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-46-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-46-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-46" data-index="46">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-47-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-47-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+YCSB Workload A (50/50 read/write mix)
+Kudu is not optimized for high update-rate ..." data-index="47" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-47-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-47-320.j
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-47" data-index="47">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-48-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-48-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Benchmark summary
+• Kudu ingests data at least 4x faster
+• Stability issues with C..." data-index="48" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-48-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-48-320.jpg?cb=1667498442
 3 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-48" data-index="48">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-49-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-49-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Conclusions
+ " data-index="49" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-49-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-49-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-49" data-index="49">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-50-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-50-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Conclusions
+• NoSQL and SQL are converging again
+• We now get “best of both worlds..." data-index="50" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-50-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-50-320.jpg?cb=1667
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-50" data-index="50">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-51-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-51-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+Acknowledgements
+• Spanner team for publishing papers, especially SIGMOD 2017 (“Sp..." 
data-index="51" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-51-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-St
 [...]
+              </noscript>
+          
+</div>        <div class="slide" id="slide-51" data-index="51">
+              <noscript class="loading-lazy">
+                <picture><source 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-52-320.jpg?cb=1667498442
 320w, 
https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-52-638.jpg?cb=1667498442
 638w, https://image.slideshar [...]
+kudu.apache.org
+@tlipcon | @ApacheKudu
+ " data-index="52" loading="lazy" 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-52-320.jpg?cb=1667498442";
 
srcset="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-52-320.jpg?cb=1667498442
 320w, https://image.slidesha [...]
+              </noscript>
+          
+</div>        <div class="slide-end-trap"></div>
+    </div>
+    <div class="rightpoint pointly"></div>
+    <div class="leftpoint pointly"></div>
+  </div>
+
+  
+  
+  <div class="modal-share new-player-share" style="display: none;" 
id="slideview-modal-share" data-ga-track-category="bigfoot_slideview">
+  <div class="j-modal-popup modal-popup" role="dialog" 
aria-labelledby="button-share-tab">
+    <div class="modal-content-wrapper">
+      <div class="j-modal-content modal-content" 
id="share-screen-modal-content" data-slideshowid="">
+        <button type="button" class="j-modal-close modal-close" 
aria-label="Close"></button>  
+        <header class="j-tabs tabs">
+          <a id="button-share-tab" role="button" class="selected 
j-button-share-tab">Share SlideShare</a>
+          <hr class="divider"/>
+        </header>
+      
+        <div>
+          <div>
+            <ul class="j-share-social-list share-social-list" 
data-canonical-url="https://www.slideshare.net/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191";>
+              <li class="facebook" data-network="facebook">
+                <div class="social-hover">
+                  <a class="share-link" rel="nofollow" 
data-url="https://www.slideshare.net/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191";
 title="Share on Facebook" href="#">Facebook</a>
+                </div>
+              </li>
+              <li class="twitter" data-network="twitter">
+                <div class="social-hover">
+                  <a class="share-link" rel="nofollow"  
data-url="https://www.slideshare.net/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191";
 data-text="A brave new world in mutable big data relational storage (Strata 
NYC 2017) by @tlipcon #database #kudu" data-related="" data-via="SlideShare" 
title="Tweet on Twitter" href="#">Twitter</a>
+                </div>
+              </li>
+              <li class="linkedin" data-network="linkedin">
+                <div class="social-hover">
+                  <a class="share-link" rel="nofollow" 
data-url="https://www.slideshare.net/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191";
 data-text="A brave new world in mutable big data  relational storage (Strata 
NYC 2017) by Todd Lipcon via slideshare" title="Share on Linkedin" 
href="#">LinkedIn</a>
+                </div>
+              </li>
+            </ul>
+          </div>
+          <div class="j-share-embed section share-embed">
+            <label class="header" for="share-embed-link">Embed</label>
+            <textarea id="share-embed-link" class="j-share-embed-link 
j-share-expand-trigger" readonly data-ga="link"></textarea>
+            <div class="share-embed-options j-share-expand">
+              <div class="embed-size">
+                <label class="title" for="embed-size-picker">Size (px)</label>
+                <select class="j-embed-size-picker embed-size-picker 
j-update-embed" id="embed-size-picker" data-ga="size-picker"></select>
+              </div>
+              <div class="embed-show-related" style="display:none">
+                <input type="checkbox" name="related-content" 
checked="checked" class="j-embed-related-cbox embed-related-cbox 
j-update-embed" data-ga="related">
+                <span>Show related SlideShares at end</span>
+              </div>
+            </div>
+          </div>
+          <div class="wordpress-container section">
+            <label class="header" for="share-embed-wp">WordPress 
Shortcode</label>
+            <input type="text" name="embed-code" id="share-embed-wp" value="" 
readonly="readonly" class="j-share-embed-wp text quiet h-wpembedcode 
j-share-expand-trigger" data-ga="wp-link">
+          </div>
+          <div class="share-link-container section">
+            <label class="header" for="share-link-url">Link</label>
+            <input type="text" class="j-share-link-url j-share-expand-trigger" 
id="share-link-url" data-ga="link" readonly>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div><!-- share modal -->
+
+  <div id="lastScreen" style="display: none;">
+    <div class="lastScreen">
+  <div class="jsplLastScreenOverlay j-last-screen-overlay"></div>
+  <div class="pro-overlay j-lastscreen">
+      <ul class="lastActions j-last-screen-actions">
+        <li class="share-cta j-share-cta lastscreen-share-cta"><a 
class="share-btn"><span class="lastScreen-sprite"></span>Share</a></li>
+        <li class="email-cta j-email-cta"><a class="email-btn"><span 
class="lastScreen-sprite"></span>Email</a></li>
+        <li class="replay last">
+          <a class="replay-btn lastScreenReplay j-tooltip 
j-last-screen-replay" data-original-title="View again" title="View again">
+            <span class="lastScreen-sprite">&nbsp;</span>
+          </a>
+        </li>
+        <li class="close-btn lastScreen-sprite j-lastscreen-close">
+          <a>&nbsp;</a>
+        </li>
+      </ul>
+      <div class="related-presentations j-lastscreen-related">
+        <ul class="presentation-list">
+          <li>
+          <a href="/slideshow/the-impala-cookbook-42530186/42530186" 
title="The Impala Cookbook" target="_blank">
+            <img class="j-thumbnail" 
data-original="https://cdn.slidesharecdn.com/ss_thumbnails/impala-cookbook-141209115356-conversion-gate01-thumbnail.jpg?width=320&amp;height=320&amp;fit=bounds";
 alt="The Impala Cookbook" />
+            <span class="presentation-meta">
+              <span class="title">The Impala Cookbook</span>
+              <span class="author">by&nbsp;Cloudera, Inc.</span>
+              <span class="view-count">91418&nbsp;views</span>
+            </span>
+          </a>
+          </li>
+        </ul>
+      </div>
+  </div> <!-- end of div class pro-overlay -->
+</div><!-- last screen ends here -->
+
+  </div>
+
+  <div id="filmstrip" style="display: none;">
+  <div class="filmstrip-lens">
+    <img
+      
src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
+      class="filmstrip-lens-image"
+      alt="">
+    <span class="top-clip-label">Top clipped slide</span>
+  </div>
+  <ul id="filmstrip-list">
+      <li id="thumbnail-0" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-1-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-1" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-2-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-2" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-3-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-3" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-4-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-4" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-5-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-5" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-6-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-6" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-7-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-7" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-8-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-8" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-9-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-9" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-10-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-10" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-11-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-11" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-12-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-12" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-13-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-13" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-14-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-14" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-15-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-15" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-16-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-16" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-17-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-17" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-18-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-18" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-19-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-19" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-20-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-20" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-21-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-21" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-22-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-22" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-23-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-23" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-24-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-24" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-25-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-25" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-26-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-26" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-27-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-27" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-28-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-28" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-29-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-29" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-30-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-30" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-31-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-31" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-32-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-32" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-33-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-33" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-34-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-34" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-35-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-35" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-36-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-36" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-37-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-37" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-38-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-38" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-39-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-39" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-40-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-40" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-41-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-41" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-42-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-42" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-43-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-43" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-44-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-44" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-45-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-45" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-46-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-46" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-47-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-47" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-48-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-48" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-49-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-49" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-50-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-50" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-51-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+      <li id="thumbnail-51" style="margin: 4px;" class="filmstrip-item">
+        <noscript class="loading-lazy">
+          <img 
src="https://image.slidesharecdn.com/abravenewworldinmutablebigdata-relationalstoragestratanyc2017-170929174817/85/A-brave-new-world-in-mutable-big-data-relational-storage-Strata-NYC-2017-52-320.jpg?cb=1667498442";
 class="filmstrip-thumb" loading="lazy" alt="">
+        </noscript>
+      </li>
+  </ul>
+</div>
+
+  <div id="player-toolbar">
+  <div id="player-toolbar-left-actions" class="player-toolbar-item">
+      <a
+        type="button"
+        data-action="share"
+        
href=https://www.slideshare.net/slideshow/a-brave-new-world-in-mutable-big-data-relational-storage-strata-nyc-2017/80298191
+        class="link view-on-ss"
+        aria-label="View on SlideShare"
+      >
+        View on SlideShare
+      </a>
+  </div>
+  <div id="player-navigation" class="player-toolbar-item">
+    <button
+      type="button"
+      id="previous-slide" 
+      data-cy="previous-button"
+      aria-label="Previous Slide"
+      disabled
+    >
+      <i class="icon-chevron-left"></i>
+    </button>
+    <span class="slide-index" aria-live="polite" aria-atomic="true">
+      <span data-cy="current-slide-number" class="current-slide-number 
j-current-slide">1</span> of <span class="total-slides j-total-slides">52</span>
+    </span>
+    <span class="ad-notification">Ad</span>
+    <button
+      type="button"
+      id="next-slide"
+      data-cy="next-button"
+      aria-label="Next Slide"
+      > 
+      <i class="icon-chevron-right"></i>
+    </button>
+  </div>
+  <div id="player-toolbar-right-actions" class="player-toolbar-item">
+    <div class="zoom-slide">
+      <button
+        type="button"
+        class="zoom-in"
+        aria-label="Zoom In">
+        <i class='icon-zoom-in'></i>
+      </button>
+      <button
+        type="button"
+        class="zoom-out"
+        aria-label="Zoom Out">
+        <i class='icon-zoom-out'></i>
+      </button>
+    </div>
+    <button
+      type="button"
+      id="fullscreen"
+      aria-label="View Fullscreen"
+    >
+      <i class="icon-focus fullscreen-icon"></i>
+    </button>
+  </div>
+
+</div>
+  
+<div id="player-fullscreen-overlay">
+  <div id="overlay-player-left">
+    <button
+      type="button"
+      id="overlay-previous-slide"
+      data-cy="overlay-previous-button"
+      aria-label="Previous Slide"
+      disabled
+    >
+      <i class="icon-chevron-left"></i>
+    </button>
+  </div>
+  <div id="overlay-player-top" class="no-download-or-clip">
+    <div class="button-container">
+      
+
+
+    </div>
+  </div>
+  <div id="overlay-player-bottom">
+    <div id="player-fullscreen-navigation" class="player-toolbar-item">
+      <span class="slide-index" aria-live="polite" aria-atomic="true">
+        <span data-cy="current-slide-number" class="current-slide-number 
j-current-slide">1</span> of <span class="total-slides j-total-slides">52</span>
+      </span>
+      <span class="ad-notification">Ad</span>
+    </div>
+    <div class="content-right">
+      <div class="zoom-slide">
+        <button
+          type="button"
+          class="zoom-in"
+          aria-label="Zoom In">
+          <i class='icon-zoom-in'></i>
+        </button>
+        <button
+          type="button"
+          class="zoom-out"
+          aria-label="Zoom Out">
+          <i class='icon-zoom-out'></i>
+        </button>
+      </div>
+      <button
+        type="button"
+        id="exit-fullscreen"
+        aria-label="Exit Fullscreen"
+      >
+        <i class="icon-compress exit-fullscreen-icon"></i>
+      </button>
+    </div>
+  </div>
+  <div id="overlay-player-right">
+    <button
+      type="button"
+      id="overlay-next-slide"
+      data-cy="overlay-next-button"
+      aria-label="Next Slide"
+      > 
+      <i class="icon-chevron-right"></i>
+    </button>
+  </div>
+</div>
+
+</div>
+
+
+    <script>
+    window.feature_flags = {
+      disable_facebook: true,
+      document_interstitials_flag: true,
+      minimalist_header: false,
+      recommendation_impression_tracking: true,
+      search_results_tracking: true, 
+      view_restriction_without_subscription_after_five: true,
+    };
+</script>
+
+    <script>
+    window.ab_tests = {"excluded_user":{"value":"true","version":0}}
+  window.nway_tests = 
{"example":"B","fullscreen_view":"C","gallery_view":"B","nextjs_profile":"B","nextjs_profile_v2":"B","reading_modes":"A","recs_placement":"A","recs_placement_v2":"A","single_slide_view_v2":"A"}
+</script>
+
+
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/assets/vendor/jquery.scrollTo-1.4.4.min.7cc631ba92c138760915.js";></script>
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/packs/combined_analytics.8b90d21d8b1a1135751c.js";></script>
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/packs/combined_base.a796147d1c6cac7604d0.js";></script>
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/packs/combined_foundation.0e781a4ba4332fa80881.js";></script>
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/packs/combined_player.1aa966d69843d108d291.js";
 defer="defer"></script>
+    <script 
src="https://public.slidesharecdn.com/v2/javascripts/assets/tracking/page-view.9fd861b8fd38997861ea.js";></script>
+  </body>
+</html>

Reply via email to