· 8 min · Django

Very Large Result Sets in Django using PostgreSQL

Django's QuerySet caching and default fetch behavior can silently consume gigabytes of memory on large result sets.

9 comments

· 1 min · PostgreSQL

Waiting for psycopg2.3: NamedTuples

Stop writing result[4]—psycopg2.3 beta now lets you fetch query results as named tuples with intuitive dot notation.

2 comments

· 2 min · PostgreSQL

Small PostgreSQL Installations and 9.0 Replication

PostgreSQL 9.0's streaming replication will be a game-changer for small businesses managing critical data—finally making high availability something a casual…

2 comments

· 2 min · PostgreSQL

Users Want Functionality, Not Features

Users claim they don't need replication—until they lose a day's data.

7 comments

· 1 min · PostgreSQL

Things I Do Not Understand: “Web-Scale.”

What does "web scale" actually mean? Let's move past the marketing speak and pin down some numbers for what constitutes truly high-volume database performance.

5 comments

· 3 min · Django

Django and PostgreSQL “Idle In Transaction” Connections

Django connections pile up in "Idle in Transaction" state because it skips COMMIT for read-only queries. Here's why it happens and how to fix it.

10 comments

· 1 min · Mac OS X

Python build problems on X OS 10.6 Snow Leopard?

I need more information about the post to write an accurate teaser.

0 comments

· 1 min · Django

ORMs and Their Discontents: PGXPUG Day OSCON 2010 Presentation

ORMs promise to hide SQL's complexity—but often hide its power instead. See why raw queries sometimes win.

8 comments

· 1 min · PostgreSQL

Introduction to PostgreSQL: Open Source Bridge 2010 Presentation

Slides from an introduction to PostgreSQL talk are now online.

0 comments

· 1 min · PostgreSQL

SFPUG: Hot Standby and Streaming Replication

Watch the archived video from the February 9, 2010 San Francisco PostgreSQL User Group meeting.

0 comments