Talk in English - US at php[tek] 2024
View Slides: https://tinyurl.com/db-design-tek-2024
Short URL: https://joind.in/talk/9a94b
(QR-Code (opens in new window))
As shocking as this may be, not every team has a dedicated database administrator. Like many developers, I have had to learn difficult lessons about database design the hard way when under a lot of pressure to get something that’s broken fixed. In this session, we will go over how to normalize our database, how to use indexes to improve our performance and discuss using constraints to make sure that the data entered into our database follows our business rules.
Comments
Comments are closed.
Fantastic presentation and fantastic presenter!
All-important information.
I've never worked with a DBA so all of my SQL knowledge is self taught. This talk not only let me know that most of what I was already doing was correct, but also gave me insight to a couple of other things that I need to be doing to get even better.