Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Implement DB batch insertion instead of one insertion per event #8

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

masih
Copy link
Member

@masih masih commented Mar 2, 2023

Use db batching when inserting events instead of one insertion per event. This offers a much more scalable database interaction with reduced round-trip latency.

Later on we may look into batching further across multiple POST requests if batches sent by the clients are too small still.

Use db batching when inserting events instead of one insertion per
event. This offers a much more scalable database interaction with
reduced round-trip latency.

Later on we may look into batching further across multiple `POST`
requests if batches sent by the clients are too small still.
@masih masih merged commit 788a228 into main Mar 2, 2023
@masih masih deleted the masih/batch_insert branch March 2, 2023 11:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants