Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
olefoo
on Dec 7, 2013
|
parent
|
context
|
favorite
| on:
Graph databases and Python
Have you looked at the ltree extension for postgres?
http://www.postgresql.org/docs/9.3/static/ltree.html
It's quite fast.
techtalsky
on Dec 8, 2013
[–]
No, looks cool though. That would impact deployability to heroku though, yes?
olefoo
on Dec 8, 2013
|
parent
[–]
It's on their list of approved extensions
https://postgres.heroku.com/blog/past/2012/8/2/announcing_su...
You should be able to say:
CREATE EXTENSION ltree;
In the database you want it in.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's quite fast.