[15:21:38] <rittyan> Hi all. I have a question about performance (I am about to test it anyway though) of mongodb with large arrays (thousands of elements), no index on them, they will never be updated. I can't expect any problems due to document size growth since documents will be created, read and deleted (no updates). Are there any other caveats?
[16:49:39] <T-Sourcemaker> Can someone explain me the difference between Aggregation, Group and MapReduce? I try to migrate my application from couchdb to mongodb :)
[16:50:00] <T-Sourcemaker> and in couchdb there is just mapReduce
[17:40:00] <YouLoop> Hi, I am trying to set up a new mongoDB instance on a VPS. its connectable via shell, both from localhost and remotely, both showing any test data I create. Added a user and I can auth to that from the console locally, but connecting remotely I always get the following error:
[17:41:08] <YouLoop> and I can't find anything googling or in the docs about differences between a local connection and a remote one to the shell
[20:21:18] <troker> Hey all - Im looking for help updating a mongodb from Node. I currently have the two files written here http://fpaste.org/207737/83513791/ -- I would like to, at the bottom of songController, write a query that looks to see if a the user has an entry already ( userId : req.user._id ) and then update that entry with song object. If there is not an entry for that req.user._id I would like to create one. Any thoughts?
[20:35:32] <macabre> hey guys - i'm trying to create a user that will connect to my local database.. i followed the instructions on how to add a user but when i try to connet with that user i get a 'Failed to authenticate user@db'
[20:35:59] <StephenLynx> macabre have you tried user:pass@host/db?
[20:36:24] <StephenLynx> or user:pass@host:port/db?
[20:36:28] <StephenLynx> that is what worked for me.
[20:36:50] <macabre> StephenLynx: i'm getting a user not found error
[20:37:11] <macabre> so i don't think its the way i'm connecting
[20:38:03] <macabre> more so how i'm adding the user
[20:38:37] <macabre> i tried adding the user from the shell
[20:41:13] <macabre> well i just noticed my typo :P
[21:35:20] <joe1234> HI, I would like to know if I can ignore the schema design constraints chosen due to fragmentation and reallocation problems of memory mapped files if I switch to wiredTiger. (this is what it looks like at first sight, and it seems cool)
[21:41:20] <joe1234> I'm asking cos I can't find a definitive answer to that question.
[21:46:04] <joe1234> Like for example, are stuff like custom document padding and append-only collections still usefull with wiredTiger ?
[22:51:59] <afroradiohead> Have you guys ever ran into the issue whether git push your database to your remote server and it's not showing what's in the local?