Fri.Jan 17, 2025

article thumbnail

Dynatrace platform receives TX-RAMP Level 2 certification

Dynatrace

What is TX-RAMP? The Texas Risk and Authorization Management Program (TX-RAMP) provides a standardized approach for security assessment, certification, and continuous monitoring of cloud computing services that process the data of Texas state agencies. TX-RAMP certification requires cloud service providers to meet the stringent security and privacy standards set by the Texas Department of Information Resources (DIR).

article thumbnail

What’s the Cost of Counting MySQL Table Rows?

Percona

What index will be used when you count all rows in a table? Well, the MySQL documentation provides a straightforward answer to this, quoting: InnoDB processes SELECT COUNT(*) statements by traversing the smallest available secondary index unless an index or optimizer hint directs the optimizer to use a different index.