com presentations: Removed sharding, as it's not part of the abstract and I'm not going to have the time anyway: slides/mongodb/half-tutorial-topics.xml sql2nosql-sunshine17.xml

[email protected] (Derick Rethans) Thu, 02 Feb 2017 15:42:53 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    04dd2c38f6db41a83a1a117cd7225e5c0487b50e
Author:    Derick Rethans <[email protected]>         Thu, 2 Feb 2017 10:42:53 -0500
Parents:   ec9211723b5d052f7f402e73508a8af3d3904a38
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=04dd2c38f6db41a83a1a117cd7225e5c0487b50e

Log:
Removed sharding, as it's not part of the abstract and I'm not going to have the time anyway

Changed paths:
  M  slides/mongodb/half-tutorial-topics.xml
  M  sql2nosql-sunshine17.xml


Diff:
diff --git a/slides/mongodb/half-tutorial-topics.xml b/slides/mongodb/half-tutorial-topics.xml
index 1a9a69c..eb7f238 100644
--- a/slides/mongodb/half-tutorial-topics.xml
+++ b/slides/mongodb/half-tutorial-topics.xml
@@ -7,7 +7,6 @@
 	<bullet>Schema Design</bullet>
 	<bullet>Indexes</bullet>
 	<bullet>Introduction to Replication</bullet>
-	<bullet>Introduction to Sharding</bullet>
 	<bullet>Questions and Answers</bullet>
 </list>
 </slide>
diff --git a/sql2nosql-sunshine17.xml b/sql2nosql-sunshine17.xml
index f50b513..cb8d312 100644
--- a/sql2nosql-sunshine17.xml
+++ b/sql2nosql-sunshine17.xml
@@ -183,43 +183,6 @@ Add slide about unique indexes.
 <slide>slides/mongodb/php-connection-string.xml</slide>
 <slide>slides/mongodb/repl-eventual-consistency.xml</slide>
 
-<!-- SHARDING -->
-<slide>slides/mongodb/section-sharding.xml</slide>
-<slide>slides/mongodb/sharding-agenda.xml</slide>
-<slide>slides/mongodb/sharding-the-story.xml</slide>
-<slide>slides/mongodb/sharding-vertical-scale.xml</slide>
-<slide>slides/mongodb/sharding-horizontal-scale.xml</slide>
-<slide>slides/mongodb/sharding-data-store-old.xml</slide>
-<slide>slides/mongodb/sharding-data-store-now.xml</slide>
-<slide>slides/mongodb/sharding-why.xml</slide>
-<slide>slides/mongodb/sharding-working-set.xml</slide>
-<slide>slides/mongodb/sharding-throughput.xml</slide>
-<slide>slides/mongodb/sharding-mongo-approach.xml</slide>
-<slide>slides/mongodb/sharding-partition.xml</slide>
-<slide>slides/mongodb/sharding-chunks.xml</slide>
-<slide>slides/mongodb/sharding-manages.xml</slide>
-<slide>slides/mongodb/sharding-auto-shard.xml</slide>
-<slide>slides/mongodb/sharding-architecture.xml</slide>
-<slide>slides/mongodb/sharding-shard.xml</slide>
-<slide>slides/mongodb/sharding-config-server.xml</slide>
-<slide>slides/mongodb/sharding-mongos-manages.xml</slide>
-<slide>slides/mongodb/sharding-infrastructure.xml</slide>
-<slide>slides/mongodb/sharding-configuration.xml</slide>
-
-<slide>slides/mongodb/sharding-shard-key.xml</slide>
-<slide>slides/mongodb/sharding-key-considerations.xml</slide>
-- hashed shard keys can help with the 512-byte size limitation
-
-<slide>slides/mongodb/sharding-key-example.xml</slide>
-<slide>slides/mongodb/sharding-key-example2.xml</slide>
-<slide>slides/mongodb/sharding-connecting.xml</slide>
-
-<slide>slides/mongodb/sharding-mechanics.xml</slide>
-<slide>slides/mongodb/sharding-partitioning.xml</slide>
-<slide>slides/mongodb/sharding-chunk-is-range.xml</slide>
-<slide>slides/mongodb/sharding-chunk-splitting.xml</slide>
-<slide>slides/mongodb/sharding-balancing.xml</slide>
-
 <slide>slides/mongodb/questions.xml</slide>
 <slide>slides/mongodb/resources.xml</slide>
 </presentation>