SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
Viewpoint



Performance Optimization: Extending the
IT Infrastructure
Optimizing System Performance Using Prevent, Find, and Fix
Methodologies

May 2009




Corporate Headquarters              EMEA Headquarters         Asia-Pacific Headquarters
100 California Street, 12th Floor   York House                L7. 313 La Trobe Street
San Francisco, California 94111     18 York Road              Melbourne VIC 3000
                                    Maidenhead, Berkshire     Australia
                                    SL6 1SF, United Kingdom
Performance Optimization: Extending the IT Infrastructure


In today's economy it is imperative that application and
database developers work smarter, not harder, to meet the              “Poor performance costs the
demands put on them by line of business owners, senior                 software industry millions of
management, and the company as a whole. Due to time,                      dollars annually in lost
money, and resource limitations it is often no longer feasible             revenue, decreased
to rewrite, re-architect, or even replace applications and                productivity, increased
databases that are core to running a business as a means of             development and hardware
achieving better performance or scalability. Likewise, simply              costs, and damaged
throwing additional computing resources at the problem in                  customer relations.”
an attempt to extend the life of an application or system is
often no longer feasible due to capital costs. The only option
is to get more out of existing systems with as little effort as possible.
It all circles back to optimization. Performance optimization is a key ingredient in the struggle to
stretch an invested IT dollar to its absolute limit. From a productivity perspective, application
and database performance is becoming more critical in everyday business transactions. There is
no time to waste as a query drags on. Performance optimization problems can occur at any
stage of the development lifecycle, so organizations need to take a three step approach to this
problem: prevent, find, fix.


PREVENT, FIND, FIX
Embarcadero offers database and code optimization tools for application developers, database
developers, and database administrators to prevent, find, and fix problems that impact
performance throughout the system development lifecycle. Embarcadero performance
optimization tools help:

•   Data architects deliver performance-oriented schema to development
•   Developers and QA Engineers build high performing applications and databases, and keep
    poor-performing (and costly) code from reaching production
•   Database administrators address performance issues in production. 24x7 monitoring and
    alerts to catch fires early and fix them quickly before outages occur


Database and code optimization tools detect problems earlier, address issues faster, minimize
the chance of deploying poor-performing Java™ or SQL code, and ultimately deliver higher
quality solutions. Continuous monitoring of database performance allows DBAs to quickly find
and correct problematic SQL statements and ensure faster response times for better end-user
experience. Performance optimization tools can also minimize IT spend on additional hardware
to handle peak-load requirements by insuring the applications and databases are optimized to
fully utilize existing IT resources.


JAVA PERFORMANCE OPTIMIZATION
While it is unlikely that anyone would disagree with the statement that “faster is better”, nor
would they disagree with the idea that poor code quality is costly on numerous levels, here are
a few points to drive this home:




Embarcadero Technologies                                                                         -1-
Performance Optimization: Extending the IT Infrastructure


    •   According to IDC Research 1 over 46% of the companies surveyed indicated that it takes
        an average developer an average of 2-5 days to correct a field defect. Even worse, 67%
        of the respondents indicated that it took 2-10 days. This not only means a significant
        amount of time and money is spent fixing defects, but there is also the lost opportunity
        costs that need to be considered since a developer fixing bugs, isn't implementing new
        solutions or applications which may be critical to the business.

    •   According to Lloyd G. Williams, Ph.D. and Connie U. Smith, Ph.D. in their paper titled
        Five Steps to Solving Software Performance Problems, "Poor performance costs the
        software industry millions of dollars annually in lost revenue, decreased productivity,
        increased development and hardware costs, and damaged customer relations".

    •   From a report by LKP Group, according to the CTO of one software development
        organization, a bug that costs $1 to fix on the programmer's desktop costs $100 to fix
        once it is incorporated into a complete program, and many thousands of dollars if it
        identified after the software has been deployed in the field. 2

    •   From the same report, Barry Boehm, one of the industry's leading experts on software
        quality, has published several studies over nearly three decades that demonstrate how
        the cost of removing a software defect grows exponentially for each downstream phase
        of the development lifecycle in which it remains undiscovered. 3

    •   According to a study commissioned by the US Department of Commerce's National
        Institute of Standards and Technology (NIST), software bugs, or errors, are so prevalent
        and so detrimental that they cost the U.S. economy an estimated $59.5 billion annually,
        or about 0.6 percent of the gross domestic product. 4

Even in a good economy these figures are staggering. In today's economy the ability to
significantly reduce these costs could mean the success or failure of a business.

EMBARCADERO® J OPTIMIZER™
J Optimizer is a Java optimization tool designed to aid              “…software bugs, or errors,
developers in finding and fixing problems in their code earlier        are so prevalent and so
in the development process. J Optimizer's audits perform a            detrimental that they cost
static code analysis, identifying coding problems like potential        the U.S. economy an
race conditions, unchecked exceptions and more. Advanced               estimated $59.5 billion
code metrics allow developers to easily determine the quality           annually, or about 0.6
and complexity of the code structure, helping them pinpoint              percent of the gross
potential problem areas quickly.                                         domestic product.”




1
  Debugging and Business Value Survey IDC April 2008
2
  http://www.lkpgroup.com/Cost%20of%20Software%20Defects.pdf
3
  http://www.perfeng.com/papers/step5.pdf
4
  http://www.nist.gov/public_affairs/releases/n02-10.htm


Embarcadero Technologies                                                                      -2-
Performance Optimization: Extending the IT Infrastructure




       Figure 1: J Optimizer Request Analyzer shows precise drill-down information about
                       performance bottlenecks in Java EE applications.

Java developers can use J Optimizer to profile memory and CPU usage, display real-time
threading information, and determine which parts of the code are executed, all down to the
line-level detail. Once the offending line(s) of code are identified, the developer can go begin
to modify the code in J Optimizer and address the issue.

J Optimizer supports profiling of Java applications running on today's most popular commercial
and open source application servers including BEA WebLogic Application Server, IBM
WebSphere, JBoss, Oracle Application Server, Apache Geronimo, Apache Tomcat, and Sun
GlassFish.

RESOURCES
   •   http://www.embarcadero.com/products/j_optimizer/index.php
   •   You can view the videos at:
       http://www.embarcadero.com/resources/demos/joptimizer.php.


DATABASE PERFORMANCE OPTIMIZATION
                                     Database Administrators (DBAs), developers, and QA
 “Poor performance costs the         engineers are under increasing pressure to maintain the
 software industry millions of       highest levels of database and application performance.
    dollars annually in lost         They must balance customer satisfaction and productivity
     revenue, decreased              with rising costs and shrinking budgets. Throwing more
   productivity, increased           hardware or resources at the problem is no longer an option.
 development and hardware            Neither are outages or delays. Optimization tools such are
     costs, and damaged              needed to ensure that poor-performing code never reaches
     customer relations.”            the production environment - where it is significantly more
                                     costly to correct bad SQL code.



Embarcadero Technologies                                                                      -3-
Performance Optimization: Extending the IT Infrastructure


There are a number of places in the development lifecycle that can potentially create
performance optimization challenges for the DBA: at the database design stage, during
database development and QA cycle, and ultimately in the production environment as well.

DATABASE DESIGN
It starts at the database design phase of the development lifecycle. It is critical that the
database designs conform to relational standards. Embarcadero® Schema Examiner™ is a
design or architecture validation tool that looks at the structure of the database to find
improper indexing, normalization problems and other relational modeling errors that impact
database performance.

By reverse-engineering the schema of existing databases or read SQL scripts directly, design
changes can be simulated before implementation to reduce risk and allow users to check and
validate design alterations as a result of maintenance or new inclusions to the database
structure.

Schema Examiner recommends changes to database schema and can automatically generate
scripts to fix problems. This efficient and consistent approach to improving database design
helps avoid costly data errors and performance problems during all phases of the database
lifecycle.

DEVELOPMENT AND QA
It is the developer's responsibility to prevent poor-performing SQL code from reaching
production in the first place. Embarcadero® DB Optimizer™ is a SQL profiling and validation tool
that examines SQL queries to uncover inefficiencies and offers alternatives to improve SQL
performance and prevent poor-performing SQL from ever reaching the production
environment.




Figure 2: DB Optimizer graphical profiling with details on SQL statements, events, and sessions
                make it easy to find the SQL that most impacts performance.




Embarcadero Technologies                                                                       -4-
Performance Optimization: Extending the IT Infrastructure


Starting with profiling, DB Optimizer can analyze a single SQL statement or an entire database
to determine which queries should be focused on for improvement. In some cases these may
be long-running queries. In other cases they may be queries that execute repetitively. Both are
worth the effort to try and improve overall performance.

Once the problem statements have been identified, DB Optimizer can begin tuning. Tuning is
the process of actually making changes: studying a number of different options (known as
cases), the "costs" of each option, and implementing the case that provides the best execution
plan. DB Optimizer also provides batch tuning of DML statements, stored routines, and entire
SQL files, producing a number of execution plans, displayed on a grid, with detailed statistics
for each case. The best case can easily be selected to automatically replace the existing poor-
performing SQL statement.

PRODUCTION
Continuous monitoring of database performance allows DBAs to quickly find and correct
problematic SQL statements and ensure faster response times for better end-user experience.
Embarcadero® Performance Center™ helps spot performance issues impacting an organization's
bottom line. In real-time, DBAs can observe their enterprise databases in a single view to see
how they are performing at any point in time. DBAs can then quickly drill down into every detail
of a database's performance to determine the root cause of any response problems.
Configurable SQL capture offers a pro-active approach by automatically triggering profiling
sessions when a threshold has been violated.




Figure 3: Performance Center Enterprise View displays DB2 LUW, Microsoft SQL Server, Oracle,
     and Sybase databases in a single view and drill down into every detail of a database's
                   performance to determine root cause of each problem.



With 24x7 coverage performance issues are detected in real-time – before they threaten a
database’s health. DBAs can initiate an unattended, “lights out” monitoring schedule for early
problem detection and notification. Customizable alarm thresholds, notifications, and
escalation paths let DBAs control how far in advance they want to be notified of problems, how
they want to be notified, as well as who receives notification under specific conditions.

Embarcadero Technologies                                                                     -5-
Performance Optimization: Extending the IT Infrastructure


Performance Center can also respond to database alarms by invoking a command line or SQL
job to automatically fix the problem before database performance is adversely affected. Once
they have located the problem, DB Optimizer can quickly tune the problematic SQL code and
restore optimum performance.

RESOURCES
Embarcadero provides additional whitepapers and resources that delve deeper into the
specifics of database performance. For information about data warehousing, SQL profiling or
managing SLAs, see the following:

•   http://www.embarcadero.com/resources/technical_papers/Why-Data-Warehouse-Projects-
    Fail.pdf
•   http://www.embarcadero.com/resources/technical_papers/Faster-SQL-Profiling-for-Better-
    Database-Performance.pdf
•   http://www.embarcadero.com/resources/technical_papers/Using-Database-Monitoring-
    Tools-to-Measure-Manage-and-Prove-SLA-Compliance.pdf
•   View videos for DB Optimizer here:
    http://www.embarcadero.com/resources/demos/dboptimizer.php
•   View a video that highlights Performance Center:
    http://www.embarcadero.com/resources/demos/performance_center.php



OPTIMIZATION GIVES YOU MORE FOR LESS
Embarcadero’s industry-leading Java™ and SQL optimization tools let you detect
performance problems earlier, correct them faster, and minimize the risk of ever deploying
poor-performing code into production. Top-performing systems helps minimize IT spend by
ensuring that applications and databases fully optimized to utilize existing IT resources.

EMBARCADERO OPTIMIZATION TOOLS
•   J Optimizer is a Java profiling tool designed to find and fix code problems earlier in the
    development process. Dynamic code analysis tools identify performance problems such as
    potential race conditions and unchecked exceptions, and memory and CPU bottlenecks.
    Advanced code metrics reveal the quality and complexity of the code structure to quickly
    pinpoint potential problem areas.
•   DB Optimizer is a SQL profiling and validation tool that offers graphic visualization of wait-
    time analysis and examines SQL queries to uncover inefficiencies and offers alternatives to
    improve SQL performance and prevent poor-performing SQL from ever reaching the
    production environment.
•   Performance Center is a 24x7 database monitoring tool that lets you access both historical
    performance analysis data as well as identify and diagnose problems occurring in real-time.
    It tracks and reports on all aspects of database activity like memory, I/O, contention, space,
    network, objects, users, and SQL code to pinpoint performance problems.
•   Schema Examiner is a design or architecture validation tool that looks at the structure of
    the database to find improper indexing, normalization problems and other relational
    modeling errors that impact database performance.



Embarcadero Technologies                                                                       -6-
Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application
developers and database professionals so they can design systems right, build them faster and
run them better, regardless of their platform or programming language. Ninety of the Fortune
100 and an active community of more than three million users worldwide rely on Embarcadero
products to increase productivity, reduce costs, simplify change management and compliance
and accelerate innovation. The company’s flagship tools include: Embarcadero® Change
Manager™, CodeGear™ RAD Studio, DBArtisan®, Delphi®, ER/Studio®, JBuilder® and Rapid
SQL®. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located
around the world. Embarcadero is online at www.embarcadero.com.

Mais conteúdo relacionado

Mais procurados

Resume_Mainframe_Insurance_Selenium
Resume_Mainframe_Insurance_SeleniumResume_Mainframe_Insurance_Selenium
Resume_Mainframe_Insurance_SeleniumSatish Damodhar Pund
 
Resume Nimisha Jha Mainframe Developer 6 Years 5 Months
Resume Nimisha Jha Mainframe Developer 6 Years 5 MonthsResume Nimisha Jha Mainframe Developer 6 Years 5 Months
Resume Nimisha Jha Mainframe Developer 6 Years 5 MonthsNimisha Jha
 
NeilBrittleton Current CV
NeilBrittleton Current CVNeilBrittleton Current CV
NeilBrittleton Current CVNeil Brittleton
 
Bill schuck mainframe programmer - 2013 resume
Bill schuck   mainframe programmer - 2013 resumeBill schuck   mainframe programmer - 2013 resume
Bill schuck mainframe programmer - 2013 resumeBill Schuck
 
Marcus Wesley's Resume
Marcus Wesley's ResumeMarcus Wesley's Resume
Marcus Wesley's ResumeMarcus Wesley
 
Introduction To Software Engineering
 Introduction To Software Engineering Introduction To Software Engineering
Introduction To Software EngineeringMohsinAli773
 
Rls resume sepm_12_dec12
Rls resume sepm_12_dec12Rls resume sepm_12_dec12
Rls resume sepm_12_dec12Rudy Schneider
 
Career Portfolio Sameer Ahmed
Career Portfolio Sameer AhmedCareer Portfolio Sameer Ahmed
Career Portfolio Sameer Ahmedsamahmedksa
 
Portfolio Sameer
Portfolio SameerPortfolio Sameer
Portfolio Sameersamahmedksa
 
enterprise-spa-mar16
enterprise-spa-mar16enterprise-spa-mar16
enterprise-spa-mar16Luca Devoti
 
Ham 4393-micro profile, java ee, and the application server
Ham 4393-micro profile, java ee, and the application serverHam 4393-micro profile, java ee, and the application server
Ham 4393-micro profile, java ee, and the application serverKevin Sutter
 
Software Products and the software bottleneck
Software Products and the software bottleneckSoftware Products and the software bottleneck
Software Products and the software bottleneckRitesh Nayak
 
Sathish Prabhu Resume
Sathish Prabhu ResumeSathish Prabhu Resume
Sathish Prabhu Resumesathy_prabhu
 
aneeshSeniorTestProfessional
aneeshSeniorTestProfessionalaneeshSeniorTestProfessional
aneeshSeniorTestProfessionalAneesh Khalid
 
Lawrence_Anthony_Aldea_CV - NOV'16
Lawrence_Anthony_Aldea_CV - NOV'16Lawrence_Anthony_Aldea_CV - NOV'16
Lawrence_Anthony_Aldea_CV - NOV'16Lawrence Aldea
 

Mais procurados (20)

Resume_Mainframe_Insurance_Selenium
Resume_Mainframe_Insurance_SeleniumResume_Mainframe_Insurance_Selenium
Resume_Mainframe_Insurance_Selenium
 
Resume Nimisha Jha Mainframe Developer 6 Years 5 Months
Resume Nimisha Jha Mainframe Developer 6 Years 5 MonthsResume Nimisha Jha Mainframe Developer 6 Years 5 Months
Resume Nimisha Jha Mainframe Developer 6 Years 5 Months
 
NeilBrittleton Current CV
NeilBrittleton Current CVNeilBrittleton Current CV
NeilBrittleton Current CV
 
Bill schuck mainframe programmer - 2013 resume
Bill schuck   mainframe programmer - 2013 resumeBill schuck   mainframe programmer - 2013 resume
Bill schuck mainframe programmer - 2013 resume
 
Marcus Wesley's Resume
Marcus Wesley's ResumeMarcus Wesley's Resume
Marcus Wesley's Resume
 
Introduction To Software Engineering
 Introduction To Software Engineering Introduction To Software Engineering
Introduction To Software Engineering
 
Rls resume sepm_12_dec12
Rls resume sepm_12_dec12Rls resume sepm_12_dec12
Rls resume sepm_12_dec12
 
Venkat_Resume_Updated
Venkat_Resume_UpdatedVenkat_Resume_Updated
Venkat_Resume_Updated
 
Career Portfolio Sameer Ahmed
Career Portfolio Sameer AhmedCareer Portfolio Sameer Ahmed
Career Portfolio Sameer Ahmed
 
Portfolio Sameer
Portfolio SameerPortfolio Sameer
Portfolio Sameer
 
enterprise-spa-mar16
enterprise-spa-mar16enterprise-spa-mar16
enterprise-spa-mar16
 
Ham 4393-micro profile, java ee, and the application server
Ham 4393-micro profile, java ee, and the application serverHam 4393-micro profile, java ee, and the application server
Ham 4393-micro profile, java ee, and the application server
 
Kasi Viswanath
Kasi ViswanathKasi Viswanath
Kasi Viswanath
 
Tableau_Naren
Tableau_NarenTableau_Naren
Tableau_Naren
 
Software Products and the software bottleneck
Software Products and the software bottleneckSoftware Products and the software bottleneck
Software Products and the software bottleneck
 
Sathish Prabhu Resume
Sathish Prabhu ResumeSathish Prabhu Resume
Sathish Prabhu Resume
 
aneeshSeniorTestProfessional
aneeshSeniorTestProfessionalaneeshSeniorTestProfessional
aneeshSeniorTestProfessional
 
Jyothi Kasarla
Jyothi KasarlaJyothi Kasarla
Jyothi Kasarla
 
Lawrence_Anthony_Aldea_CV - NOV'16
Lawrence_Anthony_Aldea_CV - NOV'16Lawrence_Anthony_Aldea_CV - NOV'16
Lawrence_Anthony_Aldea_CV - NOV'16
 
Vimalraj
VimalrajVimalraj
Vimalraj
 

Semelhante a OPTIMIZING IT INFRASTRUCTURE PERFORMANCE

Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentalsjothisekaran
 
Organization Wide Performance Methodology (ITIL)
Organization Wide Performance Methodology (ITIL)Organization Wide Performance Methodology (ITIL)
Organization Wide Performance Methodology (ITIL)Moshe Kaplan
 
Database Management | Why Data Warehouse Projects Fail
Database Management | Why Data Warehouse Projects FailDatabase Management | Why Data Warehouse Projects Fail
Database Management | Why Data Warehouse Projects FailMichael Findling
 
Mindtree's performance engineering services.
Mindtree's performance engineering services.Mindtree's performance engineering services.
Mindtree's performance engineering services.Mindtree Ltd.
 
Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005
Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005
Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005pbaxter
 
Using Artificial Intelligence in Software Engineering
Using Artificial Intelligence in Software EngineeringUsing Artificial Intelligence in Software Engineering
Using Artificial Intelligence in Software EngineeringFaculty of Computer Science
 
CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)
CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)
CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)CISQ - Consortium for IT Software Quality
 
Mi0033 software engineering
Mi0033  software engineeringMi0033  software engineering
Mi0033 software engineeringsmumbahelp
 
DBTA Case Study on Data Optimization | September 2008
DBTA Case Study on Data Optimization | September 2008DBTA Case Study on Data Optimization | September 2008
DBTA Case Study on Data Optimization | September 2008Embarcadero Technologies
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesEmbarcadero Technologies
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesMichael Findling
 
Ibm smarter quality_management
Ibm smarter quality_managementIbm smarter quality_management
Ibm smarter quality_managementCristiano Caetano
 
1 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 2009
1 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 20091 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 2009
1 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 2009Moshe Kaplan
 
Resume - James R Booth 2016 03 04
Resume - James R Booth 2016 03 04Resume - James R Booth 2016 03 04
Resume - James R Booth 2016 03 04Jim Booth
 
IRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET Journal
 
IT Cost Optimization POC Highlights: Creating Business Value from Software Us...
IT Cost Optimization POC Highlights: Creating Business Value from Software Us...IT Cost Optimization POC Highlights: Creating Business Value from Software Us...
IT Cost Optimization POC Highlights: Creating Business Value from Software Us...Scalable Software
 

Semelhante a OPTIMIZING IT INFRASTRUCTURE PERFORMANCE (20)

Mayank-Tamrakar
Mayank-TamrakarMayank-Tamrakar
Mayank-Tamrakar
 
Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentals
 
Organization Wide Performance Methodology (ITIL)
Organization Wide Performance Methodology (ITIL)Organization Wide Performance Methodology (ITIL)
Organization Wide Performance Methodology (ITIL)
 
software testing
software testingsoftware testing
software testing
 
Database Management | Why Data Warehouse Projects Fail
Database Management | Why Data Warehouse Projects FailDatabase Management | Why Data Warehouse Projects Fail
Database Management | Why Data Warehouse Projects Fail
 
Test funda
Test fundaTest funda
Test funda
 
Mindtree's performance engineering services.
Mindtree's performance engineering services.Mindtree's performance engineering services.
Mindtree's performance engineering services.
 
Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005
Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005
Putting-MANAGEMENT-into-Your-Requirements-Management_Dec2005
 
Using Artificial Intelligence in Software Engineering
Using Artificial Intelligence in Software EngineeringUsing Artificial Intelligence in Software Engineering
Using Artificial Intelligence in Software Engineering
 
CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)
CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)
CISQ and Software Quality Measurement - Software Assurance Forum (March 2010)
 
Mi0033 software engineering
Mi0033  software engineeringMi0033  software engineering
Mi0033 software engineering
 
DBTA Case Study on Data Optimization | September 2008
DBTA Case Study on Data Optimization | September 2008DBTA Case Study on Data Optimization | September 2008
DBTA Case Study on Data Optimization | September 2008
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero Technologies
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero Technologies
 
Ibm smarter quality_management
Ibm smarter quality_managementIbm smarter quality_management
Ibm smarter quality_management
 
1 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 2009
1 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 20091 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 2009
1 Billion Events per Day, Israel 3rd Java Technology Day, June 22, 2009
 
Resume - James R Booth 2016 03 04
Resume - James R Booth 2016 03 04Resume - James R Booth 2016 03 04
Resume - James R Booth 2016 03 04
 
IRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous DeliveryIRJET- Development Operations for Continuous Delivery
IRJET- Development Operations for Continuous Delivery
 
Arnab Chakraborty CV
Arnab Chakraborty CVArnab Chakraborty CV
Arnab Chakraborty CV
 
IT Cost Optimization POC Highlights: Creating Business Value from Software Us...
IT Cost Optimization POC Highlights: Creating Business Value from Software Us...IT Cost Optimization POC Highlights: Creating Business Value from Software Us...
IT Cost Optimization POC Highlights: Creating Business Value from Software Us...
 

Mais de Michael Findling

Senior Marketing Manager: Channels & Strategic accounts
Senior Marketing Manager:  Channels & Strategic accountsSenior Marketing Manager:  Channels & Strategic accounts
Senior Marketing Manager: Channels & Strategic accountsMichael Findling
 
Spark Job Description: Development Director
Spark Job Description: Development DirectorSpark Job Description: Development Director
Spark Job Description: Development DirectorMichael Findling
 
100 Things to Watch in 2011 from JWT
100 Things to Watch in 2011 from JWT100 Things to Watch in 2011 from JWT
100 Things to Watch in 2011 from JWTMichael Findling
 
Social Media Marketing Metrics That Matter
Social Media Marketing Metrics That MatterSocial Media Marketing Metrics That Matter
Social Media Marketing Metrics That MatterMichael Findling
 
Tutorpedia Foundation Silent Auction Item List – February 23, 2011
Tutorpedia Foundation Silent Auction Item List – February 23, 2011Tutorpedia Foundation Silent Auction Item List – February 23, 2011
Tutorpedia Foundation Silent Auction Item List – February 23, 2011Michael Findling
 
Website Marketing Seminar 2009
Website Marketing Seminar 2009Website Marketing Seminar 2009
Website Marketing Seminar 2009Michael Findling
 
Reducing Total Cost of Ownership for Database and Developer Software
Reducing Total Cost of Ownership for Database and Developer SoftwareReducing Total Cost of Ownership for Database and Developer Software
Reducing Total Cost of Ownership for Database and Developer SoftwareMichael Findling
 
Reasons to migrate from Delphi 7 to Delphi 2009
Reasons to migrate from Delphi 7  to Delphi 2009Reasons to migrate from Delphi 7  to Delphi 2009
Reasons to migrate from Delphi 7 to Delphi 2009Michael Findling
 
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/StudioMigrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/StudioMichael Findling
 
Java Optimization For Faster Code & Better Results | J Optimizer
Java Optimization For Faster Code & Better Results | J OptimizerJava Optimization For Faster Code & Better Results | J Optimizer
Java Optimization For Faster Code & Better Results | J OptimizerMichael Findling
 
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®Michael Findling
 
Top Ten Reasons to Upgrade from Delphi 7
Top Ten Reasons to Upgrade from Delphi 7Top Ten Reasons to Upgrade from Delphi 7
Top Ten Reasons to Upgrade from Delphi 7Michael Findling
 
Database Tools and Developer Software Licence Management
Database Tools and Developer Software Licence ManagementDatabase Tools and Developer Software Licence Management
Database Tools and Developer Software Licence ManagementMichael Findling
 
Database Design and Data Modeling | PowerDesigner to All Access
Database Design and Data Modeling | PowerDesigner to All AccessDatabase Design and Data Modeling | PowerDesigner to All Access
Database Design and Data Modeling | PowerDesigner to All AccessMichael Findling
 
Preventing Database Perfomance Issues | DB Optimizer
Preventing Database Perfomance Issues | DB OptimizerPreventing Database Perfomance Issues | DB Optimizer
Preventing Database Perfomance Issues | DB OptimizerMichael Findling
 
Build Windows Applications Fast | Delphi Prism
Build Windows Applications Fast | Delphi PrismBuild Windows Applications Fast | Delphi Prism
Build Windows Applications Fast | Delphi PrismMichael Findling
 
Develop Enterprise Java Applications | JBuilder
Develop Enterprise Java Applications | JBuilderDevelop Enterprise Java Applications | JBuilder
Develop Enterprise Java Applications | JBuilderMichael Findling
 
Develop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRubyDevelop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRubyMichael Findling
 
Develop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRubyDevelop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRubyMichael Findling
 
Business Process Modeling | Embarcadero Technologies EA/Studio
Business Process Modeling | Embarcadero Technologies EA/StudioBusiness Process Modeling | Embarcadero Technologies EA/Studio
Business Process Modeling | Embarcadero Technologies EA/StudioMichael Findling
 

Mais de Michael Findling (20)

Senior Marketing Manager: Channels & Strategic accounts
Senior Marketing Manager:  Channels & Strategic accountsSenior Marketing Manager:  Channels & Strategic accounts
Senior Marketing Manager: Channels & Strategic accounts
 
Spark Job Description: Development Director
Spark Job Description: Development DirectorSpark Job Description: Development Director
Spark Job Description: Development Director
 
100 Things to Watch in 2011 from JWT
100 Things to Watch in 2011 from JWT100 Things to Watch in 2011 from JWT
100 Things to Watch in 2011 from JWT
 
Social Media Marketing Metrics That Matter
Social Media Marketing Metrics That MatterSocial Media Marketing Metrics That Matter
Social Media Marketing Metrics That Matter
 
Tutorpedia Foundation Silent Auction Item List – February 23, 2011
Tutorpedia Foundation Silent Auction Item List – February 23, 2011Tutorpedia Foundation Silent Auction Item List – February 23, 2011
Tutorpedia Foundation Silent Auction Item List – February 23, 2011
 
Website Marketing Seminar 2009
Website Marketing Seminar 2009Website Marketing Seminar 2009
Website Marketing Seminar 2009
 
Reducing Total Cost of Ownership for Database and Developer Software
Reducing Total Cost of Ownership for Database and Developer SoftwareReducing Total Cost of Ownership for Database and Developer Software
Reducing Total Cost of Ownership for Database and Developer Software
 
Reasons to migrate from Delphi 7 to Delphi 2009
Reasons to migrate from Delphi 7  to Delphi 2009Reasons to migrate from Delphi 7  to Delphi 2009
Reasons to migrate from Delphi 7 to Delphi 2009
 
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/StudioMigrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio
 
Java Optimization For Faster Code & Better Results | J Optimizer
Java Optimization For Faster Code & Better Results | J OptimizerJava Optimization For Faster Code & Better Results | J Optimizer
Java Optimization For Faster Code & Better Results | J Optimizer
 
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®
Migrating from CA AllFusionTM ERwin® Data Modeler to ER/Studio®
 
Top Ten Reasons to Upgrade from Delphi 7
Top Ten Reasons to Upgrade from Delphi 7Top Ten Reasons to Upgrade from Delphi 7
Top Ten Reasons to Upgrade from Delphi 7
 
Database Tools and Developer Software Licence Management
Database Tools and Developer Software Licence ManagementDatabase Tools and Developer Software Licence Management
Database Tools and Developer Software Licence Management
 
Database Design and Data Modeling | PowerDesigner to All Access
Database Design and Data Modeling | PowerDesigner to All AccessDatabase Design and Data Modeling | PowerDesigner to All Access
Database Design and Data Modeling | PowerDesigner to All Access
 
Preventing Database Perfomance Issues | DB Optimizer
Preventing Database Perfomance Issues | DB OptimizerPreventing Database Perfomance Issues | DB Optimizer
Preventing Database Perfomance Issues | DB Optimizer
 
Build Windows Applications Fast | Delphi Prism
Build Windows Applications Fast | Delphi PrismBuild Windows Applications Fast | Delphi Prism
Build Windows Applications Fast | Delphi Prism
 
Develop Enterprise Java Applications | JBuilder
Develop Enterprise Java Applications | JBuilderDevelop Enterprise Java Applications | JBuilder
Develop Enterprise Java Applications | JBuilder
 
Develop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRubyDevelop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRuby
 
Develop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRubyDevelop Ruby Applications Fast | TubroRuby
Develop Ruby Applications Fast | TubroRuby
 
Business Process Modeling | Embarcadero Technologies EA/Studio
Business Process Modeling | Embarcadero Technologies EA/StudioBusiness Process Modeling | Embarcadero Technologies EA/Studio
Business Process Modeling | Embarcadero Technologies EA/Studio
 

Último

"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Último (20)

"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

OPTIMIZING IT INFRASTRUCTURE PERFORMANCE

  • 1. Viewpoint Performance Optimization: Extending the IT Infrastructure Optimizing System Performance Using Prevent, Find, and Fix Methodologies May 2009 Corporate Headquarters EMEA Headquarters Asia-Pacific Headquarters 100 California Street, 12th Floor York House L7. 313 La Trobe Street San Francisco, California 94111 18 York Road Melbourne VIC 3000 Maidenhead, Berkshire Australia SL6 1SF, United Kingdom
  • 2. Performance Optimization: Extending the IT Infrastructure In today's economy it is imperative that application and database developers work smarter, not harder, to meet the “Poor performance costs the demands put on them by line of business owners, senior software industry millions of management, and the company as a whole. Due to time, dollars annually in lost money, and resource limitations it is often no longer feasible revenue, decreased to rewrite, re-architect, or even replace applications and productivity, increased databases that are core to running a business as a means of development and hardware achieving better performance or scalability. Likewise, simply costs, and damaged throwing additional computing resources at the problem in customer relations.” an attempt to extend the life of an application or system is often no longer feasible due to capital costs. The only option is to get more out of existing systems with as little effort as possible. It all circles back to optimization. Performance optimization is a key ingredient in the struggle to stretch an invested IT dollar to its absolute limit. From a productivity perspective, application and database performance is becoming more critical in everyday business transactions. There is no time to waste as a query drags on. Performance optimization problems can occur at any stage of the development lifecycle, so organizations need to take a three step approach to this problem: prevent, find, fix. PREVENT, FIND, FIX Embarcadero offers database and code optimization tools for application developers, database developers, and database administrators to prevent, find, and fix problems that impact performance throughout the system development lifecycle. Embarcadero performance optimization tools help: • Data architects deliver performance-oriented schema to development • Developers and QA Engineers build high performing applications and databases, and keep poor-performing (and costly) code from reaching production • Database administrators address performance issues in production. 24x7 monitoring and alerts to catch fires early and fix them quickly before outages occur Database and code optimization tools detect problems earlier, address issues faster, minimize the chance of deploying poor-performing Java™ or SQL code, and ultimately deliver higher quality solutions. Continuous monitoring of database performance allows DBAs to quickly find and correct problematic SQL statements and ensure faster response times for better end-user experience. Performance optimization tools can also minimize IT spend on additional hardware to handle peak-load requirements by insuring the applications and databases are optimized to fully utilize existing IT resources. JAVA PERFORMANCE OPTIMIZATION While it is unlikely that anyone would disagree with the statement that “faster is better”, nor would they disagree with the idea that poor code quality is costly on numerous levels, here are a few points to drive this home: Embarcadero Technologies -1-
  • 3. Performance Optimization: Extending the IT Infrastructure • According to IDC Research 1 over 46% of the companies surveyed indicated that it takes an average developer an average of 2-5 days to correct a field defect. Even worse, 67% of the respondents indicated that it took 2-10 days. This not only means a significant amount of time and money is spent fixing defects, but there is also the lost opportunity costs that need to be considered since a developer fixing bugs, isn't implementing new solutions or applications which may be critical to the business. • According to Lloyd G. Williams, Ph.D. and Connie U. Smith, Ph.D. in their paper titled Five Steps to Solving Software Performance Problems, "Poor performance costs the software industry millions of dollars annually in lost revenue, decreased productivity, increased development and hardware costs, and damaged customer relations". • From a report by LKP Group, according to the CTO of one software development organization, a bug that costs $1 to fix on the programmer's desktop costs $100 to fix once it is incorporated into a complete program, and many thousands of dollars if it identified after the software has been deployed in the field. 2 • From the same report, Barry Boehm, one of the industry's leading experts on software quality, has published several studies over nearly three decades that demonstrate how the cost of removing a software defect grows exponentially for each downstream phase of the development lifecycle in which it remains undiscovered. 3 • According to a study commissioned by the US Department of Commerce's National Institute of Standards and Technology (NIST), software bugs, or errors, are so prevalent and so detrimental that they cost the U.S. economy an estimated $59.5 billion annually, or about 0.6 percent of the gross domestic product. 4 Even in a good economy these figures are staggering. In today's economy the ability to significantly reduce these costs could mean the success or failure of a business. EMBARCADERO® J OPTIMIZER™ J Optimizer is a Java optimization tool designed to aid “…software bugs, or errors, developers in finding and fixing problems in their code earlier are so prevalent and so in the development process. J Optimizer's audits perform a detrimental that they cost static code analysis, identifying coding problems like potential the U.S. economy an race conditions, unchecked exceptions and more. Advanced estimated $59.5 billion code metrics allow developers to easily determine the quality annually, or about 0.6 and complexity of the code structure, helping them pinpoint percent of the gross potential problem areas quickly. domestic product.” 1 Debugging and Business Value Survey IDC April 2008 2 http://www.lkpgroup.com/Cost%20of%20Software%20Defects.pdf 3 http://www.perfeng.com/papers/step5.pdf 4 http://www.nist.gov/public_affairs/releases/n02-10.htm Embarcadero Technologies -2-
  • 4. Performance Optimization: Extending the IT Infrastructure Figure 1: J Optimizer Request Analyzer shows precise drill-down information about performance bottlenecks in Java EE applications. Java developers can use J Optimizer to profile memory and CPU usage, display real-time threading information, and determine which parts of the code are executed, all down to the line-level detail. Once the offending line(s) of code are identified, the developer can go begin to modify the code in J Optimizer and address the issue. J Optimizer supports profiling of Java applications running on today's most popular commercial and open source application servers including BEA WebLogic Application Server, IBM WebSphere, JBoss, Oracle Application Server, Apache Geronimo, Apache Tomcat, and Sun GlassFish. RESOURCES • http://www.embarcadero.com/products/j_optimizer/index.php • You can view the videos at: http://www.embarcadero.com/resources/demos/joptimizer.php. DATABASE PERFORMANCE OPTIMIZATION Database Administrators (DBAs), developers, and QA “Poor performance costs the engineers are under increasing pressure to maintain the software industry millions of highest levels of database and application performance. dollars annually in lost They must balance customer satisfaction and productivity revenue, decreased with rising costs and shrinking budgets. Throwing more productivity, increased hardware or resources at the problem is no longer an option. development and hardware Neither are outages or delays. Optimization tools such are costs, and damaged needed to ensure that poor-performing code never reaches customer relations.” the production environment - where it is significantly more costly to correct bad SQL code. Embarcadero Technologies -3-
  • 5. Performance Optimization: Extending the IT Infrastructure There are a number of places in the development lifecycle that can potentially create performance optimization challenges for the DBA: at the database design stage, during database development and QA cycle, and ultimately in the production environment as well. DATABASE DESIGN It starts at the database design phase of the development lifecycle. It is critical that the database designs conform to relational standards. Embarcadero® Schema Examiner™ is a design or architecture validation tool that looks at the structure of the database to find improper indexing, normalization problems and other relational modeling errors that impact database performance. By reverse-engineering the schema of existing databases or read SQL scripts directly, design changes can be simulated before implementation to reduce risk and allow users to check and validate design alterations as a result of maintenance or new inclusions to the database structure. Schema Examiner recommends changes to database schema and can automatically generate scripts to fix problems. This efficient and consistent approach to improving database design helps avoid costly data errors and performance problems during all phases of the database lifecycle. DEVELOPMENT AND QA It is the developer's responsibility to prevent poor-performing SQL code from reaching production in the first place. Embarcadero® DB Optimizer™ is a SQL profiling and validation tool that examines SQL queries to uncover inefficiencies and offers alternatives to improve SQL performance and prevent poor-performing SQL from ever reaching the production environment. Figure 2: DB Optimizer graphical profiling with details on SQL statements, events, and sessions make it easy to find the SQL that most impacts performance. Embarcadero Technologies -4-
  • 6. Performance Optimization: Extending the IT Infrastructure Starting with profiling, DB Optimizer can analyze a single SQL statement or an entire database to determine which queries should be focused on for improvement. In some cases these may be long-running queries. In other cases they may be queries that execute repetitively. Both are worth the effort to try and improve overall performance. Once the problem statements have been identified, DB Optimizer can begin tuning. Tuning is the process of actually making changes: studying a number of different options (known as cases), the "costs" of each option, and implementing the case that provides the best execution plan. DB Optimizer also provides batch tuning of DML statements, stored routines, and entire SQL files, producing a number of execution plans, displayed on a grid, with detailed statistics for each case. The best case can easily be selected to automatically replace the existing poor- performing SQL statement. PRODUCTION Continuous monitoring of database performance allows DBAs to quickly find and correct problematic SQL statements and ensure faster response times for better end-user experience. Embarcadero® Performance Center™ helps spot performance issues impacting an organization's bottom line. In real-time, DBAs can observe their enterprise databases in a single view to see how they are performing at any point in time. DBAs can then quickly drill down into every detail of a database's performance to determine the root cause of any response problems. Configurable SQL capture offers a pro-active approach by automatically triggering profiling sessions when a threshold has been violated. Figure 3: Performance Center Enterprise View displays DB2 LUW, Microsoft SQL Server, Oracle, and Sybase databases in a single view and drill down into every detail of a database's performance to determine root cause of each problem. With 24x7 coverage performance issues are detected in real-time – before they threaten a database’s health. DBAs can initiate an unattended, “lights out” monitoring schedule for early problem detection and notification. Customizable alarm thresholds, notifications, and escalation paths let DBAs control how far in advance they want to be notified of problems, how they want to be notified, as well as who receives notification under specific conditions. Embarcadero Technologies -5-
  • 7. Performance Optimization: Extending the IT Infrastructure Performance Center can also respond to database alarms by invoking a command line or SQL job to automatically fix the problem before database performance is adversely affected. Once they have located the problem, DB Optimizer can quickly tune the problematic SQL code and restore optimum performance. RESOURCES Embarcadero provides additional whitepapers and resources that delve deeper into the specifics of database performance. For information about data warehousing, SQL profiling or managing SLAs, see the following: • http://www.embarcadero.com/resources/technical_papers/Why-Data-Warehouse-Projects- Fail.pdf • http://www.embarcadero.com/resources/technical_papers/Faster-SQL-Profiling-for-Better- Database-Performance.pdf • http://www.embarcadero.com/resources/technical_papers/Using-Database-Monitoring- Tools-to-Measure-Manage-and-Prove-SLA-Compliance.pdf • View videos for DB Optimizer here: http://www.embarcadero.com/resources/demos/dboptimizer.php • View a video that highlights Performance Center: http://www.embarcadero.com/resources/demos/performance_center.php OPTIMIZATION GIVES YOU MORE FOR LESS Embarcadero’s industry-leading Java™ and SQL optimization tools let you detect performance problems earlier, correct them faster, and minimize the risk of ever deploying poor-performing code into production. Top-performing systems helps minimize IT spend by ensuring that applications and databases fully optimized to utilize existing IT resources. EMBARCADERO OPTIMIZATION TOOLS • J Optimizer is a Java profiling tool designed to find and fix code problems earlier in the development process. Dynamic code analysis tools identify performance problems such as potential race conditions and unchecked exceptions, and memory and CPU bottlenecks. Advanced code metrics reveal the quality and complexity of the code structure to quickly pinpoint potential problem areas. • DB Optimizer is a SQL profiling and validation tool that offers graphic visualization of wait- time analysis and examines SQL queries to uncover inefficiencies and offers alternatives to improve SQL performance and prevent poor-performing SQL from ever reaching the production environment. • Performance Center is a 24x7 database monitoring tool that lets you access both historical performance analysis data as well as identify and diagnose problems occurring in real-time. It tracks and reports on all aspects of database activity like memory, I/O, contention, space, network, objects, users, and SQL code to pinpoint performance problems. • Schema Examiner is a design or architecture validation tool that looks at the structure of the database to find improper indexing, normalization problems and other relational modeling errors that impact database performance. Embarcadero Technologies -6-
  • 8. Embarcadero Technologies, Inc. is a leading provider of award-winning tools for application developers and database professionals so they can design systems right, build them faster and run them better, regardless of their platform or programming language. Ninety of the Fortune 100 and an active community of more than three million users worldwide rely on Embarcadero products to increase productivity, reduce costs, simplify change management and compliance and accelerate innovation. The company’s flagship tools include: Embarcadero® Change Manager™, CodeGear™ RAD Studio, DBArtisan®, Delphi®, ER/Studio®, JBuilder® and Rapid SQL®. Founded in 1993, Embarcadero is headquartered in San Francisco, with offices located around the world. Embarcadero is online at www.embarcadero.com.