Ok so im fairly new to wordpress programming and realized all their core data, and plugin data are always serialized. Doesn't this take away from the RELATIONAL aspect of a RDBMS? And it doesn't even save space because the strings are soooo long most of the time, and it's harder to scale/modify the data this way...
I don't understand why they decided to do this, and i haven't found any online references as to why they would do this.