-
|
The database generated after the diagnostic; does this go together with the output, is it produced for the user and is it generated every time or you need to ask for it? |
Beta Was this translation helpful? Give feedback.
Answered by
Darwyn72
May 28, 2026
Replies: 1 comment
-
|
The API provides a view onto that database, so you are not writing SQL queries to grab that information. The database acts as a link between all the different diagnostics, so if you only need a small subset of it, you just ask for that. As it consists of 100’s GB of files, having it locally may not be practical or useful in some cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Darwyn72
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The API provides a view onto that database, so you are not writing SQL queries to grab that information. The database acts as a link between all the different diagnostics, so if you only need a small subset of it, you just ask for that. As it consists of 100’s GB of files, having it locally may not be practical or useful in some cases.