Search Results

1
vote

What language do you use for Postgresql triggers and stored procedures?

Skype uses PostgreSQL together with python, and they have improved PL/Python to it's current state so I would doubt that python support is far behind perl. They have written queuing/replication sys …
1
vote

Possible to perform cross-database queries with postgres?

If performance is important and most queries are read-only, I would suggest to replicate data over to another database. While this seems like unneeded duplication of data, it might help if indexes …