From 769a60884c07abf49e0da20b0841fd7770d3cf5f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 10 Jul 2026 14:20:26 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf282c..13adec4 100644 --- a/README.md +++ b/README.md @@ -467,7 +467,7 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate ## Multitenancy -For applications with multiple tenants, sharing an approximate index between tenants means vectors from one tenant can affect recall for other tenants. +For applications with multiple tenants, sharing an approximate index between tenants means vectors from one tenant can affect recall (and speed) for other tenants. For tenant isolation, use [list partitioning](https://www.postgresql.org/docs/current/ddl-partitioning.html).