Introduction To Stream Data Model
Introduction To Stream Data Model
• Sensor Data
Question?
Consider a temperature sensor bobbing about in
the ocean, sending back to a base station a
reading of the surface temperature each hour.
Explanation:
Data produced by this sensor is a stream of real
numbers. Entire stream could be kept in main
memory
Explanation
• sensor is given a GPS unit.
• Let it report surface height instead of temperature
then the rate of generation of the data will be
more.
• Surface height varies quite rapidly compared with
temperature.
• sensor send back a reading every tenth of a
second.
• sensor sends a 4-byte real number each time, then
it produces 3.5 megabytes per day.
• Example :To learn ocean behavior
• Deploy a million sensors, each sending back a
stream, at the rate of ten per second.
• One million sensors isn’t very many.
• There would be one for every 150 square miles
of ocean which result in 3.5 terabytes of data
arrival every day.
• concern
what can be kept in working storage
what can only be archived.
Image Data
• Types
1.Standing queries
2.Adhoc queries
Standing queries