Postgres Weekly |
Issue 34 October 30, 2013
|
|
Testing Nested hstore |
Hstore is already a great key-value store in Postgres which supports rich indexing. Work is being done, with the goal being for Postgres 9.4, to make hstore even more powerful by allowing nesting. Here’s a look at some of the performance benefits that may come along with it.
|
David E. Wheeler |
|
Auto generate UUID with Postgres and Rails 4 |
UUIDs are great to use within your application instead of sequential IDs because they can make scaling easier later. Here’s a guide to using them directly within your application on Rails.
|
LingoHub |
|
Denormalizing Tags |
Tagging is common in a ton of applications and it can be done very efficiently within Postgres with the use of arrays. Theres also a great use of one of my personal favorite functions within here, array_agg.
|
Dimitri Fontaine |
|
From our sponsor
Heroku Postgres - Fully managed Postgres on EC2 |
There's a lot to worry about when building your application; ensuring your database is secured, backed up, available shouldn't have to be part of that. Let Heroku Postgres focus on keeping your database running so you can take advantage of all the awesome features within Postgres.
Heroku Postgres is the worlds largest provider of Postgres as a Service, offering fully managed databases on top of EC2. Get started today for free and scale easily as your application needs to.
|
|
|
|
|