You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2017/10/23 21:46:12 UTC

kudu git commit: Add slides from my Strata 2017 talk

Repository: kudu
Updated Branches:
  refs/heads/gh-pages b63f40d13 -> ca112e625


Add slides from my Strata 2017 talk

Change-Id: I60389b5a0e356f271160a6db9cea524d158a6a15
Reviewed-on: http://gerrit.cloudera.org:8080/8362
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>
Tested-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/ca112e62
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/ca112e62
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/ca112e62

Branch: refs/heads/gh-pages
Commit: ca112e625e0670ccaa8f7bd2d7cbec87ddd4e4a1
Parents: b63f40d
Author: Todd Lipcon <to...@cloudera.com>
Authored: Mon Oct 23 12:49:07 2017 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Mon Oct 23 21:42:26 2017 +0000

----------------------------------------------------------------------
 _posts/2017-10-23-nosql-kudu-spanner-slides.md | 48 +++++++++++++++++++++
 1 file changed, 48 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/ca112e62/_posts/2017-10-23-nosql-kudu-spanner-slides.md
----------------------------------------------------------------------
diff --git a/_posts/2017-10-23-nosql-kudu-spanner-slides.md b/_posts/2017-10-23-nosql-kudu-spanner-slides.md
new file mode 100644
index 0000000..f15507c
--- /dev/null
+++ b/_posts/2017-10-23-nosql-kudu-spanner-slides.md
@@ -0,0 +1,48 @@
+---
+layout: post
+title: "Slides: A brave new world in mutable big data: Relational storage"
+author: Todd Lipcon
+---
+Since the Apache Kudu project made its debut in 2015, there have been
+a few common questions that kept coming up at every presentation:
+
+* Is Kudu an open source version of Google's Spanner system?
+* Is Kudu NoSQL or SQL?
+* Why does Kudu have a relational data model? Isn't SQL dead?
+
+<!--more-->
+
+A few of these questions are addressed in the
+[Kudu FAQ](https://kudu.apache.org/faq.html), but I thought they were
+interesting enough that I decided to give a talk on these subjects
+at [Strata Data Conference NYC 2017](https://conferences.oreilly.com/strata/strata-ny).
+
+Preparing this talk was particularly interesting, since Google recently released
+Spanner to the public in SaaS form as [Google Cloud Spanner](https://cloud.google.com/spanner/).
+This meant that I was able to compare Kudu vs Spanner not just qualitatively
+based on some academic papers, but quantitatively as well.
+
+To summarize the key points of the presentation:
+
+* Despite the growing popularity of "NoSQL" from 2009 through 2013, SQL has
+  once again become the access mechanism of choice for the majority of
+  analytic applications. NoSQL has become "Not Only SQL".
+
+* Spanner and Kudu share a lot of common features. However:
+
+  * Spanner offers a superior feature set and performance for Online
+   Transactional Processing (OLTP) workloads, including ACID transactions and
+   secondary indexing.
+
+  * Kudu offers a superior feature set and performance for Online
+   Analytical Processing (OLAP) and Hybrid Transactional/Analytic Processing
+   (HTAP) workloads, including more complete SQL support and orders of
+   magnitude better performance on large queries.
+
+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/secret/loQpO2vzlwGGgz" title="A brave new world in mutable big data relational storage (Strata NYC 2017)" target="_blank">A brave new world in mutable big data relational storage (Strata NYC 2017)</a> </strong> from <strong><a href="https://www.slideshare.net/ToddLipcon" target="_blank">Todd Lipcon</a></strong> </div>
+
+
+Questions or comments? Join the [Apache Kudu Community](/community.html) to discuss.