[02:25:58] <coderman2> in a mongo cluster does the config server need a lot of storage space?
[03:23:35] <shlant> anyone know what this is trying to tell me? Password wrong? "SCRAM-SHA-1 authentication failed for user1 on admin from client 172.17.0.38 ; AuthenticationFailed SCRAM-SHA-1 authentication failed, storedKey mismatch"
[04:20:48] <shlant> it seems even though I have /tv as the database in this uri string: 'mongodb://user:pass@10.0.0.1,user:pass@10.0.0.2l,user:pass@10.0.0.3/tv?readPreference=secondaryPreferred&replicaSet=rp0' I am getting this in the logs: 'SCRAM-SHA-1 authentication failed for user on admin from client 172.17.0.52 ; UserNotFound Could not find user user@admin'
[04:21:02] <shlant> why is it not authentication against the tv db?
[04:21:56] <shlant> do I need to specify uri.authSource?
[10:27:31] <rusty78> Hey guys if I'm trying to delete a document in a schema (such as the _id), what would that command look like in Node?
[14:27:05] <marshall> if you had a document, say, an apartment rental listing, and you wanted to store the photos of that apartment, how would you go about storing those photos?
[14:27:13] <kuter> guys, i've got table, and one of attributes has value like [{grade: 1}, {grade: 2}, {grade: 3}] if there is any possibilyty to get avg value ?
[20:34:15] <boboc> guys, if i have an embeded array of objects [{key1:val1, key2:val2},...] how can i sort the embeded array?
[22:31:02] <joannac> I wouldn't go crazy though, the more you have, the more load on your config servers
[22:31:37] <Doyle> Gotcha. So Put a few in the primary location, then I can keep just one in each secondary.
[22:32:03] <Doyle> Can you have more than 3 config servers as long as you keep the number odd?
[22:33:24] <Doyle> Is there any in-depth discussion on setting up a distributed mongodb that covers things like this? Placing config servers in different geographic locations, etc.
[22:36:04] <joannac> Doyle: no. 3 config servers in production.
[22:36:34] <Doyle> OK. Gotta trust the docs I guess.