Skip to content

Commit b6d425c

Browse files
committed
Merge remote-tracking branch 'origin/main' into DOC-15108
2 parents 16dc4f2 + 0a51df4 commit b6d425c

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

src/current/cockroachcloud/costs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Cloud providers may vary in how they calculate each category and define each reg
260260

261261
#### Same-region
262262

263-
There are no charges for same-region data transfer between CockroachDB cluster nodes. Data egressing the cluster to endpoints in the same region for backups or changefeeds, or using private connectivity, is charged the cloud provider's list price for same-region data transfer.
263+
There are no charges for same-region data transfer between CockroachDB cluster nodes. Data egressing the cluster to endpoints in the same region for backups or changefeeds, or using private connectivity, is charged the cloud provider's list price for same-region data transfer. Egress private endpoint usage is posted in separate line items under the **Data transfer** section, as **Private endpoint - bytes processed - Advanced plan**.
264264

265265
#### Cross-region
266266

@@ -270,7 +270,7 @@ Cross-region data transfer includes:
270270

271271
- Data transfer required to support queries that involve lookups on nodes in another region.
272272
- CockroachDB replication across nodes that are in different regions.
273-
- Data egress from the CockroachDB Cloud cluster via supported [private connectivity]({% link cockroachcloud/connect-to-your-cluster.md %}#establish-private-connectivity) services to a private endpoint in another region.
273+
- Data egress, including [changefeed and backup traffic egress]({% link cockroachcloud/egress-private-endpoints.md %}), from the CockroachDB {{ site.data.products.cloud }} cluster via supported [private connectivity]({% link cockroachcloud/connect-to-your-cluster.md %}#establish-private-connectivity) services to a private endpoint in another region.
274274
- [Managed backup]({% link cockroachcloud/backup-and-restore-overview.md %}#managed-backups) and [Self-managed backup]({% link cockroachcloud/take-and-restore-self-managed-backups.md %}) data transfer to another region.
275275
- Change data capture (changefeed) data transfer to another region.
276276

@@ -307,6 +307,8 @@ In CockroachDB {{ site.data.products.standard }}, CDC is billed monthly based on
307307

308308
In CockroachDB {{ site.data.products.advanced }}, CDC is billed monthly based on the total size of a cluster's watched tables and whether the {{ site.data.products.advanced }} security add-on is enabled. The per-GiB unit price is tiered, based on the size of watched data: Less than 5 GiB-Month, 5 to 100 GiB-Month, 100 to 250 GiB-Month, 250 to 500 GiB-Month, or 500 GiB-Month and higher.
309309

310+
Data sent from a CockroachDB {{ site.data.products.advanced }} cluster over an [egress connection to a private endpoint]({% link cockroachcloud/egress-private-endpoints.md %}), such as changefeeds and logs, are charged according to [data transfer costs](#data-transfer).
311+
310312
</section>
311313

312314
## Non-payment

src/current/cockroachcloud/egress-private-endpoints.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ CockroachDB {{ site.data.products.cloud }} supports egress private endpoints wit
1919
- [Google Cloud VPC Private Service Connect (GCP PSC)](https://cloud.google.com/vpc/docs/private-service-connect)
2020
- [Confluent Cloud on GCP or AWS](https://www.confluent.io/confluent-cloud/)
2121

22+
{{site.data.alerts.callout_info}}
23+
Billing for egress private endpoint usage is based on bytes processed over the endpoint, which includes the cloud provider's per-GB data processing fees and any applicable data transfer charges. There is no additional markup from Cockroach Labs. These charges appear as separate line items on your invoice under **Private endpoint - bytes processed**.
24+
{{site.data.alerts.end}}
25+
2226
{{site.data.alerts.callout_danger}}
2327
Regions cannot be removed from a CockroachDB {{ site.data.products.cloud }} cluster if there are egress private endpoints in that region. When a {{ site.data.products.cloud }} cluster is deleted, all private endpoints associated with the cluster are deleted as well.
2428
{{site.data.alerts.end}}

src/current/v25.4/cockroachdb-feature-availability.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ The following cluster settings enable the [`database` and `application_name` lab
8383

8484
By default, these cluster settings are disabled.
8585

86-
### Vector indexes
87-
88-
A [vector index]({% link {{ page.version.version }}/vector-indexes.md %}) enables efficient approximate nearest neighbor (ANN) search on high-dimensional [`VECTOR`]({% link {{ page.version.version }}/vector.md %}) columns. Use vector indexes to improve the performance of similarity searches over large datasets, such as embeddings generated by machine learning models.
89-
9086
### JSONPath queries
9187

9288
[JSONPath]({% link {{ page.version.version }}/jsonpath.md %}) expressions and functions can be used to query and filter [`JSONB`]({% link {{ page.version.version }}/jsonb.md %}) data, using [JSONPath expressions]({% link {{ page.version.version }}/jsonpath.md %}#jsonpath-expression) as arguments in [JSONPath functions]({% link {{ page.version.version }}/jsonpath.md %}#jsonpath-functions).
@@ -111,10 +107,6 @@ The [cluster setting]({% link {{ page.version.version }}/cluster-settings.md %})
111107

112108
CockroachDB {{ site.data.products.standard }} is our new, [enterprise-ready plan](https://www.cockroachlabs.com/pricing), recommended for most applications. You can start small with [provisioned capacity that can scale on demand]({% link cockroachcloud/plan-your-cluster.md %}), along with enterprise-level security and availability. Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.
113109

114-
### Vector search
115-
116-
The [`VECTOR`]({% link {{ page.version.version }}/vector.md %}) data type stores fixed-length arrays of floating-point numbers, which represent data points in multi-dimensional space. Vector search is often used in AI applications such as Large Language Models (LLMs) that rely on vector representations.
117-
118110
### CockroachDB Cloud Folders
119111

120112
[Organizing CockroachDB {{ site.data.products.cloud }} clusters using folders]({% link cockroachcloud/folders.md %}) is in preview. Folders allow you to organize and manage access to your clusters according to your organization's requirements. For example, you can create top-level folders for each business unit in your organization, and within those folders, organize clusters by geographic location and then by level of maturity, such as production, staging, and testing.

src/current/v25.4/vector-indexes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ keywords: vector, vector index, vector search, ann, approximate nearest neighbor
66
docs_area: develop
77
---
88

9-
{{site.data.alerts.callout_info}}
10-
{% include_cached feature-phases/preview.md %}
11-
{{site.data.alerts.end}}
12-
139
A *vector index* enables efficient approximate nearest neighbor (ANN) search on high-dimensional [`VECTOR`]({% link {{ page.version.version }}/vector.md %}) columns. Use vector indexes to improve the performance of similarity searches over large datasets, such as embeddings generated by machine learning models.
1410

1511
This page describes how to create and use vector indexes on CockroachDB.

src/current/v25.4/vector.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: reference.sql
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
{% include feature-phases/preview.md %}
10-
{{site.data.alerts.end}}
11-
128
The `VECTOR` data type stores fixed-length arrays of floating-point numbers, which represent data points in multi-dimensional space. Vector search is often used in AI applications such as Large Language Models (LLMs) that rely on vector representations.
139

1410
For details on valid `VECTOR` comparison operators, refer to [Syntax](#syntax). For the list of supported `VECTOR` functions, refer to [Functions and Operators]({% link {{ page.version.version }}/functions-and-operators.md %}#pgvector-functions).

0 commit comments

Comments
 (0)