1. 程式人生 > >Amazon Aurora常見問題_Aurora安全性

Amazon Aurora常見問題_Aurora安全性

問:什麼是 Amazon Aurora?

Amazon Aurora 是一種關係資料庫引擎,既具有高階商用資料庫的速度和和可靠性,又具有開源資料庫的簡單性和成本效益。Amazon Aurora MySQL 的效能最高可以是 MySQL 的五倍,且無需對大多數 MySQL 應用程式進行任何更改;同樣,Amazon Aurora PostgreSQL 的效能最高可以是 PostgreSQL. 的三倍。Amazon RDS 負責管理您的 Amazon Aurora 資料庫,同時處理耗時型任務,如預置、修補、備份、恢復、故障檢測和修復。您只需為您使用的 Amazon Aurora 資料庫例項支付簡單的月度費用。沒有前期費用或長期承付款。

問:“與 MySQL 相容”是什麼意思?

它意味著,您已用於 MySQL 資料庫的程式碼、應用程式、驅動程式和工具可與 Aurora 配合使用,只需對其進行少量更改或不需要更改。Amazon Aurora 資料庫引擎設計旨在能使用 InnoDB 儲存引擎與 MySQL 5.6 連線相容。MyISAM 儲存引擎之類的特定 MySQL 功能不可用於 Amazon Aurora。

問:“與 PostgreSQL 相容”是什麼意思?

它意味著,您已用於 PostgreSQL 資料庫的大多數程式碼、應用程式、驅動程式和工具可與 Aurora 配合使用,只需對其進行少量更改或無需更改。Amazon Aurora 資料庫引擎設計旨在與 PostgreSQL 9.6 連線相容,且支援的 PostgreSQL 擴充套件與適用於 PostgreSQL 9.6 的 RDS 所支援的 PostgreSQL 擴充套件相同。 

問:怎樣才能試用 Amazon Aurora?

要試用 Amazon Aurora,請登入 AWS 控制檯,選擇資料庫類別下的 RDS,然後選擇 Amazon Aurora 作為您的資料庫引擎。

問:Amazon Aurora 如何收費?

請參閱我們的定價頁面,瞭解最新的定價資訊。

問:Amazon Aurora 在三個可用區間以六種方法複製資料庫卷的每個組塊。這是否意味著我的有效儲存價格將是定價頁面上所顯示價格的三到六倍?

不是,Amazon Aurora 複製到價格是捆綁的。我們將根據您的資料庫在資料庫層消耗的儲存量向您收費,而非 Amazon Aurora 的虛擬儲存層消耗的儲存量。

問:Amazon Aurora 的可用 AWS 區域有哪些?

請檢視我們的定價頁面,瞭解有關區域和價格的最新資訊。

問:如何從 MySQL 向 Amazon Aurora 遷移,反之亦然?

您有多種選擇。您可以使用標準的 mysqldump 實用工具將資料從 MySQL 中匯出,並用 mysqlimport 實用工具將資料匯入 Amazon Aurora,反之亦然。您還可以使用 Amazon RDS 的資料庫快照遷移功能通過 AWS 管理控制檯將 RDS MySQL 資料庫快照遷移到 Amazon Aurora 中。雖然持續時間取決於格式和資料集大小,但遷移過程對於大多數客戶而言,可在一小時內完成。有關更多資訊,請參閱將 MySQL 資料庫遷移至 Amazon Aurora 的最佳實踐

問:如何從 PostgreSQL 向 Amazon Aurora 遷移,反之亦然?

您有多種選擇。您可以使用標準的 pg_dump 實用工具將資料從 PostgreSQL 中匯出,並用 pg_restore 實用工具將資料匯入 Amazon Aurora,反之亦然。您還可以使用 Amazon RDS 的資料庫快照遷移功能通過 AWS 管理控制檯將 RDS PostgreSQL 9.6 資料庫快照遷移到 Amazon Aurora 中。雖然持續時間取決於格式和資料集大小,但遷移過程對於大多數客戶而言,可在一小時內完成。

問:AWS 免費套餐是否包括 Amazon Aurora?

目前不提供。Amazon RDS 的 AWS 免費套餐為微型資料庫例項帶來了許多優勢;Amazon Aurora 暫不提供微型資料庫例項支援。請參閱我們的定價頁面,瞭解最新的定價資訊。

問:Amazon Aurora 中的 IO 是什麼?它們是如何計算的?

IO 是由 Aurora 資料庫引擎依靠基於 SSD 的虛擬化儲存層執行的輸入/輸出操作。每一個數據庫頁面讀取操作為一個 IO。Aurora 資料庫引擎依靠儲存層發出讀取,以獲取不在緩衝快取中的資料庫頁面。Aurora MySQL 中的每個資料庫頁面為 16KB,Aurora PostgreSQL 中的每個資料庫頁面為 8KB。

Aurora 的目的是消除不必要的 IO 操作,以降低成本,並確保資源可服務於讀/寫流量。只有將事務日誌記錄推送到儲存層,完成耐久型寫入時,才消耗寫入 IO。寫入 IO 以 4KB 單位計算。例如,1024 位元組的事務日誌記錄計為一個 IO 操作。然而,當事務日誌小於 4KB 時,同時寫入操作可通過 Aurora 資料庫引擎批量進行,以便優化 I/O 消耗。與傳統的資料庫引擎不同,Amazon Aurora 從不將修改後的資料庫頁面推送到儲存層,進一步節省了 IO 消耗。

您可以在 AWS 控制檯看到 Aurora 例項消耗的 IO 數量。要查詢 IO 消耗,請轉到控制檯的 RDS 部分,檢視您的例項列表,選擇 Aurora 例項,然後在監控部分查詢“計算的讀取操作”和“計算的寫入操作”指標。

問:我是否需要更改客戶端驅動程式才能使用 Amazon Aurora PostgreSQL?

不需要。Amazon Aurora 支援標準 PostgreSQL 資料庫驅動程式。

相關推薦

Amazon Aurora常見問題_Aurora安全性

問:什麼是 Amazon Aurora? Amazon Aurora 是一種關係資料庫引擎,既具有高階商用資料庫的速度和和可靠性,又具有開源資料庫的簡單性和成本效益。Amazon Aurora MySQL 的效能最高可以是 MySQL 的五倍,且無需對大多數 My

Amazon Aurora: 如何不使用一致性協議實現分布式數據庫

multiple ble 個人觀點 裏的 每一個 轉換 min 題目 transacti 摘要: 這個是Amazon Aurora 發的第二篇文章, 發在2018 年SIGMOD上, 題目很吸引人避免在I/O, commit, 成員變更的過程使用一致性協議. 在大家都在使用

一篇文章帶你看懂AWS re:Invent 2018大會,揭祕Amazon Aurora

本文由雲+社群發表 | 本文作者: 劉峰,騰訊雲NewSQL資料庫產品負責人。曾職於聯想研究院,Teradata北京研發中心,從事資料庫相關工作8年。2017年加入騰訊資料庫產品中心,擔任NewSQL資料庫產品負責人。 雲資料庫與傳統資料庫的戰爭已打響,一個字概括就是“搶”。 如火如茶的 AWS re

一篇文章帶你看懂AWS re:Invent 2018大會,揭秘Amazon Aurora

2018年 保健 god 發揮 監控服務 insight 遊戲機 pci 雲計算 本文由雲+社區發表 | 本文作者: 劉峰,騰訊雲NewSQL數據庫產品負責人。曾職於聯想研究院,Teradata北京研發中心,從事數據庫相關工作8年。2017年加入騰訊數據庫產品中心,擔任Ne

Amazon Aurora Parallel Query is Generally Available

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

View Storage Use for Your Amazon Aurora DB Cluster

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

Amazon Aurora – Relational Database Built for the Cloud

If you're currently using Amazon RDS for MySQL or Amazon RDS for PostgreSQL, migrating to Aurora is as simple as creating a snapshot and launch

How Autodesk Increased Database Scalability and Reduced Replication Lag with Amazon Aurora

Autodesk is a leader in 3D design, engineering, and entertainment software. Autodesk makes software for people who make things. If you’ve

Level Up Your Games with Amazon Aurora

Dhruv Thukral is a solutions architect at Amazon Web Services. Amazon Aurora is rapidly becoming the relational database of choice for so

Amazon Aurora PostgreSQL Compatible Edition

Amazon Aurora is a relational database service that combines the speed and availability of high-end commercial databases with the simplicity an

Amazon Aurora Customer Testimonials

Pagely is the WordPress hosting leader in innovation, speed, scalability, and security, with thousands of clients ranging from the largest tech

Amazon Aurora Pricing

Reserved Instance Pricing Reserved Instances are appropriate for steady-state database workloads and offer significant savings

Troubleshoot Error Received when Deleting an Amazon Aurora Cluster

If you delete the reader instance first and then delete the writer instance, you are prompted to take a final snapshot. After you enter a name

Amazon Aurora Partners

Flux7 As part of our focus on enabling businesses to manage their own infrastructure and strengthen agility, Flux7 helps customers t

Amazon Aurora Serverless 정식 출시

Amazon Aurora는 고성능 상용 데이터베이스의 성능과 가용성에 오픈 소스 데이터베이스의 간편성과 비용 효율성을 결합하였으며 클라우드를 위해 구축된 MySQL 및 PostgreSQL 호환 데이터베이스 서비스입니다. Aurora의 새로운 기능인

FAQ sur Amazon Aurora

Q : Qu'est-ce qu'Amazon Aurora ? Amazon Aurora est un moteur de base de données relationnelle qui associe la vitesse et la fiabilité

AWS 匯入事例:株式會社ドワンゴによる Amazon Aurora 活用事例

2015 年 9 月頃から Amazon Aurora の検討を開始し、2 ヶ月ほどの時間をかけて本番と同じデータを利用した可用性と效能の検証が行われました。「検証の結果、これまで通りかそれ以上の效能が発揮できることが確認できました」(ウィリアムズ氏) その結果を

開發進行時 – Amazon Aurora Serverless

對於 Amazon Aurora,您可能已有所瞭解。Aurora 是一種完全託管、可自動擴充套件到 64 TB 的資料庫儲存,提供與 MySQL 相容或與 PostgreSQL 相容的版本。建立 Aurora 資料庫例項時,您可以選擇所需的例項大小,並可以選擇使用只讀副本提高讀取吞吐量。如果

Amazon Aurora MySQL Compatible Edition

Backtrack lets you quickly move a database to a prior point in time without needing to restore data from a backup. This lets you quickly recover