How to use indexes in MySQL

To improve the speed of accessing a database, one way that you can think about is to use index. The internal detail of using indexes is relevant to the B+ Tree. To understand deeply about using indexes, you can practice to make B+ tree at this link. [Read More]
Tags: Database MySQL

Topic in Kafka

In this article, we will learn how topic works in Kafka. This knowledge about topic is really important when we want to work with Kafka. [Read More]
Tags: Kafka