Postgresql – How many rows of data are deemed untenable and require a switch to a JSON column
Context To describe the situation I find myself in currently, let's take the 3 tables relevant to this: CREATE TABLE steam_user ( id SERIAL PRIMARY KEY, username TEXT NOT NULL, steam_id TEXT NOT NULL, profile_url TEXT NOT NULL, avatar_url TEXT…