My script will generate a list of document to be inserted into Vespa. Current, I'm using HTTP POST/PUT to insert/update one document per request. This can be slow if I need to insert a lot of documents.
Hence, I'd like to know if there's more efficient method to complete this kind of job. Thank you.