Sybase iAnywhere SQL AAnywhere Mobile and Embedded Database

I'd rather play golf


Thoughts on data management, autonomic computing, and self-managing database systems.

header image

Entries from February 2011

Patterns of Data Modeling

February 22nd, 2011 · Comments Off

Database design is all about creating abstract – or conceptual – models of the real world that can be manipulated to support the real, live enterprise. Most of the time we have an intuitive idea of what the business entities are that need to be represented in the model: customers could be modeled with a [...]

[Read more →]

Tags: Computer Science education · Database Administration

Seven deadly sins of database application performance

February 11th, 2011 · 2 Comments

Inevitably, at some point performance becomes an issue for many database applications. Performance analysis is often problematic simply because there are so many variables, which include the characteristics of the hardware, the workload, physical database design, and application design, and because these considerations have tradeoffs and side-effects – there are usually no right answers. Some [...]

[Read more →]

Tags: Performance measurement · SQL Anywhere

Snapshot isolation and materialized views

February 2nd, 2011 · Comments Off

Snapshot isolation and materialized views are two important features that have been part of the SQL Anywhere server since the Version 10 release, which first shipped in September 2006. In the past, I’ve written articles that explain the tradeoffs of using snapshot isolation and presented material on the space-time tradeoffs of materialized views. In one [...]

[Read more →]

Tags: SQL Anywhere