-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changes to improve sync and ingest performance (#324)
* fix: flush sink messages more aggressively * chore: fix benchmark * fix: parse event value carfile before taking tx lock * chore: rename api store metrics and remove unnecessary fn * fix: use send_all instead of send when returning ranges * fix: add task to api server than batch inserts new events reduces lock contention and seems to be about an order of magnitude faster sql requests (overall throughput doesn't change dramatically on my machine) * chore: remove sample code that shouldn't have been committed * chore: PR review feedback use constants for timeout values and remove traced_test dependency from api * chore: PR feedback fix select! branch that's only an if statement and use traced_test
- Loading branch information
Showing
13 changed files
with
405 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.