Skip to content

Commit

Permalink
Threaded bulk insert (#1596)
Browse files Browse the repository at this point in the history
* Update the bulk updater to execute on a thread

* Bulk loader endpoint locks for minimal time

* TODOs

* Use a separate thread pool for bulk operations

* Update test_thread_pools.cpp

* refactor bulk-insert

* Fix PR problems

* count number of pings during bulk-insert, only create graph context on BEGIN token

Co-authored-by: swilly22 <roi@redislabs.com>
Co-authored-by: Roi Lipman <swilly22@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 3, 2021
1 parent 7ea1c43 commit 2d43f9d
Show file tree
Hide file tree
Showing 18 changed files with 395 additions and 722 deletions.
1 change: 1 addition & 0 deletions .astylerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--mode=c
--style=google
--indent=force-tab=4
--indent-switches
--convert-tabs
--pad-oper
--unpad-paren
Expand Down
66 changes: 0 additions & 66 deletions demo/bulk_insert/README.md

This file was deleted.

Loading

0 comments on commit 2d43f9d

Please sign in to comment.