Artem Chebotko3 articles
Table of Contents IntroductionThe problem definitionSchemaDataQueriesSolution 1: Materialized viewSchemaDataQueriesSolution 2: Secondary indexSchemaDataQueriesSolution 3: State-Partitioned TableSchemaDataQueriesSolution 4: Multiple tablesSchemaDataQueries Solution 5: Customizable partitioningSchemaDataQueriesConclusion Apache Cassandra is a rock-solid choice for managing IoT and time series data at scale. The most popular use …
- Artem Chebotko
-
Data Modeling in Cassandra and Astra DB
Table of Contents Four objectivesFour modelsTwo transitions What does it take to build an efficient and sound data model for Apache Cassandra® and DataStax Astra DB? Where would one start? Are there any data modeling rules to follow? Can it be done …
- Artem Chebotko
-
Optimizing Distributed Joins: The Case of Google Cloud Spanner and DataStax Astra DB
In this post, learn how relational and NoSQL databases, Google Cloud Spanner and DataStax Astra DB, optimize distributed joins for real-time applications. Distributed joins are commonly considered to be too expensive to use for real-time transaction processing. That is because, …
- Artem Chebotko