Pregunta de entrevista de SciSpace

System design for micro blogging platform

Respuesta de la entrevista

Anónimo

31 ene 2025

My schema was Blogs id : uuid title: string content: string comments: {1: [commnens...], 2: p[c1,c2....]} (i had 3 tables before comments, blogs, and users later deleted both because it was causing some problem i was iteratively changing it)