Data in Flight.

The article focuses on streaming query engine technology that processes rapidly flowing data with low latency. The author discusses why a streaming query engine is more efficient for data in flight problems than a relational database even though both have similar SQL semantics. Streaming query engin...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 53; no. 1; pp. 48 - 53
Autor principal: HYDE, JULIAN
Formato: Artículo
Publicado: Association for Computing Machinery Jan2010
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:The article focuses on streaming query engine technology that processes rapidly flowing data with low latency. The author discusses why a streaming query engine is more efficient for data in flight problems than a relational database even though both have similar SQL semantics. Streaming query engines match the time-based nature of the problem, retain only the set of data necessary to solve the problem and process data asynchronously and continuously. Since they share SQL semantics, streaming query engines and relational databases can collaborate.