What Enterprise IT Leaders Are Really Saying About AI
Enterprise AI has reached an interesting inflection point.

It is not uncommon that we need to filter out some DBs or Tables while setting up replication. It is important to ...
It is not uncommon to come across MySQL databases where reserved words are in use as identifiers for any kind of ...

NOTE: If you want to read and play with the interactive application, it has been developed using Shiny/R in order to ...
My goal in this post is to present you with examples of useful operations using xtrabackup, using options which in some ...
Several days ago I was asked a question about SharePlex and should verify behaviour before providing the answer. I had ...
Timestamp Math Several years ago I wrote an article on Oracle date math. Amazingly, that article was still available ...
When it comes to schema design, one of the more common issues I see for INNODB tables is in the selection of a primary ...
Overview of managed service maintenance Part of the appeal of AWS' Redshift is that it's a managed service, which means ...
Context Removing users in MySQL is an easy task, but there are some drawbacks to check carefully before dropping a ...

You can get many returns from a Google search for "MySQL Query Best Practices" or "MySQL Query Optimization." The ...
We've all encountered a situation where you want to check a simple query or syntax for your SQL and don't have a ...

In this article, we'll cover the functionality available in SQL Server 2014 for textual research known as Full-Text ...
1. Introduction Recently Pythian's Cassandra team worked on one customer's request to copy data of several Cassandra ...
Recently, a co-worker encountered a significant performance hurdle after a database upgrade. The plan included ...
Introduction When you have a SQL Server environment where a very complex replication setup is in place, and you need to ...
What do I mean by 'fix' the the fixed object statistics? Simply gather statistics to help the optimizer. What are ...
Puppet manifests can hold a lot of sensitive information. Sensitive information like passwords or certificates are used ...

Once upon a time I wrote about the Internal Workflow of an E-Business Suite Concurrent Manager Process. Many things ...

Since documentation is not very clear to me on the topic of InnoDB flushing in combination with Linux IO (specifically ...
I recently had an issue involving a damaged ASM disk group. Each time an attempt was made to mount the disk group it ...
For implementing Large Pages on AIX first you will need to choose large page size at OS level. On AIX you can have ...
This article continues our deep dive into the GoldenGate Big Data adapters, specifically focusing on the Kafka adapter. ...
What is MetaData Lock? MySQL uses metadata locking to manage concurrent access to database objects, and to ensure data ...
1. Introduction Cassandra offers three different repair mechanisms to make sure data from different replicas are ...
This is the next post in my series about Oracle GoldenGate Big Data adapters.

Overview DDL (Data Definition Language) statements create, alter, and remove database objects. These types of changes ...

Exploring the phenomenon of “datafication” In the year 2000, only a quarter of the world’s stored information was ...
Wait, what? Deleted files are gone, right? Well, not so if they’re currently in use, with an open file handle by an ...