zlacker

[return to "PostgresML is 8-40x faster than Python HTTP microservices"]
1. davewb+u7[view] [source] 2022-10-20 02:12:31
>>redbel+(OP)
Is it easy to install on aws aurora postgresql?
◧◩
2. grzm+S7[view] [source] 2022-10-20 02:16:29
>>davewb+u7
It looks like it's a PostgreSQL extension, and probably not one supported by AWS RDS for PostgreSQL or Aurora PostgreSQL. AWS generally only supports extensions that ship with PostgreSQL (and maybe some limited third-party extensions?). The lists of supported extensions are here:

* https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLRelea...

* https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQ...

[go to top]