選擇進入Storage-;SQL,出現(xiàn)下面界面
創(chuàng)建一個PostgreSQL instance。根據(jù)GCP的說明,對默認的postgre用戶必須加密
When you create a new Cloud SQL for PostgreSQL instance,the default postgres user is already created for you,though you must set its password.
The postgres user is part of the cloudsqlsuperuser role,and has the following attributes(privileges):CREATEROLE,CREATEDB,and LOGIN.It does not have the SUPERUSER or REPLICATION attributes.
默認狀態(tài)下,單核CPU,3.75GB內(nèi)存,SSD存儲,10GB存儲空間。
這些設(shè)置選項均可以根據(jù)需要修改。升級賬戶后一個instance可以配置最高到64個內(nèi)核
細分的配置:服務(wù)器內(nèi)核內(nèi)存和網(wǎng)絡(luò)傳送速度
細分配置:存儲類型和空間,數(shù)據(jù)讀寫速度
數(shù)據(jù)庫instance創(chuàng)建成功,
可以開始導(dǎo)入數(shù)據(jù)做下一步的編程了!
版權(quán)聲明:本文為博主原創(chuàng)文章,遵循CC 4.0 BY-SA版權(quán)協(xié)議,轉(zhuǎn)載請附上原文出處鏈接和本聲明。
本文鏈接:https://blog.csdn.net/weixin_44714956/article/details/88084330