You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/current/_includes/releases/v25.4/v25.4.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This section summarizes the most significant user-facing changes in v25.4.0 and
47
47
<td>
48
48
<p class="feature-summary">Vector Indexing Improved and Generally Available</p>
49
49
<p class="feature-description">
50
-
CockroachDB's <a href="{% link v25.4/vector-indexes.md %}">vector indexing</a> capabilities are now generally available, promoting production-ready similarity search for AI and machine learning workloads from Preview to GA. This release brings critical operational improvements while maintaining the distributed architecture advantages that distinguish CockroachDB from specialized vector databases and PostgreSQL with <a href="{% link v25.4/vector-indexes.md %}">pgvector</a>.
50
+
CockroachDB's <a href="{% link v25.4/vector-indexes.md %}">vector indexing</a> capabilities are now generally available, promoting production-ready similarity search for AI and machine learning workloads from Preview to GA. This release brings critical operational improvements while maintaining the distributed architecture advantages that distinguish CockroachDB from specialized vector databases and PostgreSQL with pgvector.
51
51
</p>
52
52
<p class="feature-description">
53
53
The standout v25.4 improvement is <strong>online table backfills</strong>: adding vector indexes to tables with existing data no longer requires taking the table offline during the backfill process. This eliminates downtime when adopting vector search capabilities, enabling seamless integration of AI features into live production systems without service interruption.
0 commit comments