Skip to content

Commit

Permalink
update pricing of pg
Browse files Browse the repository at this point in the history
  • Loading branch information
lqhl committed Oct 15, 2023
1 parent 337055c commit 52adba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Let’s peek into the specs and costs of the cloud services we’ve put to the t
| [Zilliz](https://zilliz.com) | Capacity-optimized 1 CU | 114 | Price reduced from $186 to $114 as of June 14, 2023. |
| [Zilliz](https://zilliz.com) | Performance-optimized 4 CU | 458 | Price reduced from $746 to $458 as of June 14, 2023. |
| [Zilliz](https://zilliz.com) | Cost-optimized 1 CU | 77 | Added on Sep 6, 2023. |
| Postgres with [pgvector](https://github.com/pgvector/pgvector) | [r6a.xlarge](https://instances.vantage.sh/aws/ec2/r6a.xlarge?region=us-east-1&os=linux&cost_duration=monthly&reserved_term=Standard.noUpfront) (4C 32GB) | 165 or 329 | Self-hosted: \$165/month; Cloud version ([db.r6g.xlarge](https://instances.vantage.sh/aws/rds/db.r6g.xlarge?region=us-east-1&os=PostgreSQL&cost_duration=monthly&reserved_term=Standard.partialUpfront)): \$329 |
| Postgres [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) | [r6a.xlarge](https://instances.vantage.sh/aws/ec2/r6a.xlarge?region=us-east-1&os=linux&cost_duration=monthly&reserved_term=Standard.noUpfront) (4C 32GB) | 165 or 329 | Self-hosted: \$165/month; Cloud version ([db.r6g.xlarge](https://instances.vantage.sh/aws/rds/db.r6g.xlarge?region=us-east-1&os=PostgreSQL&cost_duration=monthly&reserved_term=Standard.partialUpfront)): \$329 |
| Postgres with [pgvector](https://github.com/pgvector/pgvector) | [db.r6g.xlarge](https://instances.vantage.sh/aws/rds/db.r6g.xlarge?region=us-east-1&os=PostgreSQL&cost_duration=monthly&reserved_term=Standard.partialUpfront) (4C 32GB) | 329 | Amazon RDS for PostgreSQL |
| Postgres [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) | [db.r6g.xlarge](https://instances.vantage.sh/aws/rds/db.r6g.xlarge?region=us-east-1&os=PostgreSQL&cost_duration=monthly&reserved_term=Standard.partialUpfront) (4C 32GB) | 329 | Amazon RDS for PostgreSQL |
| [AWS OpenSearch Service](https://aws.amazon.com/opensearch-service/) | [r6g.2xlarge.search](https://instances.vantage.sh/aws/opensearch/r6g.2xlarge.search?region=us-east-1&cost_duration=monthly&reserved_term=Standard.noUpfront) (8C 64GB) | 488 | Amazon OpenSearch Service domain |

To ensure a fair play, we operate the client (`c4.xlarge`) in the same region as the cloud service to keep networking interference to a minimum.
Expand Down

0 comments on commit 52adba7

Please sign in to comment.