READ OPERATIONS IN CASSANDRA

READ OPERATIONS IN CASSANDRA In Cassandra read operation performs through different stages to find the data starting from MEMTABLE (RAM) to the end of the data present in SS TABLES(DISK) COMPONENTS USED TO PASS THE READ QUERY: ▪️ Memtable ▪️ Row cache ▪️ Key cache ▪️… Read More

WRITE PATHS IN CASSANDRA:

WRITE PATHS IN CASSANDRA: TERMINOLOGY OF APACHE CASSANDRA: 👉 Gossips 👉 Partitioners 👉 Snitchers 👉 SSTables 👉 Tombstones 👉 Compactions Cassandra uses murmur3 partitioners and murmur3 algorithms to create Tokens.   Cassandra Data Write Path: How Data Is Written: Data is processed by Cassandra at multiple points along… Read More

Introduction to sharding

Introduction to sharding Sharding: Sharding is a process of distributing the data across multiple machines. The distribution is done based on the specific key called the shard key. This allows MongoDB to handle large datasets and higher read/write operations. MongoDB supports horizontal scaling through Sharding.… Read More

Object Replication in Azure Storage Accounts

Object Replication in Azure Storage Accounts What is Object Replication in Azure Blob Storage Account Azure Blob Storage is also called as Object Replication in Azure storage account. Object replication creates, distributes and stores data across various storage accounts across multiple locations. Object replication Architecture… Read More

How to communicate two VM’s in Azure

How to communicate two VM’s in Azure   To establish peering between two VM’s do follow the link below. https://www.ktexperts.com/creation-of-virtual-network-peering-in-azure/ Virtual machines communication in Azure? Vnet peering (Virtual Network peering) in Azure is used for connecting two or virtual networks for resource sharing in one… Read More