Archive for the 'postgresql' Category

Open Source Database Magazine

Thursday, July 23rd, 2009

pdf magazine that covers open-source databases, MySQL, PostgreSQL and alike.

[RUS ]Массив? Или как лучше? / PostgreSQL : Форум на SQL.RU | Array? or how to do it better? – A way to deal with serializable objects in PostgreSQL

Wednesday, July 1st, 2009

this is a discussion from russian database forum SQL.RU that describes 2 common ways of storing serializable objects in RDBMS.

[RUS] PostgreSQL vs MySQL

Wednesday, June 10th, 2009

test uses db schema and usage pattern from popular blog-hosting site. Benchmark uses optimized queries

PGQ Tutorial – PostgreSQL Wiki

Tuesday, May 19th, 2009

http://sql.ru/forum/actualthread.aspx?tid=665075 Examples how to use PgQ queue in postgres

What happened to Hot Standby?

Saturday, March 21st, 2009

Josh Berkus explaing why hot-standby replication did not make it into postgresql 8.4

Pitrtools – Trac /set of tools for setting up PITR on PostgreSQL/

Thursday, February 26th, 2009

PITRTools is a set of wrapper scripts that provide warm standby functionality to PostgreSQL. The software is essentially two scripts, cmd_archiver.py and cmd_standby.py. The project is under the BSD license.

SourceForge.net: BenchmarkSQL

Friday, February 20th, 2009

tool for testing database performance, jdbc-based, supports a lot of different DBs

Benchmarking Databases I. Volatile Storage. – Pon un sol en tu vida

Friday, February 20th, 2009

PostgreSQL, MySQL and Oracle are compared using reasonable hardware setup and TPC-C like test with BenchmarkSQL tool (JDBC ) . This post will probably disappear soon as the author clearly violates oracle license that does not permit publishing benchma…

Prevent users from seeing SQL inside SP Postgersql ( from flames on sql.ru about MySQL vs PostgreSQL [russian] Выбор СУБД: MySQL или PostgreSQL / Сравнение СУБД : Форум на SQL.RU )

Wednesday, November 5th, 2008

example: REVOKE SELECT ON pg_catalog.pg_proc, information_schema.routines FROM public

BLOB, iBatis & PostgreSql 8.1 – dBforums [large objects vs bytea]

Sunday, August 17th, 2008

sane notes about storing binary data in Postgres. Basically bytea is ASCII representaion of bynary data wich requires decoding / escaping (read: slow) and large objects a kind of ok, but not trigger-based replication compartable