Skip to content

does Neon support Postgres plugins? #1829

Answered by hlinnaka
timharsch asked this question in Q&A
Discussion options

You must be logged in to vote

We plan to allow running custom docker images in the compute node, where you can install any extension or even modified version of PostgreSQL itself. We're not there yet; we need to figure out the user interface and all the plumbing to support that. But the architecture definitely allows it. The only exception would be extensions that store data directly on disk, without using the PostgreSQL WAL-logging facilities, but those are rare.

Looking quickly at ZomboDB, it relies on an external ElasticSearch cluster, but on the Postgres side I don't see anything special. So yeah, I think we can make that work.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@mingfang
Comment options

@mingfang
Comment options

@hlinnaka
Comment options

@mingfang
Comment options

@eeeebbbbrrrr
Comment options

Answer selected by hlinnaka
Comment options

You must be logged in to vote
1 reply
@vadim2404
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants