[02:36:47] <phema> if I have one variable that finds all course ids and one varrriable that finds all emails. how can I find out which courseid goes with what email?
[16:07:00] <terabyte> I recently setup a mongodb instance, just gone back to check disk usage and it's using 3.3G already, I never checked what it started out as, is this some minimum amount that it occupies (and the actual amount i've used is less)?
[16:07:08] <terabyte> doesn't seem to be growing since i checked it at 3.3...
[22:34:07] <zanzibizarre> What's one major advantage of NoSQL over RDBMS? I'm trying to wrap my head around it and choose a noSQL
[22:36:52] <preaction> documents in a collection can have arbitrary structures
[22:37:16] <preaction> i mean, what's your use-case?
[23:00:54] <terabyte> Hey, how can I check how much disk space is actually being used by my documents. (trying to predict my space requirements, i know i have about 8000 documents present, but can't tell from the prefetched disk block how much actual space that required)