Hey guys,
I've one collection in typesense which has 33 columns. I'm upserting around 20000 documents at a single time with the batch_size 500 but it doesn't work. It throws the error "RangeError: Too many properties to enumerate". So if anyone knows then please get me a solution and also let me know if I'm doing anything wrong.
Thanks in advance
k
Kishore Nallan
04/05/2022, 7:12 AM
Looks like a client error, what language client are you using?
r
Rahul Koriya
04/05/2022, 7:27 AM
Language client means the stack or anything else? stack is nodejs
If you upserted with smaller number of documents at a single time, that should also work.
r
Rahul Koriya
04/05/2022, 7:35 AM
Yes smaller number of documents works fine
k
Kishore Nallan
04/05/2022, 7:39 AM
Importing via curl supports millions of documents. We have to add a way to import a file from JS so that you can do a similar thing with the JS client.