1、AWS查询慢日志select count(1) ,user_host from mysql.slow_log group by user_host;
select count(*) from mysql.slow_log ;
mysql> desc mysql.slow_log ;
+----------------+---...
Key Points
AWS EKS is a service that we can use to set up Kubernetes.
The deployment.yaml file is used to specify how our pods should be created.
The service.yaml file is used to specify how ...
Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets, API Gateways takes quite a lot of time if we wer...