Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dml-examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Descartes Research
dml-examples
Commits
3393f270
Commit
3393f270
authored
8 years ago
by
Andreas Knapp
Browse files
Options
Downloads
Patches
Plain Diff
Added new testquery + removed command in existing query
parent
8466151e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
HelloWorldExample2/DQL-Queries/DMLWhatIf3.dql
+0
-1
0 additions, 1 deletion
HelloWorldExample2/DQL-Queries/DMLWhatIf3.dql
HelloWorldExample2/DQL-Queries/WhatIfSELECTALL.dql
+21
-0
21 additions, 0 deletions
HelloWorldExample2/DQL-Queries/WhatIfSELECTALL.dql
with
21 additions
and
1 deletion
HelloWorldExample2/DQL-Queries/DMLWhatIf3.dql
+
0
−
1
View file @
3393f270
...
...
@@ -2,5 +2,4 @@ WHAT IF
'ResourceContainer of actx with ID _5QiUIEeoEeSW4Op0B0CyhQ' <migrate('_3iihJPmqEeaA7sTBJG-gEA')>,
'Processing Units of processingCPU with ID _I3tj4EnuEeOWVc_o6w1CBw' <MULTIPLY 2, MULTIPLY 3>
SELECT svc2.avgResponseTime FOR SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS svc2
FILTERING 55%
USING dml@'minmodel.properties';
\ No newline at end of file
This diff is collapsed.
Click to expand it.
HelloWorldExample2/DQL-Queries/WhatIfSELECTALL.dql
0 → 100644
+
21
−
0
View file @
3393f270
WHAT IF
'Processing Units of processingCPU with ID _I3tj4EnuEeOWVc_o6w1CBw' <1, 2>
//SELECT svc2.avgResponseTime FOR SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS svc2
SELECT res1.utilization,
svc1.avgResponseTime,
//svc1.responseTime,
// svc1.responseTime80thPrec, svc1.responseTime90thPrec, svc1.responseTime95thPrec, svc1.responseTime99thPrec,
//svc1.responseTimeHistogram,
svc1.throughput,
svc2.avgResponseTime,
// svc2.responseTime,
//svc2.responseTime80thPrec, svc2.responseTime90thPrec, svc2.responseTime95thPrec, svc2.responseTime99thPrec,
//svc2.responseTimeHistogram,
svc2.throughput
FOR SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS svc2, RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1, SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1
USING dml@'minmodel.properties';
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment