Matthew Soldo
- News
- Last Updated: July 16, 2012
- Matthew Soldo
Six weeks ago we launched into beta the Heroku Postgres dev plan, a postgres 9.1 plan that offers many of the features of our production tier service. Over 3,000 of these dev databases are in active use, and it has been operating exceptionally well.
When we launched the dev plan, we wrote that the plan would be limited based on rows rather than physical byte size. Today we are implementing a 10,000 row limit …
- News
- Last Updated: May 06, 2024
- Matthew Soldo
Last week we launched our dev plan, a free database designed for development and testing. Today, we are launching into public beta two new plans: Crane and Kappa. These plans are part of our production tier, offering the same monitoring, operations, support, and data protection features as our more expensive plans.
Crane is available for $50 per month and features a 400 mb cache. Kappa is $100 per month and features a 800 mb …
- News
- Last Updated: April 11, 2024
- Matthew Soldo
Introducing the newest plan in the Heroku Postgres line-up: dev. It is an updated replacement for the PostgreSQL 8.3-based shared database add-on. This plan is available immediately in public beta:
$ heroku addons:add heroku-postgresql:devIt can also be provisioned through the Heroku add-ons catalog.
This new dev plan offers increased parity between our free database service and our paid, production plans. New features include:
- Postgres 9.1
- Data clips
- hstore
- Direct database access from …
- News
- Last Updated: April 04, 2024
- Matthew Soldo
One of the great strengths of PostgreSQL is extensibility. Just as the JVM has become more than a way to just run Java—spawning languages such as Clojure and Scala—PostgreSQL has become more than just a home to relational data and the SQL language. Our first officially supported Postgres extension, hstore, enables you to build better apps faster without sacrificing the power, reliability, and flexibility of the underlying PostgreSQL storage engine.
By using hstore, you …
- News
- Last Updated: June 03, 2024
- Matthew Soldo
Data clips are available today in beta as a standard feature on all Heroku Postgres databases.
When we share information on the Internet, we do so by sharing URLs. We send URLs for locations, books, videos, and even source code. Until now there hasn't been a convenient way to share data inside a database. That's why we're introducing Data Clips. They are a fast and easy way to unlock the data in your …
- News
- Last Updated: January 19, 2012
- Matthew Soldo
One of the benefits of consuming a database through Heroku Postgres is that we are continually improving the service. This benefit is compounded by the fact that our service is based on PostgreSQL, a vibrant and active open source project. The release of PostgreSQL 9.1 had added a number of feature, performance and reliability improvements. These are available today with our beta support for PostgreSQL 9.1.
We have been testing and watching PostgreSQL …
- News
- Last Updated: November 23, 2011
- Matthew Soldo
Until now, Heroku’s Postgres database service – originally launched in 2007 – has only been available to Heroku customers for use with Heroku platform apps. Today we’re excited to announce the launch of Heroku Postgres as a standalone service.
With measured service uptime of four nines (99.99%), and designed data durability of eleven nines (99.999999999%), the service is trustworthy for mission-critical data. As of today, these production-quality Heroku Postgres databases are independently available for use …
- News
- Last Updated: December 18, 2010
- Matthew Soldo
At Heroku, we believe PostgreSQL offers the best mix of powerful features, data integrity, speed, standards compliance, and open-source code of any SQL database on the planet. That’s why we were so excited to see the new release of PostgreSQL, version 9.0.1.
The release is described as “the most anticipated PostgreSQL version in five years” for good reason. The release adds over 200 new features and improvements. For more on PostgreSQL 9, see the …
- News
- Last Updated: April 30, 2024
- Matthew Soldo
Recently we announced the release of PG Backups, our new database backup service. Since then, PG Backups has seen rapid adoption and has been successfully managing the backups of a large and growing number of our production customers.
Today we are announcing the deprecation of Bundles. Although Bundles has served the Heroku community well, we have found that it doesn’t scale to adequately meet the needs of the larger, more complex applications running on …
- News
- Last Updated: November 16, 2010
- Matthew Soldo
Heroku is launching a new database backup solution. Heroku PG Backups is available immediately and is the officially supported and recommended method of backing up your PostgreSQL database on Heroku.
PG Backups is a significant architectural improvement over Bundles and is designed to handle the large-scale, production databases that are being deployed to Heroku today. In addition to these backend improvements, PG Backups offers several new features:
- Backups are captured using pg_dump’s -Fc compressed format. …
Subscribe to the full-text RSS feed for Matthew Soldo.