[00:33:53] <_blizzy_> dimon222, thanks for the link, but I had a question about mgo that I needed to ask.
[01:21:00] <benji__> Anyone know how to use widcards in $match in aggregate? I want to get all records containing variations of a word. e.g. { $match : { term : 'rock' } } seems to be exact matches
[01:47:33] <dimon222> you have choice, fulltext index or regex
[01:47:54] <dimon222> $regex : /rock/ is one of the ways
[01:48:24] <benji__> dimon222: Thank man. I ended up figuring it out: went with { $match : { term : { $regex : "rock" } } }
[01:49:40] <benji__> at 1.50am in the morning, trying to get through this coursework, optimising my queries is low priority... lol
[02:00:03] <benji__> dimon222: for a question like: List the names of the 10 artists with the most songs associated with them, along with the number of tracks per artist.
[02:14:36] <benji__> Yeah - sorry just meant with the grouping and counting
[02:14:49] <benji__> Totally, Totally new to this language
[02:25:54] <benji__> dimon222: yeah.. thats not right. It seems to be trying to add the value of those fields instead of count number number of them. Eugh.
[02:48:34] <benji__> Would anyone be around to give me some help with a few queries I am trying to run?
[06:17:10] <delinquentme> Is there a rule of thumb when I'll need to start sharding a nosql DB?
[06:17:27] <delinquentme> someone earlier had suggested so long as all the data fits within RAM ... IDK on that
[07:25:27] <parallel21> Is there a way I can retreive an array from multuple documents so it is not nested within the results
[08:02:45] <shalinisejwani> i am new to python and django i am trying to use mongodb as my primary database, django1.7, python3.4, but nothing works.. project wont migrate
[08:34:23] <Progz> Hi I am a new system administrator on a french company, and I've got a trouvle with a mongodb server. On this server we have 1000 mongodb database, one per website. I don't understand why my mongodb server is NOT consuming ram and stay at 599 MB of ram used.... result my load average is always increasing ....
[08:34:48] <Progz> For me, mongodb should use the maximum ram available so in my case 15 GB.
[08:37:01] <kkoders> really frustrating.. why with node+browserify i can't do require('mongojs') ?
[08:37:10] <kkoders> i keep getting 'cannot find module './commands/base_command'
[08:51:55] <NoOutlet> kkoders, are you asking this question in a Node.js IRC channel?