Archive for the 'postgresql' Category

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

Friday, June 27th, 2008

Dell 2950

code_swarm – PostgreSQL on Vimeo

Monday, June 16th, 2008

wow, owesome visualization of postgresql project

PostgreSQL DBE Position at Etsy.com

Monday, June 16th, 2008

a lot of silly questions !!! WARNING

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

Sunday, June 15th, 2008

Postgres Database Administrator, Beverly Hills, CA

Performance Tuning PostgreSQL

Thursday, June 12th, 2008

yet another postgresql tuning guide, contains useful explanation of most omportant config parameters

PostgreSQL Hardware Performance Tuning

Thursday, June 12th, 2008

notes on PostgreSQL tuning from Bruce Momjian (PostgreSQL core team )

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

Tuesday, June 3rd, 2008

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

Tuesday, May 27th, 2008

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

Saturday, May 10th, 2008

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

Tuesday, April 22nd, 2008

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)