Morgan Gao
01/12/2022, 11:04 PMAction: "upsert"
BatchSize: 100
I have 5 goroutines sending around 10000 documents and each request has about 500 documents. Each of them has unique key so there should be 10k document in my collection. But what I have found is the number of document is always smaller than what I actually sent, around 7k. And when I reduce the request size from 500 to 200, there are more documents show up in cluster. But I don’t see any feedback from Typesense if any of the batch was not successful.
Is it safe to say when importing, TS will not send whether the documents in the request has been successfully indexed? If so, what can I do to make sure the documents I send will be indexed?Jason Bosco
01/12/2022, 11:35 PM