Better Software Fast
NEW

Query Fundamentals

Adam Wright

Query fundamentals What makes a good query? Query Styles Query Aspects What makes a good query? It has a specific purpose A good query has a specific purpose. It answers a particular question. Examples: What were the top 5 products sold last month? Which developer made the most commits today? What items need to be ordered? Specific queries can often be better optimized. It is perceived as being fast Users expect applications to appear to work as fast as possible.

featured-image

Query Fundamentals

Adam Wright

featured-image

Welcome

Adam Wright

featured-image

Query Fundamentals

Query fundamentals What makes a good query? Query Styles Query Aspects What makes a good query? It has a specific purpose A good query has a specific purpose. It answers a particular question. Examples: What were the top 5 … Read More


featured-image

Welcome

Welcome to the Better Software Fast. I plan to write about several topics related to software development including software design and architecture, programming patterns and practices, software libraries and any and all …