hmans / indiepants

IndiePants, aka Pants Phase 2. A clean indieweb-like implementation.
13 stars 1 forks source link

Make Pants::Binary use PostgreSQL Large Objects #62

Closed hmans closed 9 years ago

hmans commented 9 years ago

...as they may be faster than bytea.

http://www.postgresql.org/docs/9.4/static/largeobjects.html https://gist.github.com/hmans/cf18d182c51fb9191df6

Tasks:

hmans commented 9 years ago

ActiveRecord doesn't like oid columns. :(

hmans commented 9 years ago

Closing for the time being. If ActiveRecord ever starts supporting oid columns natively, we can reconsider.