<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vertica Documentation – Google Cloud Platform in MC</title>
    <link>/en/mc/cloud-platforms/gcp-mc/</link>
    <description>Recent content in Google Cloud Platform in MC on Vertica Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/mc/cloud-platforms/gcp-mc/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Mc: GCP Eon Mode instance recommendations</title>
      <link>/en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/</guid>
      <description>
        
        
        &lt;p&gt;When you use the MC to deploy an Eon Mode database to the Google Cloud Platform (GCP), you choose the instance type to deploy as the database&#39;s nodes. The default instance settings in the MC are the more conservative option (currently, n1-standard-16). They are sufficient for most workloads. However, you may choose instances with more memory (such as n1-highmem-16) if your queries perform complex joins that may otherwise spill to disk. You can also choose instances with more cores (such as n1-standard-32), if you perform highly-complex compute-intensive analysis. The following links provide additional information about GCP machine type instances and Vertica:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://cloud.google.com/compute/docs/machine-types&#34;&gt;Machine types&lt;/a&gt;: Google Cloud&#39;s documentation that describes configuration details for each instance option.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/supported-gcp-machine-types/&#34;&gt;Supported GCP machine types&lt;/a&gt;: Available machine types when deploying Vertica to GCP.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/mc/cloud-platforms/gcp-mc/eon-volume-config-defaults-gcp/&#34;&gt;Eon Mode volume configuration defaults for GCP&lt;/a&gt;: Details about Vertica&#39;s default volume configurations.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The more powerful instance you choose, the higher the cost per hour. You need to balance whether you want to use fewer, higher-powered but more expensive instances vs. relying on more lower-powered instances that cost less. Thanks to Eon Mode&#39;s elasticity, if you choose to use the less-powerful instances, you can always add more nodes to meet peak demands. When you reduce the number of instances to a minimum during off-peak times, you&#39;ll spend less than if you had a similar number of more-powerful instances.&lt;/p&gt;
&lt;h2 id=&#34;storage-options&#34;&gt;Storage options&lt;/h2&gt;
&lt;p&gt;The MC&#39;s deployment wizard also asks you to select the type of local storage for your instances. You can select different options for each type of local storage that Vertica uses: the catalog, the depot, and temporary space. For all of these storage locations, you choose the type of disks to use (standard vs. SSD). You will see the best performance with SSD disks. However, SSD disks cost more.&lt;/p&gt;
&lt;p&gt;For the depot, you also choose whether to use local or persistent disks. The local option is faster, as it resides directly on the virtual machine host. However, whenever you shut down the node, this storage is wiped clean. The persistent storage is slower than the local option, as it is not stored directly on the machine hosting the instance. However, it is not wiped out whenever you shut down the instance. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/&#34;&gt;Storage options&lt;/a&gt; page for more information.&lt;/p&gt;
&lt;p&gt;Which of these options you choose depends on how much &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/depot-warming/&#34; title=&#34;For details, see Managing Depot Caching.&#34;&gt;depot warming&lt;/a&gt; the nodes must perform when starting. If the content of your node&#39;s depots change little over time (or you tend to frequently start and stop instances), using persistent storage makes sense. In this case, the depot&#39;s warming period will be shorter because most of the data the node needs to participate in queries may still be in its depot when it starts. It will perform fewer fetches of data from communal storage while participating in queries.&lt;/p&gt;
&lt;p&gt;If your working data set is rapidly changing or you tend to leave nodes stopped for extended periods of time, your best choice is usually to use local storage. In this scenario, the data in the node&#39;s depot when it restarts is usually stale. To participate in queries, the node must fetch much of the data it needs from communal storage, resulting in slower performance until it has warmed its depot. Using local ephemeral storage makes sense here, because you will get the benefit of having faster depot storage. Because your nodes have to warm their depots anyhow, there is less of a downside of having the depot on ephemeral storage.&lt;/p&gt;
&lt;p&gt;For general guidelines on scaling your cluster for Eon Mode database, see &lt;a href=&#34;../../../../en/eon/configuring-your-cluster-eon/&#34;&gt;Configuring your Vertica cluster for Eon Mode&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Provision an Eon Mode cluster and database on GCP in MC</title>
      <link>/en/mc/cloud-platforms/gcp-mc/provision-an-eon-cluster-and-db-on-gcp-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/provision-an-eon-cluster-and-db-on-gcp-mc/</guid>
      <description>
        
        
        &lt;p&gt;You can use Google Marketplace and MC to provision an Eon Mode database on GCP. The sections below give an overview of how to set up an Eon Mode database on GCP, with links to the detailed procedures&lt;/p&gt;
&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/&#34;&gt;GCP Eon Mode instance recommendations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/&#34;&gt;Eon Mode on GCP prerequisites&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;step-1-provision-an-mc-instance-using-google-marketplace&#34;&gt;Step 1: provision an MC instance using Google marketplace&lt;/h3&gt;
&lt;p&gt;These steps are an overview of the procedure. For more detailed instructions, see &lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/deploy-an-mc-instance-gcp-eon/&#34;&gt;Deploy an MC instance in GCP for Eon Mode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In Google Marketplace:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Select the Vertica Eon Mode solution.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fill in the fields to configure a GCP MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Deploy&lt;/strong&gt; button to provision the MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Connect to and log into the MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You are now in the new MC instance running on GCP, and the MC home page appears.&lt;/p&gt;
&lt;h3 id=&#34;step-2-use-the-mc-instance-to-provision-an-eon-mode-database-on-gcp&#34;&gt;Step 2: use the MC instance to provision an Eon Mode database on GCP&lt;/h3&gt;
&lt;p&gt;To use the MC to provision and deploy a new Eon Mode database on GCP:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the MC home screen, click &lt;strong&gt;Create new database&lt;/strong&gt; to launch the Create a Vertica Cluster on Google Cloud wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the first page of the wizard enter the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Cloud Storage HMAC Access Key&lt;/strong&gt; and &lt;strong&gt;HMAC Secret Key&lt;/strong&gt;: Copy and paste the HMAC access key and secret you created earlier. You find these values on the Interoperability tab of the of the Storage Settings page. See &lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/&#34;&gt;Eon Mode on GCP prerequisites&lt;/a&gt; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Zone&lt;/strong&gt;: This value defaults to the zone containing your MC instance. Make this value is the same as the zone containing the Google Cloud Storage bucket that your database will use for communal storage.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

You will see significant performance issues if you choose different zones for cluster instances, storage, or the MC.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CIDR Range&lt;/strong&gt;: The IP address range for clients to whom you want to grant access to your database. Make this range as restrictive as possible to limit access to your database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;, and supply the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Database Name&lt;/strong&gt;: the name for your new database. See &lt;a href=&#34;../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/&#34;&gt;Creating a database name and password&lt;/a&gt; for database name requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Version&lt;/strong&gt;: select the desired Vertica database version. You can select from the latest hotfix of recent Vertica releases. For each database version, you can also select the operating system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Database User Name&lt;/strong&gt;: the name of the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/db-superuser/&#34; title=&#34;&#34;&gt;database superuser&lt;/a&gt;. This name defaults to dbadmin, but you can enter another user name here.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Password&lt;/strong&gt; and &lt;strong&gt;Confirm Password&lt;/strong&gt;: Enter a password for the database superuser account.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Size&lt;/strong&gt;: The number of nodes in your initial database. If you specify more than three nodes here, you must supply a valid Vertica license file in the Vertica License field (below).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica License&lt;/strong&gt;: Click &lt;strong&gt;Browse&lt;/strong&gt; to locate and upload your Vertica license key file. If you do not supply a license key file here, the wizard deploys your database with a Vertica Community Edition license. This license has a three node limit, so the value in the Database Size filed cannot be larger than 3 if you do not supply a license. If you use a Community Edition license for your deployment, you can upgrade the license later to expand your cluster load more than 1TB of data. See &lt;a href=&#34;../../../../en/admin/managing-licenses/&#34;&gt;Managing licenses&lt;/a&gt; form more information.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

This field does not appear if you created your MC instance using a by-the-hour (BTH) launcher. The BTH license is automatically applied to all clusters you create using a BTH MC instance. For a by-the-hour license, cloud vendors charge the customer for licensed Vertica usage along with their cloud infrastructure charges.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Load example data&lt;/strong&gt;: Check this box if you want your deployed database to load some example clickstream data. This option is useful if you are testing features and just want some preloaded data in the database to query.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt; and supply the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Instance Type&lt;/strong&gt;: the specifications of the virtual machine instances the MC will use to deploy your database nodes. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/machine-types&#34;&gt;Machine types&lt;/a&gt; page for details of each instance type. Also see &lt;a href=&#34;../../../../en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/&#34;&gt;GCP Eon Mode instance recommendations&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Depot Path&lt;/strong&gt; and &lt;strong&gt;Disk Type&lt;/strong&gt;: the local mount point for the depot, and the type and number of local disks dedicated to the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/depot/&#34; title=&#34;A cache of data maintained by the nodes in an Eon Mode database to limit reads from.&#34;&gt;depot&lt;/a&gt; for each node. You cannot change the mount path for the depot. The disks you select in the &lt;strong&gt;Disk Type&lt;/strong&gt; field are only used to store the depot. On the next page of the wizard, you will configure disks for the catalog and temporary disk space. You will see the best performance when using SSD disks, although at a higher cost. You can choose to use faster local storage for your depot. However, local storage is ephemeral—GCP wipes the disk clean whenever you stop the instance. This means each time you start a node, it will have to &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/depot-warming/&#34; title=&#34;For details, see Managing Depot Caching.&#34;&gt;warm its depot&lt;/a&gt; from scratch, rather than taking advantage of any still-current data in its depot. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/#localssds&#34;&gt;Storage options&lt;/a&gt; page for more information about the local disk options.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Volume Size&lt;/strong&gt;: the amount of disk space available on each disk attached to each node in your cluster. This field shows you the total disk space available per node in your cluster. For the best practices on choosing the amount of disk space for your nodes, see &lt;a href=&#34;../../../../en/eon/configuring-your-cluster-eon/&#34;&gt;Configuring your Vertica cluster for Eon Mode&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Data Segmentation Shards&lt;/strong&gt;: sets the number of &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/shard/&#34; title=&#34;A subset of the data and associated metadata stored in an Eon Mode database.&#34;&gt;shards&lt;/a&gt; in your database. After you set this value, you cannot change it later. See &lt;a href=&#34;../../../../en/eon/configuring-your-cluster-eon/&#34;&gt;Configuring your Vertica cluster for Eon Mode&lt;/a&gt; for recommendations. The default value is based on the number of nodes you entered in the Database size you specified earlier. It is usually sufficient, unless you anticipate greatly expanding your cluster beyond your initial node count.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Communal Location&lt;/strong&gt;: a Google Cloud Storage URL that specifies where to store your database&#39;s communal data. See &lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/&#34;&gt;Eon Mode on GCP prerequisites&lt;/a&gt; for requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Instance IP settings&lt;/strong&gt;: specify whether the nodes in your database will have static or ephemeral network addresses that are accessible from the internet, or addresses that are only accessible from within the internal virtual network.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. The wizard validates your communal storage location URL. If there is an problem with the URL you entered, it displays an error message and prompts you to fix the URL.&lt;/p&gt;
&lt;p&gt;After your communal storage URL passes validation, fill in the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Catalog Path&lt;/strong&gt;, &lt;strong&gt;Disk Type&lt;/strong&gt;, and &lt;strong&gt;Size (GB) per Available Node&lt;/strong&gt;: the mount point disk type, and disk size for the local copy of the database &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/catalog/&#34; title=&#34;A set of files that contains information (metadata) about the objects—such as nodes, tables, constraints, and projections—in a database.&#34;&gt;catalog&lt;/a&gt; on each node. You cannot edit the mount point. You choose the type of local disk to use for the catalog, and its size. You can only choose persistent disk storage for the catalog. SSD drives are faster, but more expensive than standard disks. The default setting for the disk size is adequate for most medium size databases. Increase the size if you anticipate maintaining a large database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Temp Path&lt;/strong&gt;, &lt;strong&gt;Disk Type&lt;/strong&gt;, and &lt;strong&gt;Size (GB) per Available Node&lt;/strong&gt;: the mount point disk type, and disk size for the temporary storage space on each node. You cannot edit the mount point. You choose the type of local disk to use, and its size. You can only choose persistent disk storage for the temporary disk space. SSD drives are faster, but more expensive than standard disks. The default setting is adequate for most databases. Consider increasing the temporary space if you perform many complex merges that spill to disk.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Label Instances&lt;/strong&gt;: check this box to enable adding labels to your node&#39;s instances. Many organizations use labels to organize, track responsibility, and assign costs for instances. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/labeling-resources&#34;&gt;Labeling resources&lt;/a&gt; page for more information. If you choose to add labels, enter the label name and value, and click &lt;strong&gt;Add&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. Review the summary of all your database settings. If you need to make a correction, use the Back button to step back to previous pages of the wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you are satisfied with the database settings, check &lt;strong&gt;Accept terms and conditions&lt;/strong&gt; and click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The process of provisioning and creating the database takes several minutes. After it completes successfully, the MC displays a &lt;strong&gt;Get Started&lt;/strong&gt; button. This button leads to a page of useful links for getting started with your new database.&lt;/p&gt;
&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/eon/managing-an-eon-db-mc/&#34;&gt;Managing an Eon Mode database in MC&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/eon/stopping-and-starting-an-eon-cluster/&#34;&gt;Stopping and starting an Eon Mode cluster&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/eon/reviving-an-eon-db-cluster/&#34;&gt;Reviving an Eon Mode database cluster&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Reviving an Eon Mode database on GCP in MC</title>
      <link>/en/mc/cloud-platforms/gcp-mc/reviving-an-eon-db-on-gcp-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/reviving-an-eon-db-on-gcp-mc/</guid>
      <description>
        
        
        An &lt;a href=&#34;../../../../en/architecture/eon-concepts/&#34;&gt;Eon Mode database&lt;/a&gt; keeps an up-to-date version of its data and metadata in its communal storage location. After a cluster hosting an Eon Mode database is terminated, this data and metadata continue to reside in communal storage. When you revive the database later, Vertica uses the data in this location to restore the database in the same state on a newly provisioned cluster.
&lt;p&gt;Follow these steps to revive an Eon Mode database on GCP:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the MC home page, click &lt;strong&gt;Revive Eon Mode Database&lt;/strong&gt;. MC launches the Provision and Revive an Eon Mode Database wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the first page of the wizard, enter the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Cloud Storage HMAC Access Key&lt;/strong&gt; and &lt;strong&gt;HMAC Secret Key&lt;/strong&gt;: Copy and paste the HMAC access key and secret you created when you created the database. See &lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/&#34;&gt;Eon Mode on GCP prerequisites&lt;/a&gt; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Zone&lt;/strong&gt;: This value defaults to the zone containing your MC instance. Make this value the same as zone containing the Google Cloud Storage bucket your database will use for communal storage. You will see significant performance issues if you choose different zones for cluster instances, storage, or the MC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CIDR Range&lt;/strong&gt;: The IP address range for clients you want to grant access to your database. Make this range as restrictive as possible to limit the exposure of your database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. On the second page of the wizard, set &lt;strong&gt;Google Storage Path for Communal Storage of Database&lt;/strong&gt; to the URL of the communal storage bucket for the Eon Mode database to revive. For requirements, see &lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/&#34;&gt;Eon Mode on GCP prerequisites&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Discover&lt;/strong&gt;. MC displays a list of all Eon Mode databases available on the specified communal storage location.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database to revive. MC prepopulates the choices for the Data, Depot, and Temp catalogs, using the same machine types and configuration choices used when the database was created.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. Review the summary of all your database settings. If you need to make a correction, use the Back button to step back to previous pages of the wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you are satisfied with the database settings, check the &lt;strong&gt;Accept terms and conditions&lt;/strong&gt; box and click &lt;strong&gt;Revive Database&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;MC displays a progress screen while creating the cluster and reviving the database onto it, a process which takes several minutes. After it completes successfully, the MC displays a &lt;strong&gt;Get Started&lt;/strong&gt; button. This button leads to a page of useful links for getting started with your new database.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Eon Mode volume configuration defaults for GCP</title>
      <link>/en/mc/cloud-platforms/gcp-mc/eon-volume-config-defaults-gcp/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/eon-volume-config-defaults-gcp/</guid>
      <description>
        
        
        &lt;p&gt;Vertica supports a variety of disk volume resources for provisioning instances on Google Cloud Platform (GCP).&lt;/p&gt;
&lt;p&gt;All data is secured with Google-managed data encryption. Management Console does not support user-managed data encryption.&lt;/p&gt;
&lt;p&gt;For performance information, see Google&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/performance&#34;&gt;Block storage performance&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2 id=&#34;persistent-disk-defaults&#34;&gt;Persistent disk defaults&lt;/h2&gt;
&lt;p&gt;You can allocate up to 128 persistent disks (PDs). The following table describes the default persistent disk volume resources that Vertica provides:

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Instance Types&lt;/th&gt; 

&lt;th &gt;
Catalog&lt;/th&gt; 

&lt;th &gt;
Depot&lt;/th&gt; 

&lt;th &gt;
Temp&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 8 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 600 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 100 GB&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;local-ssd-defaults-ephemeral-storage&#34;&gt;Local SSD defaults (ephemeral storage)&lt;/h2&gt;
&lt;p&gt;Allocate up to 24 local SSDs for ephemeral storage with the following considerations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;There is an extra cost for each local SSD.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All local SSD are 375G fixed size, with the option of SCSI or NVMe interface. An NVMe disk has twice the input/output operations per second (IOPs) compared to a SCSI disk.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
&lt;p&gt;When the local SSD is in use, you cannot stop or start the instance or a cluster containing local SSD instances. If you do shut down an instance with a local SSD through the guest operating system, you will not be able to restart the instance and the data on the local SSD will be lost.&lt;/p&gt;
&lt;p&gt;For details, see Google&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/local-ssd&#34;&gt;Adding Local SSDs&lt;/a&gt; page.&lt;/p&gt;

&lt;/div&gt;
&lt;p&gt;The following table describes the default local SSD disk volume resources that Vertica provides:

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Total Local SSDs&lt;/th&gt; 

&lt;th &gt;
Instance Types&lt;/th&gt; 

&lt;th &gt;
Catalog (Persistent)&lt;/th&gt; 

&lt;th &gt;
Depot (Ephemeral)&lt;/th&gt; 

&lt;th &gt;
Temp (Ephemeral)&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
4&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


3 x 375 GB&lt;/td&gt; 

&lt;td &gt;


1 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
5&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


4 x 375 GB&lt;/td&gt; 

&lt;td &gt;


1 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
6&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


5 x 375 GB&lt;/td&gt; 

&lt;td &gt;


1 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


6 x 375 GB&lt;/td&gt; 

&lt;td &gt;


2 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
16&lt;/td&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


12 x 375 GB&lt;/td&gt; 

&lt;td &gt;


4 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
24&lt;/td&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


20 x 375 GB&lt;/td&gt; 

&lt;td &gt;


4 x 375 GB&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
