Skip to content

Comment on Apache AGE, a PostgreSQL extension with graph database functionality

Comments

Interesting. What are some good extensions for pg? I have only used UUID and postgis.

I have only used UUID and postgis.

If you used "uuid-ossp" to get uuid_generate_v4(), then this is no longer necessary since Postgres 13 as there is now a built-in gen_random_uuid()

https://www.postgresql.org/docs/current/functions-uuid.html

Oh wow TIL thank you

The ltree extension is fantastic if you have data like comments or any other hierarchical structure.

Well, I wouldn't call it interesting, but I like the citext extension for case insensitive comparison.

TimescaleDB

pg_stat_statements

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.