Archive for the tag "performance"
Static analysis for performance – the server side java symposium
March 17th, 2011 by Jeanne BoyarskyOverall, I was disappointed by the session. Most of it was about the performance anti-patterns and i was expecting more about the static analysis tool. There was only one slide with an example of how to detect a pattern using static analysis and I found it hard to understand, It is easy to say to [...]
Posted: 17 March, 2011 in Conferences.
Tags: performance, static analysis, tssjs
Comments: 1
Making MySQL Use More Memory: Part 2
March 26th, 2009 by Scott SelikoffIn a previous article, I discussed how to get the most out of your memory usage in MySQL systems using the InnoDB storage engine. To review, MySQL has overly conservative memory usage by default. Your MySQL instance may be using only a small fraction of the available memory, leading to unnecessarily poor application performance. In [...]
Posted: 26 March, 2009 in Database.
Tags: Database, myisam, performance
Comments: 2
Making MySQL Use More Memory
January 7th, 2009 by Scott SelikoffUnlike a lot of database servers, MySQL is strangely conservative (by default) on how much memory it will allocate. If you’re not careful, you can have 16GB of RAM on your machine with MySQL only using 50MBs, leading to extremely poor performance under heavy load. I know firsthand that navigating MySQL configuration guides can be [...]
Posted: 7 January, 2009 in Database.
Tags: Database, innodb, performance
Comments: 4
