InfoQ

Topic/Tag specific view

All content and news on InfoQ about Database


Latest featured content about Database

Painless Persistence with Castle ActiveRecord

Community
.NET
Topics
Data Access,
Database Design

This presentation by Hamilton Verissimo and Oren Eini show Castle Active Record - an ORM solution for .NET building on NHibernate. After an introduction, the presentation dives into various advanced topics and techniques for working with Castle Active Record.

News about Database

RAM is the new disk...

Community
Architecture
Topics
Performance & Scalability,
Data Access,
Clustering & Caching

Jim Gray, a man who has contributed greatly to technology over the past 40 years, is credited with saying that memory is the new disk and disk is the new tape. With the proliferation of "real-time" web applications and systems that require massive scalability, how are hardware and software relating to this meme?

Neo4j - an Embedded, Network Database

Community
Architecture,
Ruby,
Java
Topics
Object Oriented Design,
Database Design

Neo4j is an embedded network model database for Java, Ruby and Python applications. It is capable of handling billions of nodes/relationships/properties on single machine hardware, supporting ACID transactions, durable persistence, concurrency control, transaction recovery, and everything else you’d expect from an enterprise-strength database.

Perst 3.0 Embedded Database Released

Community
.NET,
Java
Topics
Data Access,
.NET Framework

McObject has released version 3.0 of its open source embedded database targeted at Java and .NET developers.

Principles and Guidelines for an Optimized Use of BigTable

Community
Architecture
Topics
Performance & Scalability,
Database Design

Based on a number of conversations around Google App Engine, Todd Hoff outlined on his blog a set of principles that are instrumental for optimizing the use of distributed and highly scalable storage systems, such as BigTable, and defining its perimeter. The conceptual approach he advocates for is radically different from the one used in relational database world.

The ADO.NET Entity Framework Sparks a Debate

Community
.NET
Topics
Data Access

A recent blog post written by Danny Simmons, a Microsoft ADO.NET developer, about the ADO.NET Entity Framework has started a series of reactions about the respective topic.

Interviews about Database

Dan Pritchett on Architecture at eBay

Community
Architecture
Topics
Transactions Processing,
Performance & Scalability,
Enterprise Architecture,
Database Design

Dan Pritchett gives us an inside look into the decisions behind on of the largest scale architectures in the world: eBay. In explaining how the scale of eBay turns simple requirements a complex engineering problem, he walks us through the technical and organizational challenges of managing eBay's architecture.

Presentations about Database

Managing a high performance rails app without tearing your hair out

Community
Ruby
Topics
Performance & Scalability,
Ruby on Rails

James Cox shows how to keep a Rails site up and running, while keeping performance high. The presentation dives deep into issues of keeping page performance up and avoiding bottlenecks. Next to tips on what to avoid (eg, hostname lookups) and what to do (eg. pre-caching), James also shows situations when to avoid ActiveRecord and fall back to SQL.

Database Refactoring

Community
Agile
Topics
Delivering Quality,
Data Access,
Agile Techniques

Like other leaders in the Agile community, Scott Ambler is passionate about expanding Agile practices to include all contributors to software success. Recently he has been teaching teams how to integrate database roles into the iterative, incremental rhythm of their teams. InfoQ captured Ambler's talk on Database Refactoring at Agile2006.