101 Reasons Why PostgreSQL is a better fit for Rails than MySQL
Explaining why PostgreSQL is a better fit for Rails than MySQL
0 commentsSave Tags: database, reviews, ruby
High Performance MySQL: Review
This is not the book if you are trying to learn about databases in general. The book assumes that you have at least some hands on experience in your... more »
0 commentsSave Tags: books, database, reviews
MySQL WorkBench - A great tool for your databases
A great tool for working with mysql database
5 commentsSave Tags: database
MySQL 6.0.6 Alpha Released Introduces Maria
MySQL 6.0.6-alpha, a new version of the MySQL database system has been released and intoduces two new storage engines most interesting Maria.
0 commentsSave Tags: announcement, database, server
Database Best Practices
Every production application I have been involved with has made use of a database. As a programmer, you don’t have to be a DBA, but just as with... more »
5 commentsSave Tags: database, how-to, opinion, standards
Backup Your MySQL Database Using PHP
One of the most important tasks any developer needs to do often is back up their MySQL database. In many cases, the database is what drives most of... more »
5 commentsSave Tags: database, how-to, php
Should you cache?
Memcached's popularity is expanding its use into some odd places. It's becoming an authoritative datastore for some large sites, and almost more... more »
0 commentsSave Tags: database, opinion
Murphy’s Laws of Data Warehousing: What Goes Bump in the Night?
Murphy’s Law tells us that whatever can go wrong will go wrong. This axiom applies to all aspects of life, including data warehousing. The following... more »
0 commentsSave Tags: database
MySQL asynchronous balancing with HTTP+JSON
It is almost the same. It solves the same problem, it does the same work, it looks quite similar, but there is a difference though. One of them is... more »
1 commentsSave Tags: database, frameworks
AppJet databases now faster and more powerful.
You might like to know that AppJet, the cloud-based JavaScript framework that nobody knows about, just released an update, making it more efficient... more »
0 commentsSave Tags: database, javascript
Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code
Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code. In this case the query run time went from 24 hours+ to 36... more »
0 commentsSave Tags: .net, database, how-to, opinion
InfoQ: Hibernate 3.3: Redesigned, Modular JARs and a Refactored Caching System
Information on the 3.3. release of hibernate
0 commentsSave Tags: database, frameworks, java
Hibernate: Use a Base-class for Common Fields/Columns and Behavior
Tired of wiring in an id, version, and timestamp field into all of your Hibernate objects? There’s an easy way to solve this pain once and for all of... more »
4 commentsSave Tags: database, frameworks, how-to, java
SQL Buddy - Ajax Powered Database Management
The term “database management” sometimes sends shivers of boredom down our spine. However, when combined with terms like “Ajax” it suddenly doesn’t... more »
0 commentsSave Tags: ajax, database, open source, server
WSO2 Data Services Tutorial
Data Services allows you to expose database objects as web services. This link contains comprehensive list of tutorials on WSO2 Data Services.
0 commentsSave Tags: database, how-to, open source, web services
NetBeans Development Process Rocks!
David van Couvering, Database Architect for NetBeans, shares his enthusiasm for the NetBeans development process below.
0 commentsSave Tags: database, tools
Why Single-Column Primary/Foreign Keys Can't Always Accurately Model/Constrain Your Data
Why the "All Identity-Column Primary/Foreign Keys All The Time" approach doesn't always (or often) work it if you are interested in a clean, accurate... more »
0 commentsSave Tags: database
How adding another table to JOIN can improve performance
JOINs are expensive and it most typical the fewer tables (for the same database) you join the better performance you will get. As for any rules there... more »
0 commentsSave Tags: database, how-to, server
SQL For Developers - 9 Reasons to bother
If you are a developer like I am, you’ve probably gotten by with pretty simple SQL for quite a while. In fact, my experience has been that developers... more »
1 commentsSave Tags: database, opinion, trends
One MySQL Configuration Tip That Can Dramatically Improve MySQL Performance
A simple MySQL configuration tip which may dramatically improve performance.
0 commentsSave Tags: database
Hadoop HBase with Maven2
Howto deploy Hadoop HBase into local Maven2 repository.
0 commentsSave Tags: database, how-to, java
SQL Injection attacks in the wild - why they're working and what to do
Over the past several days, a significant number (in the thousands) of web applications, some of them well-known and well-used, have fallen victim to... more »
0 commentsSave Tags: database, security
Soltice: combines Flex, OSGi and db4o
Solstice is the first framework to integrate Flex and OSGi in a single out-of-the-box package. Even though it's still in alpha, it provides a rich set... more »
0 commentsSave Tags: announcement, database, flash-flex, ria
Netbeans 6.5 Beta Released
Netbeans, “the only IDE that you need” is undergoing a major overhaul and the new version is called Netbeans 6.5. Today after weeks of development and... more »
0 commentsSave Tags: database, java, news, tools
Understanding SQL Execution Plan (Part I)
Oh!!! Why my SQL query is taking so much time to retrieve data...? This is the common question when our SQL query is taking much time to execute. So i... more »
0 commentsSave Tags: database, how-to, tools