[13:51:21] <kurushiyama> Oh, that's not what I meant ;) What I was trying to say is that one surely can run this setup, but I'd strongly advice not to.
[13:52:29] <kurushiyama> Andrew_Perminov The underlying question to me is why you would prefer btrfs over XFS or ext4.
[13:53:00] <shayden> there is also this: https://www.phoronix.com/scan.php?page=news_item&px=Btrfs-RAID-56-Is-Bad
[13:53:11] <shayden> not sure if it's relevant for your use case, but just FYI
[13:55:57] <Andrew_Perminov> kurushiyama btrfs? it has snapshots) + optimized for ssd + know her
[13:58:39] <kurushiyama> Andrew_Perminov XFS has snapshots too (as does LVM, which I very much prefer to use). Optimized for SSD? Uhm, well, it still performs _much_ worse: http://www.phoronix.com/scan.php?page=article&item=linux-40-ssd&num=1
[13:59:05] <Andrew_Perminov> shayden thx) but i planed to use raid 1 on two ssd for mongodb)
[14:00:28] <kurushiyama> Andrew_Perminov Keep in mind that we are not talking of sequential reads for WT.
[14:01:33] <kurushiyama> Andrew_Perminov Furthermore, for production, I would prefer a battle tested FS over cutting edge. For more performance, shard.
[14:07:35] <Andrew_Perminov> thx, i reviewed an idea about mongodb on btrf and try lvm + xfs :)
[14:12:58] <Andrew_Perminov> kurushiyama, shayden mdadm + lvm + xfs =? this idea has a right to life? Server on 2 SSD
[14:15:17] <kurushiyama> Andrew_Perminov You are planning a _soft_ raid?
[15:27:26] <StephenLynx> I put a form on my malicious site to the attacked site to perform an operation that requires authentication.
[15:27:53] <StephenLynx> the user has to do nothing but click a button to the browser to send the request to the attacked site using it's authentication cookies.
[15:28:30] <StephenLynx> this is why I require the referer to exist and be from the same origin than the requested site.
[15:29:29] <StephenLynx> but when you use refresh to make an automatic delayed redirect, not all browsers sent the referer.
[15:30:46] <StephenLynx> so I have to either remove the automatic redirect and make it manual or stop displaying the intermediate page with the previous operation's result.
[15:31:03] <StephenLynx> I'm more inclined to the former.
[20:44:58] <sergio_101> if i had a bunch of records that had a 'tags' field. (an array of tags). what is the best practice to get all records that have a specific tag? ie.. find all records that have the tag 'new'.
[23:34:48] <Zodd> Is sharding used to establish multiple mongodb instances (shards) for each region (zone) so that you write or read documents from the nearest mongodb shard?
[23:35:43] <Zodd> isn't this supposed to be application specific? do you set a document attribute that specifies which shard to access?
[23:36:14] <Zodd> is this what is called range based sharding? where the range is the list of zones?