AWS, NoSQL DynamoDB Scan: the most efficient operation 😉 20.12.2020 by Open source Team By Franck Pachot . The title is provocative on purpose because you can read in many places that you should avoid scans, and that Scan operations are less efficient than other operations in DynamoDB. I(…)
AWS, Cloud Amazon Aurora: calling a lambda from a trigger 14.12.2020 by Cloud Team By Franck Pachot . You may want your RDS database to interact with other AWS services. For example, send a notification on a business or administration situation, with a “push” method rather than a “pull” one from a Cloud(…)
AWS Aurora Serverless v2 (preview) – CPU 07.12.2020 by Cloud Team By Franck Pachot . This follows my previous post https://www.dbi-services.com/blog/aurora-serverless-v2-ram/ which you should read before this one. I was looking at the auto-scaling of RAM and it is now time to look at the CPU(…)
AWS Aurora Serverless v2 (preview) – RAM 07.12.2020 by Cloud Team By Franck Pachot . What is Aurora Serverless? That’s the RDS Aurora name for auto-scaling: instead of provisioning an instance size (from the burstable db.t3.small with 2 vCPU and 2GB RAM to db.r5.16xlarge with 64 vCPU and 512 GB(…)
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(…)