article thumbnail

DBCC Trace Flags 2562 and 2549

SQL Server According to Bob

For SQL Server 2008, 2012 and 2014 the trace flag behavior remains the same. For SQL Server 2016 the trace flags are available but the behavior may be altered by the design changes. Trace flag 2549 is used to change how DBCC sees the volume layout of the database. Trace flag 2562 is used to change the batch sizing used by DBCC.

Servers 40
article thumbnail

Expanding The Cloud ? High Performance I/O Instances for Amazon.

All Things Distributed

By Werner Vogels on 19 July 2012 12:00 AM. Databases are one particular area that for scaling can benefit tremendously from high performance I/O. The I/O requirements of database engines, regardless whether they are Relational or Non-Relation (NoSQL) DBMSâ??s All Things Distributed. Expanding The Cloud â?? Comments ().

Cloud 129
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

SQL 2016 – It Just Runs Faster: DBCC Scales 7x Better

SQL Server According to Bob

Internally DBCC CHECK* uses a page scanning coordinator design (MultiObjectScanner.) SQL Server 2016 changes the internal design to (CheckScanner), applying no lock semantics and a design similar to those used with In-Memory Optimized (Hekaton) objects, allowing DBCC operations to scale far better than previous releases.

article thumbnail

Expanding the Cloud ? Managing Cold Storage with Amazon Glacier

All Things Distributed

By Werner Vogels on 21 August 2012 12:01 AM. The service redundantly stores data in multiple facilities and on multiple devices within each facility, as Amazon Glacier is designed to provide average annual durability of 99.999999999% for each item stored. designed for 11 ninesâ??) All Things Distributed. Expanding the Cloud â??

Storage 122
article thumbnail

Expanding the Cloud ? The Amazon Simple Workflow Service - All.

All Things Distributed

By Werner Vogels on 22 February 2012 12:01 AM. By designing autonomous distributed components, developers get the flexibility to deploy and scale out parts of the application independently as load increases. All Things Distributed. Werner Vogels weblog on building scalable and robust distributed systems. Expanding the Cloud â??

Cloud 130
article thumbnail

What is RASP? Why runtime application self-protection is important, and how to do it right

Dynatrace

Runtime application self-protection is a security design pattern for embedding web application protection directly into an application or application runtime environment. In 2012, Gartner coined the term RASP to characterize this approach, which brings the security perimeter right to the application itself. What is RASP?

Tuning 222