Skip to content

Commit 59cdc7a

Browse files
committed
[Vectorize] Vectorize improves insert and upsert reliability and performance
1 parent 985c877 commit 59cdc7a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Vectorize improves insert and upsert reliability and performance
3+
description: Vectorize has been updated to improve the latency of vector inserts and upserts by up to 20% for p95, and to eliminate the risk of API rate limiting from these operations.
4+
products:
5+
- vectorize
6+
date: 2025-07-24
7+
---
8+
9+
Vectorize insert and upsert operations are now more performant and reliable following a backend update.
10+
11+
The latency of vector inserts and upserts has been improved by up to 20% at the 95th percentile. In addition, the risk of encountering REST API rate limits when performing a high volume of these operations has been eliminated.
12+
13+
Refer to the [Vectorize documentation](/vectorize/get-started/insert-vectors/) for more information on inserting and upserting vectors.

0 commit comments

Comments
 (0)