CLF-C01 Exam QuestionsBrowse all questions from this exam

CLF-C01 Exam - Question 375


A company is running a standard PostgreSQL database on premises. The company is migrating the database to the AWS Cloud and does not want to change the queries that access the database. The company must maximize the query performance.

Which AWS service will meet these requirements?

Show Answer
Correct Answer: B

Amazon Aurora PostgreSQL is designed to be compatible with PostgreSQL, allowing existing applications and tools to run without requiring modification. This means queries do not need to be changed when migrating. Additionally, it offers significant performance improvements over standard PostgreSQL, making it the best option to maximize query performance.

Discussion

17 comments
Sign in to comment
SLEON01Option: A
Nov 19, 2022

Option A is correct, with option B user has to change querys refering Aurora Database Endpoint for each query

Saif93
Jan 23, 2023

100% accurate.

exclusiveOption: A
Jan 9, 2023

The correct answer is A. Amazon RDS for PostgreSQL. Amazon RDS for PostgreSQL is a fully managed database service that makes it easy to set up, operate, and scale PostgreSQL deployments in the cloud. It is designed to be compatible with existing PostgreSQL applications, so you can migrate your database to the cloud without changing your queries. Amazon RDS for PostgreSQL can also automatically scale the underlying hardware resources based on the workload, which can help maximize query performance. Amazon Aurora PostgreSQL is also a fully managed database service, but it is designed to be compatible with PostgreSQL and to offer improved performance and scalability. However, it is not a drop-in replacement for PostgreSQL, so you may need to modify your queries to take advantage of its features.

ayeah
Mar 9, 2023

just to correct that ....... "Aurora PostgreSQL is a drop-in replacement for PostgreSQL and makes it simple and cost-effective to set up, operate, and scale your new and existing PostgreSQL deployments, thus freeing you to focus on your business and applications" from documentation. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.AuroraPostgreSQL.html

kk9550Option: B
Jun 22, 2023

B: Aurora, its 100% compatible with postgreSQL no need to make any changes in the queries, and the performance is better than RDS

Viggan
Jul 13, 2023

Agreed. "Aurora is fully compatible with MySQL and PostgreSQL, allowing existing applications and tools to run without requiring modification." (https://aws.amazon.com/rds/aurora/features/#Migration_Support)

huanghaiyaoOption: B
Jul 28, 2023

answer is from:https://www.amazonaws.cn/en/rds/aurora/postgresql-features/ Amazon Aurora is a relational database service that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of open source databases. The PostgreSQL-compatible edition of Aurora delivers up to 3X the throughput of standard PostgreSQL running on the same hardware, enabling existing PostgreSQL applications and tools to run without requiring modification. The combination of PostgreSQL compatibility with Aurora enterprise database capabilities provides an ideal target for commercial database migrations.

fergarriOption: B
Sep 5, 2023

To migrate a standard PostgreSQL database to the AWS Cloud without changing the queries and maximize query performance, you should consider using: B. Amazon Aurora PostgreSQL Amazon Aurora is a fully managed relational database service that is compatible with both MySQL and PostgreSQL

Pranava_GCPOption: B
Jul 17, 2023

B. Amazon Aurora PostgreSQL https://aws.amazon.com/rds/aurora/features/#Migration_Support "Aurora is fully compatible with MySQL and PostgreSQL, allowing existing applications and tools to run without requiring modification." "Testing on standard benchmarks such as SysBench has shown an increase in throughput of up to 5x over stock MySQL and 3x over stock PostgreSQL on similar hardware. Aurora uses a variety of software and hardware techniques to ensure the database engine is able to fully use available compute, memory, and networking. I/O operations use distributed systems techniques, such as quorums to improve performance consistency."

DopePopOption: A
Jul 28, 2023

Option A

ManikRoyOption: B
Feb 8, 2024

Aurora PostgreSQL is a drop-in replacement for PostgreSQL, so no code change is required and its also 3 times faster.

Amar_1905
Jul 6, 2023

Aurora PostgreSQL > 3 time faster (RDS PostgreSQL) so for best performance Aurora should be the choice. Most cost effective will be RDS

GulsahOption: B
Jul 23, 2023

https://aws.amazon.com/rds/aurora/features/ Amazon Aurora is a relational database service that combines the speed and availability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases. Aurora is fully compatible with MySQL and PostgreSQL, allowing existing applications and tools to run without requiring modification.

SP888Option: A
Jul 31, 2023

Amazon RDS for PostgreSQL

zoeySharp
Aug 22, 2023

Correct answer is B = "When you want to achieve the best performance without changing existing queries while moving the current PostgreSQL database to AWS Cloud, considering the scenario you have provided, the best option will be B. Amazon Aurora PostgreSQL."

HOYIITPUCOOption: B
Oct 11, 2023

B aurora

YSJ_VITOption: B
Dec 25, 2023

B: Aurora PostgreSQL If the company doesn’t want to change the queries that access the database, both Amazon RDS for PostgreSQL and Amazon Aurora PostgreSQL would work, as they both support standard PostgreSQL queries. However, if maximizing query performance is a priority, Amazon Aurora PostgreSQL might be the better choice. It’s designed to be compatible with PostgreSQL, so the company can use existing PostgreSQL queries without needing to change them. Plus, Aurora PostgreSQL is often faster than standard PostgreSQL, especially for transaction processing.

Manny_75Option: B
Dec 25, 2023

A & B are both valid answers. Both require the same amount or method to migrate. https://aws.amazon.com/blogs/database/best-practices-for-migrating-postgresql-databases-to-amazon-rds-and-amazon-aurora/

AchmanOption: A
Jan 13, 2024

Option A is correct because the queries for the database do not have to change after the migration.

07074edOption: B
Jul 1, 2024

Aurora claims over 3x the performance of Postgres on RDS