Planet MySQL HA Blog
MySQL HeatWave Now FedRAMP Authorized and Live in OCI Government Realms
Keep Calm - TDE for PostgreSQL 18 Is on Its Way!
If you’ve been following the buzz around PostgreSQL, you’ve probably already heard that database level open source data-at-rest encryption is now available thanks to the Transparent Data Encryption (TDE) extension available in the Percona Distribution for PostgreSQL. So naturally, the next question is:
Where’s Percona Distribution for PostgreSQL 18?
The short answer:It’s coming.
The slightly longer one:It’s taking a bit of time, for all the right reasons.
MySQL HeatWave 9.4.2 - Improvements In Reloading Data Into The HeatWave Cluster After Rebooting
Modular Magic: Reusing Code in MySQL with the New LIBRARY Feature
From MEM to Automation: Managing MySQL Enterprise with ClusterControl
When Oracle announced the deprecation of MySQL Enterprise Monitor (MEM), many organizations running MySQL Enterprise Server suddenly faced a gap in their operations stack. MEM had long been part of the Enterprise subscription, providing monitoring and limited automation. Now, DBAs and DevOps teams must look elsewhere for visibility and control. The good news? Moving away […]
The post From MEM to Automation: Managing MySQL Enterprise with ClusterControl appeared first on Severalnines.
Querying the Unstructured: Natural Language to SQL for JSON Data
Bridging natural language processing with semi-structured data brings both opportunity and complexity.
MySQL HeatWave GenAI’s NL2SQL feature shows how natural language can simplify data interaction — even for JSON documents. Yet, because JSON embeds both data and metadata within a single column, LLMs may struggle without explicit schema cues.
By creating well-structured views that reveal JSON’s internal organization, you can transform unstructured data into a relational format the model understands — improving both query accuracy and overall usability.
This approach…