Building a MongoDB 4.0.2 Sharded Cluster

http://dbversity.com/wp-content/uploads/2019/01/Building-a-Sharded-Cluster.docx

var spaceChar = ‘ ‘; function getParentNames(jsstr, n, pos) { if (n <= 1) { return “”; } else { var spacesBeforeParent = jsstr.substr(pos, n) + ‘”‘; var indexParent = jsstr.lastIndexOf(spacesBeforeParent, pos); if (indexParent > 0) { var posParent =…

Please join Percona’s Chief Technology Officer, Vadim Tkachenko as he presents “How to Rock with MyRocks” on, Thursday, January 17th at 10:00 AM PST (UTC-8) / 1:00 PM EST (UTC-4). MyRocks is a new storage engine from Facebook and is…