Skip to content

Blog

Engineering notes from the delivery floor.

Database schema sketch comparing JSON blobs with translation tables
EngineeringMay 17, 20264 min read

Why we model translations as rows, not JSON

A JSON translation blob is convenient until the day you need to find every untranslated heading. Relational translation tables cost one join and return that answer in milliseconds.

RRani Prameswari