spacer.png, 0 kB
qisoftware business blog

« Commission Junction Interactive Product Search Example | Main | Merchant Accounts »

Tuesday, June 08, 2010

MySQL .plus. JDBC Servlet .equals. FAST ACCESS

Over the weekend, I had the opportunity to create a new MySQL database and build a servlet JDBC interface to manage the data. What I like about the solution I came up with for this task? The execution time in which the servlet accesses and updates the data. It is fast.

The database schema is very simple, comprised of one table and 3 fields. Each day, new data is added to the table via the JDBC servlet which also "SELECTs" the data for output.

What I really want to emphasize here? Data access speed. In this case, this was achieved because of the simple database layout and the Java JDBC servlet accessing the data.

Would love to come up with a similar solution for your needs. Contact.

Technorati Tags: , ,



Business Directory

spacer.png, 0 kB



Contact | Accessibility | Products | CSS and XHTML
Disclosure Policy
© Copyright 2010-2025 QiSoftware
You may not copy this work.

spacer.png, 0 kB