Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b5wiO-0003UW-8a for pgsql-performance@arkaria.postgresql.org; Thu, 26 May 2016 14:56:48 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b5wiN-0005FY-RM for pgsql-performance@arkaria.postgresql.org; Thu, 26 May 2016 14:56:47 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b5wgb-0000sf-RR for pgsql-performance@postgresql.org; Thu, 26 May 2016 14:54:58 +0000 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1b5wgZ-0005Ag-2p for pgsql-performance@postgresql.org; Thu, 26 May 2016 14:54:56 +0000 Received: by mail-oi0-x235.google.com with SMTP id w184so121227570oiw.2 for ; Thu, 26 May 2016 07:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=bbVtLBt6axenqgLjlbseCmIWwH51D2sLK+ncKUvDfAc=; b=oiWL52bHlQ7Wk9GE4WUdFOqFznDxi+lDYiljl+Yw4fZNHamQPBfosMpKCJdNYWCgnZ MwMQD7l9xqrnfWZPVSiI6lPvRPQbyuekIIOvvAknJqDpQMzTqAAB9e0rHDsN0CrcSqoo JT7WFqUjxmlMcpKFlQSVrMAA26IuqT3t7u+Yk6sqNJrNMJP8Q/KHM9Us7bTEZN+D0xOD KwQ90O6AZLL0GApdhpatvbSQml12L7rp81gXH25IPHHBZ0S4ltDCrxy9JHstN50axhiY +xZdgGsKe4GJC1RHjQU6dIdl2bNq0yhaZLftezIljdovdCuA8D/uM7AZTLxsm2oHYNvu UqcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=bbVtLBt6axenqgLjlbseCmIWwH51D2sLK+ncKUvDfAc=; b=jguYeDwSYF9KePJrBk73zmbVPC8qayknxMSUZVNwSt81q1UrIgmY0YsGFonRQD/tdB WoZcO1NONjGbxWbwYHkZdpD4mJHbYYjbbar+JXbX57xBiUHXPwrp/VJ6TkhnQzKW0H95 H+5QhYkfzng/dgWhm2etC9KRZ/fKes7dISBspEmO/28gf1BglZxPp9m4PIDAPOZMdIRF ki5lMI8P6brxqPMFHEc34W69SVzhSdDx1QGsZTSq6CLF4oXb0I/4X2AzeIpF2JKacTZ0 9wRmVSSxbrUtWhXjOABocvi16G9MUbGzy4d846wReGmIs6PPrL72rGl6LZYFvBH++mUR 1O/Q== X-Gm-Message-State: ALyK8tILUhwoFVGbEINsOITWLz0bo11Nk5abVDNLwMLHZ7id+BqobfaPsa+nJicum3aa3CI3/mhjWWC0qoDODQ== MIME-Version: 1.0 X-Received: by 10.157.34.111 with SMTP id o102mr6063869ota.138.1464274494203; Thu, 26 May 2016 07:54:54 -0700 (PDT) Received: by 10.202.244.3 with HTTP; Thu, 26 May 2016 07:54:54 -0700 (PDT) In-Reply-To: References: <57463BAC.2090608@zioup.com> <5746F1B3.8080701@zioup.com> Date: Thu, 26 May 2016 10:54:54 -0400 Message-ID: Subject: Re: Testing in AWS, EBS From: Rayson Ho To: Artem Tomyuk Cc: Yves Dorfsman , pgsql-performance@postgresql.org Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-performance Precedence: bulk Sender: pgsql-performance-owner@postgresql.org Thanks Artem. So no EBS pre-warming does not apply to EBS volumes created from snapshots. Rayson ================================================== Open Grid Scheduler - The Official Open Source Grid Engine http://gridscheduler.sourceforge.net/ http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html On Thu, May 26, 2016 at 10:52 AM, Artem Tomyuk wrote: > Please look at the official doc. > > "New EBS volumes receive their maximum performance the moment that they are > available and do not require initialization (formerly known as pre-warming). > However, storage blocks on volumes that were restored from snapshots must be > initialized (pulled down from Amazon S3 and written to the volume) before > you can access the block" > > Quotation from: > http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-initialize.html > > 2016-05-26 17:47 GMT+03:00 Rayson Ho : >> >> On Thu, May 26, 2016 at 10:00 AM, Artem Tomyuk >> wrote: >>> >>> >>> 2016-05-26 16:50 GMT+03:00 Rayson Ho : >>>> >>>> Amazon engineers said that EBS pre-warming is not needed anymore. >>> >>> >>> but still if you will skip this step you wont get much performance on ebs >>> created from snapshot. >> >> >> >> IIRC, that's not what Amazon engineers said. Is that from your personal >> experience, and if so, when did you do the test?? >> >> Rayson >> >> ================================================== >> Open Grid Scheduler - The Official Open Source Grid Engine >> http://gridscheduler.sourceforge.net/ >> http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html >> >> >> > -- Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance