2012
DOI: 10.1007/978-3-642-32597-7_32
|View full text |Cite
|
Sign up to set email alerts
|

An Efficient SQL Rewrite Approach for Temporal Coalescing in the Teradata RDBMS

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
9
1

Year Published

2013
2013
2021
2021

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 7 publications
(10 citation statements)
references
References 4 publications
0
9
1
Order By: Relevance
“…First, two rows, which are consecutive are inserted and after that, in the SELECT statement the P NORMALIZE function coalesces the corresponding rows, before the result is displayed. The implementation of temporal coalescing in Teradata is under way and is based upon the paper of Al-Kateb et al [1]. The approach uses higher analytic functions together with runtime partitioning.…”
Section: Teradata: Coalescingcontrasting
confidence: 40%
“…First, two rows, which are consecutive are inserted and after that, in the SELECT statement the P NORMALIZE function coalesces the corresponding rows, before the result is displayed. The implementation of temporal coalescing in Teradata is under way and is based upon the paper of Al-Kateb et al [1]. The approach uses higher analytic functions together with runtime partitioning.…”
Section: Teradata: Coalescingcontrasting
confidence: 40%
“…Thus, as shown in lines 2-12 of Figure 12 we compute two aggregation functions grouping on mach, tstart, and t end . The example instance of table active contains two tuples belonging to the same group which also have the same period: (M1,10,1,5) and (M1, 20,1,5). Based on these two tuples we compute the pre-aggregated result (M1, 30,1,5).…”
Section: E3 Combining Split With Temporal Aggregationmentioning
confidence: 99%
“…The example instance of table active contains two tuples belonging to the same group which also have the same period: (M1,10,1,5) and (M1, 20,1,5). Based on these two tuples we compute the pre-aggregated result (M1, 30,1,5). Note that no matter what aggregation function we are computing, we always will also compute count since it is needed later in the implementation to determine intervals without results for aggregation with group-by.…”
Section: E3 Combining Split With Temporal Aggregationmentioning
confidence: 99%
See 1 more Smart Citation
“…Note that coalescing in Teradata will be implemented in one of future versions, using analytical functions. The description of this feature can be found in [1].…”
Section: Teradata: Coalescingmentioning
confidence: 99%