Benchmark: Dell/Perc 6, 8 disk RAID 10 [postgresql-performance mailing list]

http://archives.postgresql.org/message-id/[email protected] Dell 2950

code_swarm - PostgreSQL on Vimeo

http://www.vimeo.com/1081680 wow, owesome visualization of postgresql project

PostgreSQL DBE Position at Etsy.com

http://archives.postgresql.org/pgsql-jobs/2008-05/msg00010.php a lot of silly questions !!! WARNING

2008-05-14 Postgres Database Administrator | PostgreSQL User Group Site

http://pugs.postgresql.org/node/396 Postgres Database Administrator, Beverly Hills, CA

Performance Tuning PostgreSQL

http://revsys.com/writings/postgresql-performance.html yet another postgresql tuning guide, contains useful explanation of most omportant config parameters

PostgreSQL Hardware Performance Tuning

http://momjian.us/main/writings/pgsql/hw_performance/index.html notes on PostgreSQL tuning from Bruce Momjian (PostgreSQL core team )

[Russian] Оптимизация index scan {Optimizing Index Scan} / PostgreSQL : Форум на SQL.RU {forum SQL.RU}

http://sql.ru/forum/actualthread.aspx?tid=301825 notes / discussion about optimizing index performance for big tables (“big” means 250M records

Problems with PostgreSQL on Multi-core Systems with Multi-Terabyte Data - Jignesh K. Shah's PostgreSQL Blog

http://people.planetpostgresql.org/jkshah/index.php?/archives/3-Problems-with-PostgreSQL-on-Multi-core-Systems-with-Multi-Terabyte-Data.html PostgreSQL: benchmarks and further analisys for OLTP workloads 8-32 cores with ~TB db size from Sun’s potgresql team

[Russian] Stored procedures i n C for PostgreSQL under Win32 (MinGW ) | Сишные хранимки под PostgreSQL 8.1 (Win) / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=435875 in Russian: how to complie PostgreSQL stored procedures in C with MinGW under windows

[Russian] PostgreSQL forum on SQL.RU: Boolean events and a query to define similarity // как лучше сделать запрос для определения похожести событий? / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=549868 Say we have a table with a lot of boolean columns. One row in that table defines an “event” entity, so basically event 1 can look like 00001 and event 2 can look like 01001. Post discusses a ways to define similarities between events (XOR)