Database
-
Software Development
Database stored proc and triggers
When working with databases, stored procedures, and triggers are powerful tools that allow developers to automate and streamline data operations.…
Read More » -
Software Development
Decoding the Trade-offs: CAP Theorem in Distributed Systems Unveiled
In the vast landscape of distributed systems, where interconnected nodes collaborate to achieve seamless functionality, the CAP theorem stands as…
Read More » -
Software Development
The Split-Brain Phenomenon: A Distributed Systems Dilemma
In the complex world of distributed systems, ensuring data consistency is a paramount concern. However, maintaining this consistency can be…
Read More » -
DevOps
The Live Database Pipeline
Evolutionary Database Design is a slightly counterintuitive approach to managing a database. On the one hand, we think of our…
Read More » -
Software Development
How to Install Maria DB, create Database and Execute Queries
Hello Friends, In this tutorial,we will see : 1. How to Install Maria DB2. How to connect to Maria DB,Create…
Read More » -
Enterprise Java
Apache Derby Database JVM Security Policy
Abstract I have already posted a number of blogs about Derby: Derby Database Backup Multiple Derby Network Servers on the…
Read More » -
Enterprise Java
Apache Ignite and Spring on your Kubernetes Cluster Part 2: Kubernetes deployment
Previously we have been successful on creating our first Spring boot Application powered by Apache Ignite. On this blog we…
Read More » -
DevOps
Apache Ignite on your Kubernetes Cluster Part 4: Deployment explained
Previously we saw the Ignite configuration that comes with the Kubernetes installation.The default configuration does not have persistence enabled so…
Read More » -
Enterprise Java
Reactive Relational Database Transactions
Spring Framework announced recently to ship with support for reactive transaction management.Let’s take an in-depth look at how this works…
Read More »