web developer & system programmer

coder . cl

ramblings and thoughts on programming...


query optimizations, quick recipes

published: 02-07-2010 / updated: 02-07-2010
posted in: programming, sql, tips
by Daniel Molina Wegener

Optimizing SQL queries is quite simple task, you just need to follow some rules on how you sort the filtering criteria and how you use your select statements. I will try to explain how you can optimize your queries in this post.

database usage rules

published: 23-04-2010 / updated: 23-04-2010
posted in: programming, sql, tips
by Daniel Molina Wegener

Modelling databases is not a simple task. Many times we found some misspelled words, mixed case words and some horrifying things on many databases of third party systems. My rules are simple to follow, and most of them ensures a well designed database, with special care on how do we query that database, creating reliable and optimised for speed table design and queries.