Hey everyone,
I am working on designing a data model for a new project using ScyllaDB & want to get some insights from the community. I know that ScyllaDB is built for high performance & scalability but I want to make sure I am structuring my tables and queries in the best possible way.
From what I understand, avoiding too many partitions and making good use of clustering keys is key But I am still a bit unsure about things like
- How do you decide on the right partition key strategy for high write workloads?
- Any tips on avoiding tombstones and keeping read performance fast?
- How do secondary indexes and materialized views impact performance in real-world scenarios?
- Are there any anti-patterns you wish you had avoided when designing your data model?
Would love to hear from folks who have worked with ScyllaDB in production.
if anyone have any resources, tutorials or personal experiences please share with me.
Thank you…….