Skip to content

abhinav-nath/mongo-bulk-operations-test

Repository files navigation

mongo-bulk-operations-test

Compare the performance of single updates and bulk update operations.

Insert dummy records

curl -X POST http://localhost:8080/books

Delete all records

curl -X DELETE http://localhost:8080/books

Bulk update

curl -X PUT http://localhost:8080/books/bulk

Single updates

curl -X PUT http://localhost:8080/books/single

⭐ Star this repository — it helps!

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages