Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Are Postgres extensions supported? #749

Open
thomafred opened this issue Aug 28, 2024 · 1 comment
Open

Question: Are Postgres extensions supported? #749

thomafred opened this issue Aug 28, 2024 · 1 comment
Labels
question Further information is requested

Comments

@thomafred
Copy link

Are postgres extensions supported such as PostGIS?

@Denchick
Copy link
Collaborator

Hi, @thomafred,

I'm sorry for the delayed response.

Well, on the one hand, SPQR shards are regular PostgreSQL clusters, so you can install any possible extensions. On the other hand, it depends on the queries you use. Do you implicitly or explicitly pass a shard key in every transaction? If so, then you can use both SPQR and PostGIS.

Could you please let us know what queries you are planning to run so we can give you a more accurate answer? We would be happy to help.

@Denchick Denchick added the question Further information is requested label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants