Performance Tuning
Aug 12 2011
Performance Tuning on Older iOS Devices
The hardware capabilities of iOS devices have improved dramatically in the two most recent generations, which has helped fuel the growth of increasingly complex apps featuring augmented reality and photorealistic gaming. While such advances are great for the iOS platform, it is important for developers to consider older generations of iPhones and iPod touches that are still a significant portion of the installed base. This post will cover some important perfomance tweaks to improve the user experience on these slower devices.
Mar 07 2010
SQL Server Performance tuning with ODBC and JDBC applications
This article assumes that you already have an optimal data model along with the most efficient data tier in your application. You’ve spent plenty of time optimizing indexes, poring over the SQL explain plans, and tuning the SQL queries that your application uses to retrieve data from your SQL Server database. The application has been running fairly smoothly, performance isn’t great but has been acceptable to the end users.
At some point, due to application load from the users, data volume, or other external variables, you notice that the queries you optimized utilizing the Management Studio’s estimated explain plan do not perform as expected.
Let’s take a look at the table we’ll be querying. We’re using the VARCHAR data type to store all string data in our database.