(Luis Soares) Here comes another MySQL release, and together with it, a set of new replication features. As usual, we would like to summarize them. And, also as usual, follow up blogs will provide further details.
Community
Experiment: Wrapping CFThread Execution In A FusionReactor Tracked Transaction In Lucee CFML 5.2.9.40
(Ben Nadel) Now that I have FusionReactor running in our production Lucee CFML apps, I’ve been spending a lot of time trying to understand how I can best leverage its functionality.
Quick Tip: Stripping out your Java/Python from your SQL
(Jeff Smith) Have some SQL in your Java or Python app that needs some work?
SQL SERVER – Query to List All Jobs with Owners
(Pinal Dave) The other day, I was helping my client of the Comprehensive Database Performance Health Check, and during the engagement, I provided a few scripts which they can use to tune their system. During the engagement suddenly a Jr. DBA asked me if I have a query that will list all the jobs in
How To Add AutoComplete Textbox In React Application
(Sanwar Ranwa) In this article we are going to learn how we add AutoComplete textbox in ReactJS. We use Material UI Autocomplete component in this demo.
Extended Events Misperceptions: Profiler is Easier, Part 2
(Grant Fritchey) I wrote a short blog post about the misperception that Profiler was easier than Extended Events when it came to the core concept of “click, connect, BOOM, too much data”.
Use the jOOQ-Refaster Module for Automatic Migration off of Deprecated jOOQ API
(lukaseder) Starting with jOOQ 3.13, we’re offering a new module called jOOQ Refaster, which provides refaster templates for automatic API migration.
Are IBM z/OS Db2 DBAs Vanishing?
(Chad Reiber) I have the great opportunity to work with several Db2 z/OS users across the US. Certainly, I hear and see Db2 databases getting larger and the availability requirements longer; however, the size of the DBA group is shrinking.
How to Use ProxySQL 2 on Percona XtraDB Cluster for Failover
(Walter Garcia) If you are thinking of using ProxySQL in our Percona XtraDB Cluster environment, I’ll explain how to use ProxySQL 2 for failover tasks.
Blazor by Example – Build a simple markdown editor
(Jon Hilton) Blazor promises to empower C# developers to build modern web applications quickly, using a language and ecosystem they already know and understand.