MySQL
-
Software Development
Scaling to 100M: MySQL is a Better NoSQL
MySQL is a better NoSQL. When considering a NoSQL use case, such as key/value storage, MySQL makes more sense in…
Read More » -
DevOps
End-to-End Automation for Docker-based 3-Tier Java Apps (Niginx, Tomcat and MySQL) on AWS
The geographical distribution & the continuously growing number of cloud services of Amazon Web Service has driven many startups &…
Read More » -
DevOps
Docker 3-Tier Java App (Nginx, Tomcat, MySQL) Automation on Any Cloud
DCHQ simplifies the containerization of enterprise applications and makes it possible to replicate very complex application environments on multiple hosts…
Read More » -
Enterprise Java
How does the MySQL JDBC driver handle prepared statements
Prepared statement types While researching for the Statement Caching chapter in my High-Performance Java Persistence book, I got the chance…
Read More » -
Software Development
Benchmarking Aurora vs MySQL: Is Amazon’s New DB Really 5x Faster?
Amazon Aurora: The next generation of hosted database services put to the test In this post we’re taking a closer…
Read More » -
Software Development
MySQL Is a Great NoSQL
NoSQL is a set of database technologies built to handle massive amounts of data or specific data structures foreign to…
Read More » -
Software Development
Mysql versions prior to 5.7 do not fully support two phase commit
While doing some tests for the recently released generic JCA adapter which is capable of binding remote calls to microservices…
Read More » -
Software Development
MySQL vs. MongoDB: Choosing a Data Management Solution
Table Of Contents 1. Introduction 2. The dominance of RDBM systems 3. A new era of NoSQL movement 4. Tables…
Read More » -
DevOps
Docker MySQL Persistence
One of the recipes in 9 Docker recipes for Java developers is using MySQL container with WildFly. Docker containers are ephemeral, and…
Read More »