Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions products/mysql/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Unlike Oracle MySQL Enterprise or proprietary DBaaS offerings, Percona delivers

**Adaptability for Emerging Workloads**

- JavaScript stored routines (Tech Preview): write stored procedures and functions in JavaScript using the `LANGUAGE JS` clause in `CREATE FUNCTION` and `CREATE PROCEDURE`, which suits algorithmic logic and JSON handling and gives developers more readable, easier-to-debug code than SQL stored-program (PSM) syntax. Available as a Tech Preview in Percona Server for MySQL 8.4.7-7, this brings to open source MySQL a capability Oracle offers only in MySQL Enterprise Edition. Teams are invited to try the Tech Preview and share feedback through the [Percona Forums](https://forums.percona.com); real-world usage and demand help shape the path toward general availability. See the [JavaScript stored routines overview](https://docs.percona.com/percona-server/8.4/js-lang-overview.html) and the [announcement blog](https://www.percona.com/blog/javascript-stored-routines-in-percona-server-for-mysql-a-new-era-for-database-programmability/).
- Kubernetes operator choice by topology: Percona maintains **three** MySQL operator deployment paths on Kubernetes. The [Percona Operator for MySQL (PXC)](https://docs.percona.com/percona-operator-for-mysql/pxc/index.html) line automates **Percona XtraDB Cluster** for synchronous multi-primary HA. The [Percona Operator for MySQL (Percona Server)](https://docs.percona.com/percona-operator-for-mysql/ps/index.html) line delivers production-grade automation for **standalone Percona Server for MySQL**, with point-in-time recovery and incremental backups in technical preview where documented. The same Percona Server for MySQL operator line ships **MySQL Group Replication** as its GA topology (distinct from the PXC operator), offering strongly consistent HA with asynchronous replication in technical preview where documented. Pick the path that matches your HA model.
- Continuous reliability investment: Percona XtraDB Cluster releases continue to harden the HA stack, including improvements for state transfer behavior, trigger consistency, and maintenance operations in rolling update paths.

Expand All @@ -46,6 +47,7 @@ MySQL is powerful, but teams running diverse infrastructure often face release c
- Are you planning vector search or AI workloads on MySQL without adding another datastore? (Percona is developing native MySQL Vector indexing and a dedicated Binlog Server for reliable point-in-time recovery and replication at scale.)
- Do compliance requirements keep you on MySQL Enterprise Edition? (Percona Distribution for MySQL and Percona Server for MySQL provide open, inspectable components and documented FIPS mode without Enterprise licensing.)
- Are you enabling FIPS on the database layer today? (Confirm OS OpenSSL FIPS readiness and Percona Server for MySQL configuration against public FIPS documentation.)
- Do your developers want to write stored procedures and functions in JavaScript without moving to MySQL Enterprise Edition? (Percona Server for MySQL offers JavaScript stored routines as a Tech Preview; try it and send feedback through the Percona Forums to help shape it.)

**Public resources**

Expand Down
Loading