Next-Generation Object-Oriented Databases: An Interview with db4objects' Anat Gafni
Object-oriented databases complement relational databases in important ways, says Anat Gafni, VP of Engineering at db4objects, the company behind the... more »
0 commentsSave Tags: database, opinion, trends
Hibernate: Understanding Lazy Fetching
When working with Hibernate, it is *critical* to understand lazy associations, as they can be your best friend, but if you don't treat them right,... more »
0 commentsSave Tags: database, java
Sun juggles love of code with need for cash
Ian Murdock, Sun vice president of developer and community marketing, and Marten Mickos, head of Sun's database group, used CommunityOne to outline... more »
0 commentsSave Tags: database, news, open source
MySQL: Time Delayed Replication
I was cruising the MySQL Forge Worklog when I came across the idea of Time Delayed Replication. I had never considered the benefits of deliberately... more »
0 commentsSave Tags: database
How to Break a MySQL Left Join
Care must be taken when placing conditions on the results of the right-hand table of a LEFT JOIN because it could easily become a normal JOIN since... more »
0 commentsSave Tags: database, how-to
So long Borland.. it has been a true rollercoaster ride with lots of fun on the way!
What does the future bring for the sell of CodeGear to Embarcadero? My take on it.
0 commentsSave Tags: .net, database, opinion, tools
Designing databases for flexibility (II): Relationships
As mentioned in my previous post, the objective of this series of articles is to share some database design patterns that have helped me in the past... more »
1 commentsSave Tags: database
Embarcadero Buys CodeGear for $23M: New Life for JBuilder?
Embarcadero Technologies, a privately held database tools vendor, today announced a definitive agreement to purchase Borland's CodeGear division for... more »
2 commentsSave Tags: database, java, news, tools
MySQL Server is Open Source, even Backup extensions
As reported yesterday from CommunityOne: * MySQL Server is and will always remain fully functional and open source, * so will the MySQL... more »
1 commentsSave Tags: database, news, open source
How To Use Triggers to Track Changes in MySQL
Setting constraints and rules in the database is better than writing special code to handle the same task since it will prevent another developer from... more »
0 commentsSave Tags: database
Hibernate Query Cache In-Depth Analysis
Apurba takes an in-depth look at the Hibernate Query Cache Implementation and some impacts of it on operations like Natural Key Lookup.
0 commentsSave Tags: database, frameworks, java, open source
Hibernate: Truly Understanding the Second-Level and Query Caches
Clear explanation of all levels of hibernate caching. It will help grails developers also.
2 commentsSave Tags: database, frameworks
LINQ for Java
Would you like to see LINQ (Language INtegrated Queries) implemented for Java? This is an invitation to vote for it and to contribute.
2 commentsSave Tags: database, java, open source, standards
What can PostgreSQL learn from MySQL
There has been a lot of talk lately about PostgreSQL and what MySQL can learn from the PostgreSQL clan. We would like to look at the reverse of that.... more »
2 commentsSave Tags: database
The unholy legacy of databases
We had a split in storages and search, each part with it’s own Java interface (a component could implement both of course). This way we could have... more »
1 commentsSave Tags: database, java, opinion
Databases Make Bad Routers ...
Reports are circulating that Twitter is already dropping Ruby on Rails, and folks are getting worked up in all sorts of directions. Let's calm down... more »
0 commentsSave Tags: database, opinion, ruby, web 2.0
SQL Server 2005: Get full information about transaction locks
Sometimes we wish to know what locks are being held by the transaction. Also it would be great to know what SPID owns the transaction, on which... more »
0 commentsSave Tags: database, microsoft
MySQL so busy becoming PostgreSQL it forgets its community
On the surface everything is looking smooth: MySQL distributes proprietary MySQL+InnoDB to those who wants to embed them in their proprietary... more »
0 commentsSave Tags: database
Rails and Scaling with Multiple Databases
We’ve run against multiple (five now) separate PostgreSQL servers for a long time now. To be clear, that’s five separate “databases” in the sense that... more »
0 commentsSave Tags: database, frameworks, ruby
MagLev: Gemstone builds Ruby runtime based on Smalltalk VM
OODB vendor Gemstone works on a Ruby VM called MagLev. Working with Seaside's and DabbleDB's Avi Bryant, Gemstone bases the Ruby runtime on their... more »
0 commentsSave Tags: database, other languages, ruby
Java DB 10.4.1
The 10.4.1 version of Java DB, the world's most advanced Java database, has some really cool features -- asynchronous replication, table functions and... more »
0 commentsSave Tags: database, java, news
Choosing a database for your project
An analysis about choosing a database backend for an opensource project. The article looks at a key/value stores like Berkeley DB and GDBM and at... more »
0 commentsSave Tags: database, open source
Designing a Data Access Layer for ASP.Net Applications
Get more from ADO.Net using DAL
-1 commentsSave Tags: .net, database, methodology
An introduction to LINQ for db4o
An article that explains and demonstrates the new LINQ implementation that comes with the open source object database "db4o".
0 commentsSave Tags: .net, database, frameworks, open source
MySQL: Do you always need index on WHERE column?
I believe we wrote about this before, but this topic popups again and again. Today I've read opinion that if we have clause WHERE has_something=1 we... more »
0 commentsSave Tags: database
via