DSMA 2026 EXAM

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:50 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Multiset of a data stream?

A=(B,f)A=\left(B,f\right)

where B is set of stream elements and f is a function

f:BNf:B\to\mathbb{N}

2
New cards

Support of a multiset A?


<p></p>
3
New cards

Content of the stream S at time j?

where m0, …, mj are the multiplicities of the stream elements

<p>where m0, …, mj are the multiplicities of the stream elements</p>
4
New cards

Temporal ordering definition?

knowt flashcard image
5
New cards

Time domain definition?

knowt flashcard image
6
New cards

Operators on a stream?

knowt flashcard image
7
New cards

List the different stream operators

  • Create stream

  • Stream to relation

  • Relation to relation

  • Relation to stream

  • Stream to stream


8
New cards

Continuous queries definition?

Union of subsets Q(S(ts)) of qualifying tuples produced from a series of Q on successive stream contents.

<p>Union of subsets Q(S(ts)) of qualifying tuples produced from a series of Q on successive stream contents.</p>
9
New cards

Monotonic continuous query?

A continuous query is considered monotonic if its result set only grows over time, meaning any output generated at an earlier point remains a valid part of the answer in the future. Because previous data is never retracted, the total result at the current time can be computed simply by taking the initial state and continually adding the new, incremental changes produced at each subsequent time step.

10
New cards

Monotonic continuous query mathematical definition?

  • Newer output must contain older output


<ul><li><p>Newer output must contain older output</p></li></ul><p></p>
11
New cards

Blocking vs non-blocking operators?

Non-blocking i fit does not wait until it has seen the entire input, before producing results.

12
New cards

Stateless vs stateful operators?

Stateful operators need to maintain states to produce results (joins, intersection). Stateless process new tuples on the fly without storing temporary results (selection, union).

13
New cards

Definition of a window?

knowt flashcard image
14
New cards

Window definition by words?

A window is a finite subset of a data stream that contains only the items satisfying a condition E at a given time. As the stream changes over time, the window is re-evaluated, but its size always remains finite (bounded by n).

15
New cards

Definition of time-based windows?

knowt flashcard image
16
New cards

Tuple-based window?

knowt flashcard image
17
New cards