Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 03:22 AM
I am trying to create a vector search index for a table, but it stops at 45406 rows. I can see that the writeback table has all the records but the indexing stops. Is there a hard limit on index?
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 06:15 AM
There are some limits that you can be hitting:
- Row Size for Delta Sync Index: The maximum row size is 100KB.
- Embedding Source Column Size for Delta Sync Index: The maximum size is 32764 bytes.
- Bulk Upsert Request Size Limit for Direct Vector Index: The maximum size is 10MB.
- Bulk Delete Request Size Limit for Direct Vector Index: This limit is not specified in the provided context.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 06:15 AM
There are some limits that you can be hitting:
- Row Size for Delta Sync Index: The maximum row size is 100KB.
- Embedding Source Column Size for Delta Sync Index: The maximum size is 32764 bytes.
- Bulk Upsert Request Size Limit for Direct Vector Index: The maximum size is 10MB.
- Bulk Delete Request Size Limit for Direct Vector Index: This limit is not specified in the provided context.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 03:32 AM
Thank you so much. I reduced my chunk size and it worked.

