Toan Bomtoanbom.hashnode.dev·Aug 25, 2024Cassandra 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’...CassandraPartition Key
Byung Joo Jeongjoo.hashnode.dev·Jul 25, 2024BookStore(incomplete) - JPA Many To Many Relationship, Using Junction Table, Composite Primary Key(Source Code and other stuffsWill be updated) Foreword I am creating "BookStore" ERD, I will start from the basic structures, It will be 4 domains below. This document will be about Junction table that should be used for Many-to-Many relationship, wh...#Junction Table