Skip to content

Conversation

peterbo
Copy link
Contributor

@peterbo peterbo commented Oct 14, 2025

Description:

Refs #23342

Try to fix the Live API Model to:

  • handle the offset correctly (e.g. &filter_offset=377000&filter_limit=200 always created wrong / empty results)
  • only count necessary data from offset (memory efficient)
  • split dates into multiple queries created overlapping timeframes

Review

Try to fix the Live API to:
- handle the offset correctly
- only count necessary data from offset (memory efficient)
- split dates into multiple queries created overlapping timeframes
@peterbo peterbo changed the title Refs #23342 Refs #23342 - Manage Live API Model Offset / Count / timeframe split correctly and more memory efficient Oct 14, 2025
@michalkleiner
Copy link
Contributor

Hi @peterbo, thanks so much for creating the PR and looking into the offset problem.
Since no tests were added and nothing started to fail, it looks like the behaviour that previously didn't work (based on the issue) wasn't covered by a test. Do you think you would have time to also add a new test that we can run before/after this PR to validate it fixes the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants