User Profile Data Modeling Patterns in Cassandra
Join the DZone community and get the full member experience.
Join For FreePatrick McFadin wrote a good post recently on PlanetCassandra.org that covers three patterns for user profile data models in Cassandra. Even though static schema is not necessary in Cassandra because dynamic columns, its more useful to store data in static columns sometimes. That's where these patterns come in.
Getting Started with User Profile Data Modeling
These patterns include a fixed schema, a fixed schema on a wide column, and a fixed schema on a Dynamic Collection.
Data modeling
Data (computing)
Profile (engineering)
Opinions expressed by DZone contributors are their own.
Trending
-
Top Six React Development Tools
-
Decoding eBPF Observability: How eBPF Transforms Observability as We Know It
-
How AI Will Change Agile Project Management
-
TDD vs. BDD: Choosing The Suitable Framework
Comments