Concatenating IDs in Typesense
TLDR Serezha inquires about potential issues from concatenating IDs. Jason clarifies Typesense allows any string format for IDs.
1
Feb 20, 2023 (10 months ago)
Serezha
07:22 PMTo avoid repeating ids I am concatenating them together can it cause problems for example
const newUuid=
${uuid1}-${uuid2}``Jason
07:26 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Adding and Updating Collections in Typesense Server
sonu asked about methods to add and update collections in a Typesense server. Jason advised that documents can be added individually or in bulk, and updates can be batched using the import function, even with a small React app with a MySQL database.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
Discussion on Bulk Deletion Methods on Typesense
Gabe asked about bulk deleting on Typesense. Kishore Nallan advised using OR notation, mentioning a 4K char limit on GET parameters. They urged Gabe to open a Github issue to track ID field support.