Planet MySQL HA Blog
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…