Remove 2012 Remove Availability Remove Database Remove Storage
article thumbnail

Observability engineering: Getting Prometheus metrics right for Kubernetes with Dynatrace and Kepler

Dynatrace

Named after the Greek god who brought fire down from Mount Olympus, Prometheus metrics have been transforming observability since the project’s inception in 2012. But often, we use additional services and solutions within our environment for backups, storage, networking, and more. What is Prometheus?

Metrics 175
article thumbnail

Expanding the Cloud ? Managing Cold Storage with Amazon Glacier

All Things Distributed

Managing Cold Storage with Amazon Glacier. By Werner Vogels on 21 August 2012 12:01 AM. With the introduction of Amazon Glacier , IT organizations now have a solution that removes the headaches of digital archiving and provides extremely low cost storage. All Things Distributed. Expanding the Cloud â?? Comments ().

Storage 122
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

MariaDB vs MySQL: Key Differences and Use Cases

Percona

Before we dive into the differences between MariaDB and MySQL, we will provide a thorough examination of each relational database management system (RDBMS). While originally designed to be a drop-in replacement for MySQL, it evolved into its own distinct database management system and is now maintained and supported by the MariaDB Foundation.

article thumbnail

Expanding the Cloud ? Provisioned IOPS for Amazon RDS - All.

All Things Distributed

By Werner Vogels on 25 September 2012 06:00 PM. Following the huge success of being able to provision a consistent, user-requested I/O rate for DynamoDB and Elastic Block Store (EBS), the AWS Database Services team has now released Provisioned IOPS, a new high performance storage option for the Amazon Relational Database Service (Amazon RDS).

Cloud 117
article thumbnail

Expanding the Cloud for Windows Developers - All Things Distributed

All Things Distributed

By Werner Vogels on 08 May 2012 02:00 PM. You can then off load the management and scaling of your database and application stack to Amazon RDS and AWS Elastic Beanstalk , and focus on adding value to your customers. Amazon RDS currently supports SQL Server 2008 R2 and plans to add support for SQL Server 2012 later this year.

Cloud 115
article thumbnail

Minimal Logging with INSERT…SELECT into Empty Clustered Tables

SQL Performance

If both sort and no-sort alternatives are available, the optimizer will make a cost-based choice. The following script should be run on a development SQL Server instance in a new test database set to use the SIMPLE or BULK_LOGGED recovery model. SQL Server 2012. [ Fully Logged Rows ] = COUNT_BIG ( * ) FROM sys.

Cache 67
article thumbnail

Using JSONB in PostgreSQL: How to Effectively Store & Index JSON Data in PostgreSQL

Scalegrid

Why should a relational database even care about unstructured data? Wave 1: PostgreSQL 9.2 (2012) added support for JSON data type. JSON database in 9.2 It is useful to validate incoming JSON and store in the database. JSONB storage results in a larger storage footprint. JSONB Patterns & Antipatterns.

Storage 321