Archives: May 2007

Hive Connections are Transaction Scoped

HiveDB Connections have the same scope as a database transaction.
When writing an application that uses HiveDB you should consider the connections that you obtain from the Hive to have the same scope as a single database transaction. Further you should obtain a new connection from the Hive for each transaction. You don’t need […]

HiveDB install process updated

When we began we wanted creating and loading a hive to be as simple as calling Hive.load. So we made the install process part of the load method. However, over time this was unsettling for several reasons.

It makes the load method complicated.We love simplicity. When things get to complicated […]