2016 IEEE High Performance Extreme Computing Conference (HPEC) 2016
DOI: 10.1109/hpec.2016.7761642
|View full text |Cite
|
Sign up to set email alerts
|

The BigDawg monitoring framework

Abstract: In this thesis, I designed and implemented a monitoring framework for the BigDawg federated database system which maintains performance information on benchmark queries. As environmental conditions change, the monitoring framework updates existing performance information to match current conditions. Using this information, the monitoring system can determine the optimal query execution plan for similar incoming queries. A series of test queries were run to assess whether the system correctly determines the opt… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2016
2016
2023
2023

Publication Types

Select...
4
2
2

Relationship

3
5

Authors

Journals

citations
Cited by 12 publications
(5 citation statements)
references
References 9 publications
(2 reference statements)
0
5
0
Order By: Relevance
“…[43] divides existing solutions for multi-model data management into four groups: federated systems, polyglot systems, multi-store systems, and polystore systems. A polystore system is a database system with many heterogeneous data stores and various query interfaces, according to [44]. In our solution, we choose to deploy the target data warehouse on the Spark SQL hybrid polystore whose architecture is shown in figure 5, Spark SQL polystore architecture, based on [12], p.29.…”
Section: Polystore Deploymentmentioning
confidence: 99%
“…[43] divides existing solutions for multi-model data management into four groups: federated systems, polyglot systems, multi-store systems, and polystore systems. A polystore system is a database system with many heterogeneous data stores and various query interfaces, according to [44]. In our solution, we choose to deploy the target data warehouse on the Spark SQL hybrid polystore whose architecture is shown in figure 5, Spark SQL polystore architecture, based on [12], p.29.…”
Section: Polystore Deploymentmentioning
confidence: 99%
“…The choice of the minimum instead of the sample mean or other statistics, responds to 1 https://dcor.readthedocs.io/en/latest/auto_examples/index.html 2 https://pypi.org/project/dcor 3 https://anaconda.org/conda-forge/dcor the objective of discarding the effects of other running processes (see, e.g. [37] for further details).…”
Section: Performancementioning
confidence: 99%
“…The Monitor [5] records performance information for past queries, which is then used to aid the planner in selecting query plans for future similar queries. It uses a signature-based scheme to determine how similar two queries are.…”
Section: Monitormentioning
confidence: 99%