The Challenge You’ve probably heard the expression, “Data is the new oil”. That’s because data is at the heart of any business decision system of any organization. However, the data you need isn’t always located in only one…
Read More >This post is the continuation of the previous post, Cassandra 101: Understanding What Cassandra Is, in which I’ll highlight a series of topics related to Cassandra for beginners. Replication Factor The replication factor in Cassandra can be…
Read More >(In the previous post, Part 5, we covered Data Reads.) In this blog post, we continue our series of exploring MyRocks mechanics by looking at the configurable server variables and column family options. In our last post, I explained at…
Read More >I’ve been posting quite a bit about Docker as I’ve been working with it a lot as of late. I thought I would share something interesting I discovered a couple weeks ago while working on setting up a Docker container-based…
Read More >As we know, replication is only supported officially between consecutive major MySQL versions, and only from a lower version master to a higher version slave. This means for example, the following scenario is supported: 5.6 master –> 5.7 slave while these…
Read More >MySQL Cluster is a highly available, distributed, shared-nothing database with very interesting performance characteristics for some workloads. Among other features, it supports automatic sharding and allows us to bypass the SQL layer if we don’t need it, via the NDB…
Read More >Gleb Otochkin explains how to replicate users and tablespaces using Oracle GoldenGate.
Read More >In part five of his series on GoldenGate 12.2 Big Data Adapters, Gleb Otochkin, Principal Consultant and Certified Oracle Expert at Pythian, tests the Oracle GoldenGate Adapter for MongoDB taken from the Oracle Data Integration project.
Read More >Derek Downey, OSDB Practice Advocate at Pythian, explains how to verify that a Slave is running in MySQL 5.7.
Read More >Gleb Otochkin, Principal Consultant and Certified Oracle Expert at Pythian, discusses the truncate operation and support for sequences values replication.
Read More >