Depth of nested fields in MongoDB

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 =…

How to Rock with MyRocks !!

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…