Skip to content

[*] use pgx.Rows directly in DetectConfigurationChanges()#775

Merged
pashagolub merged 1 commit intomasterfrom
refactor-DetectConfigurationChanges
Jun 2, 2025
Merged

[*] use pgx.Rows directly in DetectConfigurationChanges()#775
pashagolub merged 1 commit intomasterfrom
refactor-DetectConfigurationChanges

Conversation

@pashagolub
Copy link
Copy Markdown
Collaborator

This will decrease memory usage. Previously QueryMeasurements() returned a long slice of map[string]any creating pressure on heap.

This will decrease memory usage. Previously `QueryMeasurements()`
returned a long slice of `map[string]any` creating pressure on heap.
@pashagolub pashagolub self-assigned this Jun 2, 2025
@pashagolub pashagolub added metrics Metrics related issues refactoring Something done as it should've been done from the start labels Jun 2, 2025
@pashagolub pashagolub merged commit b82ae3b into master Jun 2, 2025
9 checks passed
@pashagolub pashagolub deleted the refactor-DetectConfigurationChanges branch June 2, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

metrics Metrics related issues refactoring Something done as it should've been done from the start

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant