This article illustrates the best practices to improve the performance of Daffodil DB / One$DB JDBC Driver. This article focuses on how to improve the performance of a Daffodil DB / One$DB JDBC application using Statement, PreparedStatemnt, CallableStatement and ResultSet interfaces. Choosing the right statement interfaces and right methods according to your SQL query plays a vital role in improving the performance of a JDBC Driver.
JDBC Overview
JDBC API provides standard set of interfaces to work with databases like Daffodil DB / One$DB, Oracle, Derby etc.
Connection interface encapsulates database connection functionality, Statement interface encapsulates SQL statement representation and execution functionality whereas ResultSet interface encapsulates retrieving data which comes from the execution of a SQL query using Statement.
Following are the basic steps to write a JDBC program.
1. Import "java.sql" and "javax.sql" packages. (Import "javax.sql", if advanced JDBC feature like XA is to be used)
2. Load Daffodil DB JDBC driver (embedded or network JDBC Driver)
3. Establish connection to database using Connection interface
4. Create a Statement
5. Execute the Statement
6. Retrieve results by using ResultSet interface
7. Close Statement and Connection
Choosing right Statement interface:
There are three types of Statement interfaces in JDBC to represent/execute a SQL query-Statement, PreparedStatement and CallableStatement. Statement is used for executing static SQL statement with no input and output parameters; PreparedStatement is used to execute dynamic SQL statement with input parameters whereas CallableStatement is used to execute dynamic SQL with both input and output parameters. One important thing to note about PreparedStatement and CallableStatement is that they can also be used for static SQL statements. However, CallableStatement is mainly meant for stored procedures.
PreparedStatement gives better performance when compared to Statement because it is pre-parsed and pre-compiled. This means that compilation and parsing of such statement is done only once by the database. Afterwards the database reuses the already parsed and compiled statement. This significantly improves the performance because whenever a statement has to be executed repeatedly, it doesn't need to be parsed and compiled time and again. So the overload incurred by parsing and compiling the same statement can be reduced.
When there is a requirement for single request to process multiple complex statements, CallableStatement gives better performance as compared to PreparedStatement and Statement.
To read the full article please visit http://www.daffodildb.com/daffodildb-performance-tuning.html
This article has been contributed by (Mr.) Parveen Aggarwal, Technical Consultant to DSL India (http://www.daffodildb.com). With more than 6 years of industry experience in Java and allied technologies, he has an in-depth understanding of J2EE, J2ME and database management systems. Parveen is currently working on the concept of data-archiving in embedded databases. He can be contacted at http://www.daffodildb.com
shuttle from O'Hare Brocton .. Lockport Chicago limo O’HareRunning Applications in Compatibility Mode With Windows XP, you can... Read More
Great Plains Integration Manager scripting and translation - overview for... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Let's first look at your ERP system selection (without Retail... Read More
While several preventive maintenance software manufacturers offer free trials for... Read More
You might think you don't need a firewall... Read More
Pirated software is on the increase and now accounts for... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Microsoft Business Solutions Great Plains has I'd say end user... Read More
Accounts payable is just one area of office management where... Read More
Microsoft Great Plains fits to majority of industries, in the... Read More
The Microsoft system preparation utility for Windows 2000 is a... Read More
This article is the third of a series of articles... Read More
Spyware and malware are large problems for Internet users today... Read More
Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
RSS (Really Simple Syndication) is a way for a site... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
The purpose of Project Management Software is to provide an... Read More
We would like to give you pluses and minuses of... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
When you visit department stores and see that majority of... Read More
When reading an article where some term is used often,... Read More
All your software is stored on a hard-drive. But how... Read More
Microsoft Business Solutions Great Plains has many years of successful... Read More
Does Microsoft Have any Real Competition? Copyright (c) 2003 Gregory... Read More
Chicago charter limousine service Hickory Hills ..An operating system (abbreviated OS) is essentially the path through... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
Although statistics often is blamed for various deadly sins --... Read More
I have yet to see a business that, sometimes in... Read More
In our small article we'll consider Microsoft Business Solutions Great... Read More
Healthcare facilities such as clinics, hospitals, and biomedical laboratories can... Read More
Microsoft Business Solutions Navision is main ERP application for European,... Read More
Document Management or Enterprise Information Management is perhaps one of... Read More
Did you ever give a thought to the number of... Read More
Now is the time to look at an alternative to... Read More
Microsoft Business Solutions Great Plains fits to majority of horizontal... Read More
In this short FAQ style article we would like to... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
C++ Function templates are those functions which can handle different... Read More
Blue Cross and Blue Shield of Hawaii (HMSA) found itself... Read More
Upgrading. Downtime. Maintenance. Hardware obsolescence. Implementation issues. The litany of... Read More
After seeing many people complain about their weak Internet security... Read More
Most people understand that the "hardware" part of their computer... Read More
When you need a phone number, you do a quick... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
It would be easy to think, like most people apparently... Read More
One day, you suddenly realize that your computer started to... Read More
Software |