Blog
PostgreSQL Conference: East 2009, When should we hold it?
Explain: Why do I have to recheck my condition?
EXPLAIN SELECT * FROM tenk1 WHERE unique1 < 100; QUERY PLAN ------------------------------------------------------------------------------ Bitmap Heap Scan on tenk1 (cost=2.37..232.35 rows=106 width=244) Recheck Cond: (unique1 < 100) -> Bitmap Index Scan on tenk1_unique1 (cost=0.00..2.37 rows=106 width=0) Index Cond: (unique1 < 100)What the above says (per the docs) is :
Here the planner has …
Pg Conference: Videos up! (well some of them anyway)
- Deploying PostgreSQL on Windows
- The magic of MVCC
- PostgreSQL Interprocess Coordination and Communication
- PostgreSQL Logic and Databases
PostgreSQL Conference: A new platform
- A more community orientated site. Currently the site is 100% manage by me. Although it does use PHP it is essentially flat files.
- A social …
PostgreSQL Certification: JTA results released
PostgreSQL Certification: JTA now closed
PostgreSQL Certification (JTA closes November 14th)
You are not good enough (for Open Source)
A segment of the talk I gave at NAU on why you should contribute to Open Source and why you think you can't. Original idea credited to Matt S. Trout.
Updated 11/05/08 from Matt Trout: the version he gave at YAPC-EU 2008
The Open Source job market
The following is a segment of the talk I gave at Northern Arizona State University about the Open Source job market.
PostgreSQL Replicator developer meeting 10/28
- New MCP architecture
- DDL Replication
- Release timeline
- Questions