2022
DOI: 10.1002/dac.5243
|View full text |Cite
|
Sign up to set email alerts
|

IoT streamed data handling model using delta encoding

Abstract: Summary Internet of Thing (IoT) is a trending internet connectivity extension to connect physical devices on the heterogeneous networks to meet application requirements on various grounds, that is, health, agriculture, industry, and so forth. The amount of streamed data is generated by the IoT devices and processed via IoT device itself or external resources such as Cloud/Fog by considering real‐time constraints. The problem arises in real‐time data transmission when a huge amount of stream data is generated f… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
4
0

Year Published

2023
2023
2024
2024

Publication Types

Select...
3

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(4 citation statements)
references
References 34 publications
0
4
0
Order By: Relevance
“…In the absence of delta being specified in the metadata, a default value of 1 is assumed. In the same direction as other works such as [45], delta encoding typically involves only horizontal differences. An example of a delta value as found within the metadata is presented in Listing 29.…”
Section: : Deltamentioning
confidence: 99%
“…In the absence of delta being specified in the metadata, a default value of 1 is assumed. In the same direction as other works such as [45], delta encoding typically involves only horizontal differences. An example of a delta value as found within the metadata is presented in Listing 29.…”
Section: : Deltamentioning
confidence: 99%
“…All these lossless algorithms compress data and can decode the reduced algorithm back to its original size. Some examples of lossless algorithms include Delta Encoding, LZ77, LZ78, Huffman coding, and Run Length Encoding [23,24].  Lossy data reduction techniques [10,[25][26][27]: these focus on reducing data by discarding some details considered less relevant to the analysis or less noticeable to human perception, and thus achieve higher compression ratios than other methods.…”
Section: Proposed Taxonomymentioning
confidence: 99%
“…All these lossless algorithms compress data and can decode the reduced algorithm back to its original size. Some examples of lossless algorithms include Delta Encoding, LZ77, LZ78, Huffman coding, and Run Length Encoding [23,24].…”
mentioning
confidence: 99%
“…After the chunks are created, if the compression is enabled, the TimescaleDB compression engine compresses the chunks to reduce the storage overhead ❹. TimescaleDB compression engine consists of several compression algorithms for different data types. For example, if the chunk data is an integer, it is compressed with delta encoding [24], simple-8b [25], delta of delta encoding [26], and run-length encoding [27]. Also, in the case of a floating point, it is compressed with XOR-based compression [26].…”
Section: ) Time Series Databasesmentioning
confidence: 99%