Archive for the 'database' Category

[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)

Real World Web: Performance & Scalability

Saturday, April 19th, 2008

193 pages of realy good summaries on the topic

<(-_-)> on PostgreSQL

Thursday, April 10th, 2008

Blog of Kristo Kaiv – Skype architect / DBA

Skype Plans for PostgreSQL to Scale to 1 Billion Users | High Scalability

Thursday, April 10th, 2008

notes about how skype uses partitioning to scale database level,

Brian "Krow" Aker’s Idle Thoughts – The Death of Read Replication

Thursday, April 10th, 2008

interesting thoughts and notes about DBs and scalable systems

[russian] sblvsn: Подсчет числа записей / counting records (RecordCount=-1?)

Monday, April 7th, 2008

DBD::Pg advanced tracing options – Greg’s Postgres stuff

Friday, April 4th, 2008

the subj

PostgreSQL current todo list

Thursday, March 20th, 2008

up-to-date info of what is the current status / feature list for PostgresSQL

[performance npgsql vs pgSQL) PostgreSQL и NET... как лучше ? / PostgreSQL : Форум на SQL.RU

Friday, March 14th, 2008

perforance testing for two .net connectors to postgresql Npgsql from sourceforge and pgSQL from corelabs

Apache::DBI::Cache – a DBI connection cache – search.cpan.org

Thursday, March 6th, 2008

yet another module that does connection caching