You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Amazon ElastiCache Caching for Amazon RDS
2
2
__Optimize cost, increase throughput and boost performance of Amazon RDS workloads using Amazon ElastiCache__
3
3
4
-
The purpose of this project is to help you reproduce test harness of Relational Database Management Systems (RDBMS) like [Amazon Relational Service](https://aws.amazon.com/rds/) (RDS) with and without a Cache such as [Amazon ElastiCache](https://aws.amazon.com/elasticache/).
4
+
The purpose of this project is to help you reproduce test harness of Relational Database Management Systems (RDBMS) like [Amazon Relational Database Service](https://aws.amazon.com/rds/) (RDS) with and without a Cache such as [Amazon ElastiCache](https://aws.amazon.com/elasticache/).
5
5
6
6
In-memory caching improves application performance by storing frequently accessed data items in memory, so that subsequent reads can be significantly faster than reading from the primary database that may default to disk-based storage.
0 commit comments