[15:05:40] <nullremains> Having a hard time understanding where on earth the stale data is coming from -- client-side cache is cleared, so it's not the browser, and mongo + connected app server have been restarted.
[18:58:22] <snooops> hi, how do i create a mongo document with a date?
[18:58:54] <snooops> or - what is the difference between new Date() and BSON Date regarding to the driver for php to work with date filter?
[21:12:38] <RxMcDonald> Hello, I have a cluster with ~150M docs of around 3kb each, and I'm creating a text index on it, and it's terribly slow, it will take weeks
[21:12:55] <RxMcDonald> Is there a way to increase the index creation speed?
[21:18:55] <RxMcDonald> Is it because the working set doesn't fit in RAM?
[22:38:37] <niekniek> hello! If I have 2 mongo nodes and an arbiter, and the secondary and the arbiter go down, will the primary remain the primary?