Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #16 InfluxDB feed, multiple issues. #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

neilsmurphy
Copy link
Member

  • Current query resamples the data using the 'mean' function - which is unoptimal
    Changed to first/min/max/last
  • It seems that fromdate parameter is ignored - resulting in excessive data fetch
    From date and to date added in.
  • Openinterest field seems to be ignored even if present in the data
    Open interest added in.
  • Time precision is excessive (nano-seconds vs seconds )
    Left unchanged.

- Current query resamples the data using the 'mean' function - which is unoptimal
  Changed to first/min/max/last
- It seems that fromdate parameter is ignored - resulting in excessive data fetch
  From date and to date added in.
- Openinterest field seems to be ignored even if present in the data
  Open interest added in.
- Time precision is excessive (nano-seconds vs seconds )
  Left unchanged.
@neilsmurphy neilsmurphy self-assigned this Aug 30, 2021
Copy link

@vladisld vladisld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this change contain only the cosmetic changes or also the functional ones?

Generally it is preferable to split such commits - keep the functional changes in one commit and all the cosmetics into other. You'll get two benefits this way:

  • cosmetics will not clutter the functional changes - making the review easier and more focused
  • make it possible to revert it without reverting all the cosmetics and vice versa

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