We have migrated to new Google sites!
Post date: Oct 11, 2013 3:21:40 PM
Many performance issues can be improved by database design. Review your database design and ask yourself the following:
Does the schema reflect the way the data is accessed?
Can larger tables be broken down into partitions?
Are you using the smallest data type possible to store column values?
Are columns used to join tables of the same data type?
Are your indexes being used?