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

Improve and document the environment information gathering #63

Closed
ghost opened this issue Jul 6, 2016 · 0 comments
Closed

Improve and document the environment information gathering #63

ghost opened this issue Jul 6, 2016 · 0 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Jul 6, 2016

We need to store accurate information about the execution plan of a fetch. Which operations where performed (fetch one, fetch many, concurrent fetch), whether the data was served from the cache or not, the rounds of execution (steps in the compuation that read data) performed and so on. We do this to some extent now but is not very useful in its current state. We should document what you can do with the environment and improve the docs about diagnosing fetch failures, which an improved reporting will make easier. Will also ease the implementation of #11.

@ghost ghost added the enhancement New feature or request label Jul 6, 2016
@ghost ghost closed this as completed Nov 4, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants