TBToan Bomintoanbom.hashnode.dev·Aug 25, 2024 · 8 min readCassandra Query Cheat Sheet1. Introduction Sometimes, we need a quick reference guide to get started in our learning path. In particular, a cheat sheet is a document that contains all the critical information. In this tutorial, we’ll learn the essential concepts of Cassandra q...00
TBToan Bomintoanbom.hashnode.dev·Aug 25, 2024 · 7 min readCassandra Partition Key, Composite Key, and Clustering Key1. Overview Data distribution and data modeling in the Cassandra NoSQL database are different from those in a traditional relational database. In this article, we’ll learn how a partition key, composite key, and clustering key form a primary key. We’...00
TBToan Bomintoanbom.hashnode.dev·Aug 25, 2024 · 10 min readNetworking and Sockets: Syn and Accept queueOne key area we focused on was the relationship between endianness and TCP stream sockets. We explained why the bind syscall expects certain information for the INET family to be in a specific endianness, known as network byte order. This ensures tha...00