[00:09:00] <st431> hello, i need help with aggregate or something for distinct 2 fields. i have a collections called chat and there is 2 field, one is _reciever and another one is _sender
[00:09:52] <st431> or just limit on both field by 1
[00:12:11] <cheeser> what are you trying to achieve?
[15:03:25] <ngl> does restarting mongo cause index rebuilds? I'm having a huge problem simply removing two old indexes (~37,000 records) and adding two new indexes. I assume ops with callbacks don't callback until after the operation is done? Can I just restart and viola - the altered collection metadata causes index builds?
[15:52:06] <bros> What are my options when client-side BSON parsing are the most expensive part of my operations?
[17:08:17] <kurushiyama> ngl No. and No. But you can put the index build into backrgound. as documented.