http://www.perlmonks.org?node_id=515088


in reply to Re: OT: Scalable web application architecture
in thread OT: Scalable web application architecture

This is the exact use of views in databases, that allow you to do complex joins in a single select call between your app and the db. This lets the db optimize the query and lets you keep your tables normalized.

cp
----
"Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."