AWS Database announcements at re:Invent 2020 03.12.2020 by Cloud Team By Franck Pachot . This year is not very nice for conferences as everything is virtual and we miss the most important: meeting and sharing with people. But the AWS re:Invent is actually a great experience. As an AWS(…)
AWS DynamoDB Scan (and why 128.5 RCU?) 30.11.2020 by Cloud Team By Franck Pachot . In the previous post I described the PartiSQL SELECT for DynamoDB and mentioned that a SELECT without a WHERE clause on the partition key may result in a Scan, but the(…)
AWS, Database Administration & Monitoring Cross-cloud PMM: which TCP ports to open 29.11.2020 by Cloud Team By Franck Pachot . I recently installed Percona Monitoring & Management on AWS (free tier) and here is how to monitor an instance on another cloud (OCI), in order to show which TCP port must be opened. PMM server(…)
AWS DynamoDB PartiQL – part II: SELECT 25.11.2020 by Cloud Team By Franck Pachot . In the previous post I insertd a few rows in a Demo table using the SQL-like new API on DynamoDB. I checked my items with a SELECT but was limited in(…)
AWS DynamoDB PartiQL – part I: INSERT 24.11.2020 by Cloud Team By Franck Pachot . This sounds paradoxical to execute SQL statements on a NoSQL database, but we have now a new API to interact with DynamoDB, which looks like SQL. AWS data services is a collection of purpose-built database(…)
AWS AWS burstable EC2 and CloudWatch metrics 23.11.2020 by Cloud Team By Franck Pachot . Your application workload is usually not constant and maybe not predictable. If you undersize the capacity, you will save money but in case of peak of activity you will have severe performance issues. Thus, you(…)
AWS, Cloud, Oracle AWS DynamoDB -> S3 -> OCI Autonomous Database 16.11.2020 by Oracle Team By Franck Pachot . I contribute to multiple technologies communities. I’m an Oracle ACE Director for many years, and I also became an AWS Data Hero recently 🎉. I got asked(…)
AWS, Database Administration & Monitoring Loading data from S3 to AWS RDS for PostgreSQL 11.11.2020 by Daniel Westermann AWS RDS for PostgreSQL comes with an extension that allows you to fetch data from AWS S3 and to write back data to AWS(…)
AWS, PostgreSQL PostgreSQL in AWS: clearing the doubts 09.11.2020 by Open source Team By Franck Pachot . I’ve heard and read people saying that the PostgreSQL managed service is not the true open-source PostgreSQL from the community. This is wrong and I’m writing this post to clarify it. PostgreSQL on EC2(…)
AWS, Cloud, NoSQL, Oracle NoSQL and SQL: key-value access always scale 04.11.2020 by Oracle Team By Franck Pachot . I have written about some NoSQL myths in previous posts (here and here) and I got some feedback from people mentioning that the test case was on(…)