Do you know what tables in your DB need indexes and why? Do you know how to optimally set up your partitions? Do you know why your one query runs fast for a week and then suddenly runs slow, and what you can do about it?
Yes. And I'm absolutely not an expert.
But I think you are missing an important goal of RDBs: data integrity. This is why people like to use this storage method over a NoSQL method.
Need to store subscriptions or news items? Then NoSQL might be fine. But when you need to store data relations, well thats why it's called Relational Data Base.
I advice you never to stop learning even when stuff seems difficult.
Yes. And I'm absolutely not an expert.
But I think you are missing an important goal of RDBs: data integrity. This is why people like to use this storage method over a NoSQL method.
Need to store subscriptions or news items? Then NoSQL might be fine. But when you need to store data relations, well thats why it's called Relational Data Base.
I advice you never to stop learning even when stuff seems difficult.