[00:51:24] <goldstar> I am trying to sort on a unique index in asc order, but keep getting: "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."
[00:51:36] <goldstar> Anyone know how I can fix this ?
[00:52:14] <goldstar> it should work since the column is indexed, unless the unique index is only for desc or something
[00:52:27] <goldstar> or maybe I need a different type of index?
[05:47:45] <trelane> which servers in a shard need --shardsvr
[09:41:51] <mrus> hey there! Is there any way to connect to a specific secondary in a MongoDB replica set?
[13:58:20] <mrus> so, apparently the MongoDB Go driver (which is in beta now) doesn't support connections to a secondary as well. At least with the short snipped that I tested it errors with "server selection timeout".
[14:00:13] <mrus> Good question! Let me check that and get back in a moment..
[14:06:07] <mrus> Hm. It only says " [listener] connection accepted from 10.1.2.79:39258 #39 (20 connections now open)" and "[conn39] end connection 10.1.2.79:39258 (19 connections now open)" right after.
[14:07:35] <Derick> well, it's not released yet as a GA release
[14:29:09] <mrus> Derick: I haven't found out how to get more debug output from the driver, but I found out that adding options.Client().SetSingle(true) helped with the connection issue