[09:09:13] <dddh> is it possible to tune wiredtiger cache settings per db/collection?
[09:10:56] <dddh> for example I have 600gb of logs I don't really need to cache at all and 10gb of data I work with
[09:12:46] <dddh> should I use separate instances or there is some hint not to cache data from logs db/schema/collection ?
[09:57:04] <trax> Hi, with the last C++ driver, trying to create a bson like {"foo":[{"bar":1},{"bar":2}]} where 1 and 2 comes from a vector and getting problem with consts I think
[09:57:17] <trax> example here: http://stackoverflow.com/questions/33710548/mongodb-c-driver-3-0-not-const-arrays
[11:07:01] <kali> thespitzi: maybe this can help: https://github.com/variety/variety
[11:07:05] <thespitzi> kali: or at least make a good guess about it, assuming that there is a schema.
[11:07:36] <thespitzi> kali: Thanks! Looks very good.
[11:12:38] <thespitzi> kali: Hmmm, Variety seems to identify all strings as having type String, whereas I'd like it to identify strings which look lake dates as type date.
[11:13:21] <thespitzi> kali: my data originates from a CSV.
[11:21:57] <thespitzi> Perhaps I took a wrong approach, should've used Node JS to parse the CSV first.
[17:28:23] <php> Does MongoDB support searching of a database? I'm brand new to it, currently looking at docs but wondering if I even know what I'm looking at.
[17:28:23] <php> Can I search for all records with "something": "something!"
[17:32:36] <php> StephenLynx: thank you very much. :) Fast response.
[17:47:32] <php> If I create a collection with: db.createCollection("Transactions", {autoIndexID:true}) — does this sort of work like auto_increment, where _id is filled with something unique?
[17:51:27] <php> StephenLynx: pardon my ping here, but I'm just hoping you're here still :)