May 22, 2012

Post: Database access Optimization in Web Applications.

…approach I often use called to optimize web application performance if problem happens with few …. Just remember avoiding accessing database is the best way you can optimize database access. This applies to anything …seen people trying to join all queries in single UNION (with padding to accommodate…

Post: Are you designing IO bound or CPU bound application ?

… Performance Optimization. In fact I probably have to touch it indatabase) fits in memory. What is fast when data is inweb applications. So designing your application think what kind of application are you designing ? Can you make it CPU bound/In…these rows are “random access” to large tables (so…

Post: Heikki Tuuri answers to Innodb questions, Part II

optimizations in Innodb in 5.0 series. Also note the “Auto Increment Issue” is finally solved indatabase, I believe different applications work best on different database brands. Oracle’s main database

Post: Are PHP persistent connections evil ?

…MySQL than with most other databases. Not only connects are …In optimal configuration with Apache talking to local MySQL installation hand having no remote network accessesin some tricky way it would work perfect for you. In some complex applications…ID so if you track web requests in MySQL Logs by …