Found 1357 bookmarks
Custom sorting
Postgres 9.3 by xzilla
Postgres 9.3 by xzilla
An Overview of New Goodies Coming in Postgres 9.3. Versions of this talk have been delivered at BWPUG May 2013, PGCON 2013, PGConf EU 2013, and PGConf DE 2013.
·slid.es·
Postgres 9.3 by xzilla
EnterpriseDB | The Postgres Database Company
EnterpriseDB | The Postgres Database Company
EnterpriseDB provides secure, scalable database management software, enterprise-class Postgres solutions and a wide range of services with 24x7 Postgres support.
·enterprisedb.com·
EnterpriseDB | The Postgres Database Company
Top 10 Reasons I like Postgres Over SQL Server - DataChomp
Top 10 Reasons I like Postgres Over SQL Server - DataChomp
While at Waza this year, I had a chance to talk to my friend Guillaume Roques. In addition to talking about SalesForce, we took advantage of our mutual .NET backgrounds to discuss Microsoft. We did the typically uncompromising praise of The Gu and how far Azure has come along in the last 18 months… and of course we had to talk databases. Below is my quick little list of reasons I gave him as to why I’m favoring Postgres over SQL Server from a technical/business aspect. SQL Server still to this day deploys pessimistic concurrency out of the box. Anyone not aware of this “feature” starts out very disadvantaged on performance. This person will soon get an internet history filled with locking/blocking/deadlocking links. Postgres defaults to optimistic concurrency via its MVCC feature and is a joy to work with.
·datachomp.com·
Top 10 Reasons I like Postgres Over SQL Server - DataChomp
Postgres-XC project Page
Postgres-XC project Page
Postgres-XC is an open source project to provide a write-scalable, synchronous multi-master, transparent PostgreSQL cluster solution. It is a collection if tightly coupled database components which can be installed in more than one hardware or virtual machines.
·postgres-xc.sourceforge.net·
Postgres-XC project Page
Announcing MoSQL
Announcing MoSQL
Today, we are releasing MoSQL, a tool Stripe developed for live-replicating data from a MongoDB database into a PostgreSQL database.
·stripe.com·
Announcing MoSQL
Bucardo - Bucardo
Bucardo - Bucardo
Bucardo is an asynchronous PostgreSQL replication system, allowing for both multi-master and multi-slave operations.
·bucardo.org·
Bucardo - Bucardo
PL/v8は最もリッチなプロシージャ言語に。 - 象と戯れ - postgresqlグループ
PL/v8は最もリッチなプロシージャ言語に。 - 象と戯れ - postgresqlグループ
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。…
·postgresql.g.hatena.ne.jp·
PL/v8は最もリッチなプロシージャ言語に。 - 象と戯れ - postgresqlグループ
Building Multi-tenant Rails Apps with PostgreSQL Schemas - Jerod Santo
Building Multi-tenant Rails Apps with PostgreSQL Schemas - Jerod Santo
There are a few different ways to go about building a multi-tenant Rails application. One way that works really well for certain apps is to use PostgreSQL's 'schemas' feature to partition each tenant's data. This article lays out why you might want to build your multi-tenant app this way and how to go about it.
·blog.jerodsanto.net·
Building Multi-tenant Rails Apps with PostgreSQL Schemas - Jerod Santo