[18:01:45] <joshua> Anyone have experience with changing the mongodb logging format? I see this systemLog.timeStampFormat option which sounds like what I need, but wonder if it can be done without restarting at all
[18:33:04] <joshua> wish the docs would say when a feature was introduced or something.
[20:54:02] <shubhang> How are DBRefs supposed to be represented in 2.6? I have a DBRef in 2.4 that is showing up in the upgrade check output as an illegal field name for 2.6
[20:54:53] <cheeser> why would it be a field name?
[20:55:30] <shubhang> The DBRef convention is an object with the following fields: "$ref", "$id" and "$db"
[20:59:22] <shubhang> Since DBRef is a convention rather than a type, I can see why the upgrade check would complain about it, but there doesn't appear to be any guidance in the release notes as to how to mitigate this
[21:24:09] <frodo_baggins> So, is it somewhat of an anti-pattern to use references with schemaless, document-oriented databases?
[21:25:58] <frodo_baggins> I was thinking, with the application I'm developing now, that I could either do what was natural when I worked with relational databases, or I could try to develop the application so that each document in the database is one concise, solid unit, without the need to go and fetch additional, supplemental documents.
[21:26:26] <frodo_baggins> A sort of... single query approach.
[22:02:28] <dmitriy1_> Hi there, Our company (knewton.com) is looking for MySQL or Postgres DBA who is willing to learn noSQL. If you interested , please ping me. We offer remote work option
[23:26:06] <NaN> how can I specify for tab delimiter on CSV files with mongoimport?