DEV Community

Discussion on: What Are the Top Database Optimization Techniques?

Collapse
 
natescode profile image
Nathan Hedglin

Use the database for storing and querying data. DON'T store everything in the database.

I've seen business logic, HTML and actual source code in databases far too often.