Skip to content

add configurable retry and batch size options for benchmarking#20

Merged
utaal merged 1 commit intomainfrom
utaal/some-more-options
Sep 18, 2025
Merged

add configurable retry and batch size options for benchmarking#20
utaal merged 1 commit intomainfrom
utaal/some-more-options

Conversation

@utaal
Copy link
Contributor

@utaal utaal commented Sep 5, 2025

  • add query-retries flag to control query retry behavior (defaults to 0 for client defaults)
  • add namespace-setup-batch-size flag for configuring batch size during setup (default 250k)
  • add namespace-setup-concurrency-max flag to cap total concurrent goroutines across namespaces
  • make query retries conditional: only apply WithMaxRetries when query-retries is non-zero
  • use new batch size flag in upsert operations instead of hardcoded value

  - add query-retries flag to control query retry behavior
  (defaults to 0 for client defaults)
  - add namespace-setup-batch-size flag for configuring batch
  size during setup (default 250k)
  - add namespace-setup-concurrency-max flag to cap total
  concurrent goroutines across namespaces
  - make query retries conditional: only apply WithMaxRetries
  when query-retries is non-zero
  - use new batch size flag in upsert operations instead of
  hardcoded value
@utaal utaal requested a review from morgangallant September 5, 2025 12:04
@utaal utaal merged commit e4237db into main Sep 18, 2025
1 check passed
@utaal utaal deleted the utaal/some-more-options branch September 18, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments