Home / Companies / DataStax / Blog / Post Details
Content Deep Dive

Data Model Meets World, Part V: Data Remodeling

Blog post from DataStax

Post Details
Company
Date Published
Author
Jeffrey Carpenter
Word Count
1,787
Language
English
Hacker News Points
-
Summary

This blog series discusses remodeling a data model, which is making changes to an existing data model, particularly when it's already deployed in a system. The author presents various scenarios that may arise during the remodeling process, such as deleting attributes or tables no longer relevant, adding new ones, and handling new queries. They also explore different techniques for managing these changes, including using materialized views, indexes, and third-party integrations like Stratio's Lucene index implementation and DataStax Enterprise Search (DSE Search). The author emphasizes the importance of testing these features under load and considering a hybrid approach when dealing with complex search and analysis logic.