У нас вы можете посмотреть бесплатно Amazon DynamoDB: 8 Things You NEED To Know 🎯 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Amazon DynamoDB is a fully managed NoSQL database with single-digit millisecond performance at any scale. Hi Guys, this is Abi from GokceDB and in this video, you are going to learn 8 things about Amazon DynamoDB in AWS. Let's get into it. 1. DynamoDB supports both key-value and document data models. This allows DynamoDB to have a flexible schema, so each row can have any number of columns at any point in time. 2. Using DynamoDB Accelerator, you can improve the read performance of your DynamoDB tables by up to 10 times. This makes the time required for reads from milliseconds to microseconds, even at millions of requests per second. 3. DynamoDB global tables replicate your data automatically across AWS Regions and automatically scale capacity to accommodate your workloads. 4. Amazon Kinesis Data Streams for DynamoDB captures item-level changes in your DynamoDB tables as a Kinesis data stream. This allows you to build advanced streaming applications such as real-time log aggregation, business analytics, and IoT data capture. 5. DynamoDB provides two capacity modes for each table on-demand mode, when your workloads are less predictable, and provisioned mode when you’re confident you’ll have decent utilization of the specified provisioned capacity. 6. DynamoDB integrates with AWS Lambda to provide triggers. This allows you to automatically run a custom function when item-level changes in a DynamoDB table are detected. 7. You can import data from Amazon S3 directly into a new DynamoDB table without writing any code or managing additional infrastructure. 8. You get 25 gigs of storage for free and up to 200 million read/write requests per month with the AWS Free Tier. In summary, Amazon DynamoDB is a fast nonrelational database service designed to run high-performance applications at any scale.