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

Update client version to resolve query bottleneck #14157

Merged
merged 1 commit into from
Jun 19, 2019

Conversation

chnn
Copy link
Contributor

@chnn chnn commented Jun 18, 2019

Closes #14084

@chnn chnn force-pushed the update-client-xmlhttprequest branch from d4e280d to d0fd015 Compare June 19, 2019 17:06

### UI Improvements

1. [14157](https://github.com/influxdata/influxdb/pull/14157): Remove rendering bottleneck when streaming Flux responses
Copy link
Contributor

Choose a reason for hiding this comment

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

nice!

): WrappedCancelablePromise<string> => {
const {promise, cancel} = client.queries.execute(orgID, query, {
extern,
limitChars: MAX_RESPONSE_CHARS,
Copy link
Contributor

Choose a reason for hiding this comment

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

I like the clean up here.

Closes #14084

Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
@chnn chnn force-pushed the update-client-xmlhttprequest branch from d0fd015 to e588cda Compare June 19, 2019 17:52
@chnn chnn merged commit 4bd7320 into master Jun 19, 2019
@chnn chnn deleted the update-client-xmlhttprequest branch June 19, 2019 18:02
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.

Flux response limiting is bottleneck in dashboards
2 participants