Skip to content

Commit 2d43f9d

Browse files
Threaded bulk insert (#1596)
* 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 <[email protected]> Co-authored-by: Roi Lipman <[email protected]>
1 parent 7ea1c43 commit 2d43f9d

File tree

18 files changed

+395
-722
lines changed

18 files changed

+395
-722
lines changed

.astylerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
--mode=c
55
--style=google
66
--indent=force-tab=4
7+
--indent-switches
78
--convert-tabs
89
--pad-oper
910
--unpad-paren

demo/bulk_insert/README.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)