[00:06:14] <_cmplrz> this is very childish guys, why are you her. To help peopled or to pretend being funny and bully around. If it' the late then you need to find a better way of using your saturday nights
[00:10:18] <cjhanks> cmplrz, I missed the question, want to restate?
[00:12:02] <cmplrz> cjhanks: thank you sir. I appreciate your offer
[00:35:54] <tomshreds> Hi, I'm trying to get all things that has been published on a certain date. How can I do this?
[00:55:41] <tomshreds> cjhanks: does date ranges work the same? like { publishedDate: { $gte: new Date('2012-10-01'), $lt: new Date('2012-10-10') } } ?
[02:05:04] <airportyh> for which I got the result of { "result" : [ { "_id" : null, "total" : 1 } ], "ok" : 1 }
[02:05:38] <airportyh> it seems like $group's _id cannot be a nested field, otherwise it gets ignored
[02:05:50] <airportyh> is that true and is there a workaround to that?
[02:20:08] <dandv> Can anyone help with this question? http://stackoverflow.com/questions/12878662/what-exactly-is-the-difference-between-an-attribute-and-a-field-in-mongodb-t
[02:23:30] <airportyh> dandv: in a quick google search I am seeing attribute being used to mean fields in the database also
[02:23:54] <airportyh> I don't think there's a "standard" terminology
[02:44:34] <airportyh> dandv: in mongo terms records are actually called "documents" though, and "record sets" would probably correspond to "collections"
[03:47:34] <cmplrz> LouisT: i just learned this, I have one db with one collection and i need to extract a string. I managed to get to the row in the collection that I'm looking for using this
[04:22:56] <ianblenke1> yeah, I don't fully understand why that variables is needed for the findOne(). I think the find() is returning a cursor, where findOne() is returning the actual document.
[04:23:49] <LouisT> ianblenke1: i think that's how it works
[07:02:59] <nezZario> ok, never used mongodb (read some docs to see what it was about, far as I went) .. a friend of mine suggested I give it another shot, which I have no problem doing
[07:04:41] <nezZario> I have a fairly specific problem i need to solve, though ... To keep it generic say I have "manufactor" and "items" .. why I don't want to use a regular relational database with this, is I need to use "item templates" for each mfg
[07:06:42] <nezZario> for example ... mfg #1 might always be ship_from = 'US' for 9 out of 10 of their items .. i want to be able to specify, for any piece of data, instead of specifying a value, specify "pull from template [or parent, or /whatever/]" .. but, not just for blanks - or whatnot - i need to have a way to specify "no data" and "pull from parent" and it pull from a "template" for that mfg
[07:07:10] <nezZario> i cannot figure out a sane way to do that in mySQL, so seeking alternatives
[07:07:49] <nezZario> keep in mind, i must be able to search where ship_from = 'US' and it match even where ship_from is only defined in the template, and the item was told to pull from template
[07:08:29] <nezZario> i'm pretty sure i can do this with mongodb (and my data set doesn't fit column-based relational databases anyway) ... by just telling each document which ones are pulled from parent and "caching" those in the document itself
[07:08:46] <nezZario> but is there a more graceful way before I get head over heels in documentation? any specific place i should look first ?
[08:55:16] <brainopia> I recall there were a trick which allowed to start mongodb with database preloaded into filesystem cache
[08:55:30] <brainopia> but i don't remember exactly what should I do to achieve it
[08:57:54] <brainopia> On a server restart, copy datafiles to /dev/null to force reheating to be sequential and thus much faster.
[14:24:46] <Bartzy> I'm migrating data into MongoDB, and my "Schema" in Mongo uses ObjectId (_id) as a timestamp (so we won't need a timestamp key by itself).
[14:24:58] <Bartzy> I'm using PHP - how do I create a custom MongoId with a specified timestamp ?
[14:38:17] <wereHamster> wow. You waited a whonle 13 minutes.
[14:43:06] <touillettes> hi everyone is there anybody who use the php driver for bulk insert here ?
[17:19:20] <tomshreds> Hey has anyone played with < and > with MongoDB with JavaScript? I'm having a hard time with dates and I'm doing exactly as told.
[17:29:53] <dob_> Hey tomshreds I am using it with nodejs
[20:05:44] <wereHamster> You're welcome. And learn to read.
[20:21:29] <dob_> I have posts with embedded comments. Now i want to output all comments of the posts and paginate thorught them. So I would need something to inline limit and sort. Is something like that possible or is it better to create first class objects for comments?
[20:22:29] <mantovan1> guys I did a 500MB inserts in mongos