[01:11:08] <d4rkp1r4t3> chovy: its just a reference to the current document, same as $$CURRENT. https://docs.mongodb.com/manual/reference/aggregation-variables/#variable.ROOT
[01:13:13] <chovy> also it seems when i add an index that effects all docs, it takes around 24 hours to take effect, even though the index is created after an hour or so
[03:48:41] <ACfromTX> Can anyone point me to documentation of how MongoDB behaves when the file system the data is stored on goes read-only, and when it fills up? (Thanks in advance for any direction or guidance you may provide.)
[06:46:40] <VectorX> i have a string time field like "00:01:18" how can i compare second from this, ie { $gte : [$field : 30] } etc to see if it is more than 30 seconds?
[09:33:12] <ACfromTX> Sorry for asking again, but can anyone point me to documentation of how MongoDB behaves when the file system the data is stored on goes read-only, and when it fills up? (Thanks in advance for any direction or guidance you may provide.)
[17:38:48] <ACfromTX> Are there other places to ask a question like mine that might be more active?
[22:41:00] <d4rkp1r4t3> ACfromTX: looks like it will just shutdown. could also result in corruption. https://jira.mongodb.org/browse/SERVER-41420
[23:23:07] <ACfromTX> d4rkp1r4t3, I think I read that JIRA ticket, but wanted to confirm that was the behavior. Does it do so in the case of a filesystem going read-only as well?