Question: Are Postgres extensions supported?
Opened this issue · 1 comments
thomafred commented
Are postgres extensions supported such as PostGIS?
Denchick commented
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.