Remove Availability Remove Definition Remove Servers Remove Testing
article thumbnail

Percona Distribution for PostgreSQL 16 Is Now Available

Percona

It looks like we succeeded, and I’m happy to announce that Percona Distribution for PostgreSQL 16 is now available! The effort has definitely paid off, as we can release shortly after upstream. To highlight some: Logical replication from standby servers is now supported natively by PostgreSQL.

article thumbnail

Is ANALYZE TABLE Safe on a Busy MySQL Database Server?

Percona

MySQL Server – Community Edition The problem applies to all versions of the upstream MySQL Community up to 8.0.23. Here is an example scenario you may end up here: mysql > select @@version,@@version_comment; + --+ + | @@version | @@version_comment | + --+ + | 5.7.43 | MySQL Community Server (GPL) | + --+ + 1 row in set (0.00

Servers 96
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

Migrating Netflix to GraphQL Safely

The Netflix TechBlog

The three strategies we will discuss today are AB Testing , Replay Testing, and Sticky Canaries. Before GraphQL: Monolithic Falcor API implemented and maintained by the API Team Before moving to GraphQL, our API layer consisted of a monolithic server built with Falcor. To launch Phase 1 safely, we used AB Testing.

Traffic 353
article thumbnail

Dynatrace SaaS release notes version 1.241

Dynatrace

The title size of a tile has been moved from the dashboard definition to the dashboard metadata definition and included in the advanced settings UI for dashboards. General Availability (Build 1.241.153). General Availability (Build 1.241.153). Dashboards. Dynatrace API. Dynatrace API. Resolved issues. Resolved issues.

Tuning 201
article thumbnail

Correctly Configure (Pre) Connections

CSS Wizardry

Always force HTTPS when it’s available. Connection overhead isn’t huge , but too many preconnect s that either a) aren’t critical, or b) don’t get used at all, is definitely wasteful. Further, opening and persisting connections has a CPU overhead on both the client and the server. Note that the BBC use schemeless URLs (i.e.

Speed 234
article thumbnail

Setting Up MongoDB SSL Encryption

Scalegrid

Each section is crafted to elevate your database’s security protocol, from acquiring the necessary SSL certificates to configuring server and client connections. Preparing SSL Certificates for MongoDB The SSL certificates are necessary for our MongoDB server to establish secure SSL/TLS communications.

Servers 130
article thumbnail

The SQL Server Transaction Log, Part 4: Log Records

SQL Performance

The simplest definition of a log record: it describes a single change to a database. You can read a bit more about rollbacks in my article A Complete Introduction to SQL Server Transactions on the SentryOne blog, and I’ll cover them in depth in the next article. What Are Log Records? Log Record Types.

Servers 94