[jira] [Created] (IOTDB-5771) add SPRINTZ and RLBE encodor and LZMA2 compressor

2023-04-11 Thread Haonan Hou (Jira)
Haonan Hou created IOTDB-5771:
-

 Summary: add SPRINTZ and RLBE encodor and LZMA2 compressor
 Key: IOTDB-5771
 URL: https://issues.apache.org/jira/browse/IOTDB-5771
 Project: Apache IoTDB
  Issue Type: New Feature
Reporter: Haonan Hou


add SPRINTZ and RLBE encodor and LZMA2 compressor

SPRINTZ
The SPRINTZ encoding combines encodings in four steps: predicting, bit-packing, 
run-length encoding and entropy encoding. SPRINTZ algorithm is suitable for 
predictable time series. For delta function, the vast repeats or linearly 
increasing time series is the best target.

RLBE
The RLBE encoding proposes to combine delta, run-length and Fibonacci based 
encoding ideas. It has five steps: differential coding, binary encoding, 
run-length, Fibonacci coding and concatenation.
It is more suitable for the differential value of time series is positive and 
small.

LZMA2
LZMA2 is a compression algorithm that is widely used for compressing files and 
data. It is an extension of the original LZMA algorithm, which was developed by 
Igor Pavlov in 1998. The LZMA2 algorithm was introduced as part of the 7-Zip 
archiver software and is now supported by many other compression tools.

LZMA2 is a powerful compression algorithm that is well-suited for applications 
where high compression ratios are important and speed is not a primary concern. 
It is commonly used in file archiving, backup and restore operations, and other 
data compression applications.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5770) Move heartbeat-thread and statistics-thread to LoadManager

2023-04-11 Thread Yongzao Dan (Jira)
Yongzao Dan created IOTDB-5770:
--

 Summary: Move heartbeat-thread and statistics-thread to LoadManager
 Key: IOTDB-5770
 URL: https://issues.apache.org/jira/browse/IOTDB-5770
 Project: Apache IoTDB
  Issue Type: Improvement
Reporter: Yongzao Dan
Assignee: Yongzao Dan


To match functional definition of LoadManager



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (IOTDB-5769) Offset doesn't take effect in some special case

2023-04-11 Thread Yuan Tian (Jira)
Yuan Tian created IOTDB-5769:


 Summary: Offset doesn't take effect in some special case
 Key: IOTDB-5769
 URL: https://issues.apache.org/jira/browse/IOTDB-5769
 Project: Apache IoTDB
  Issue Type: Bug
  Components: Core/Query
Reporter: Yuan Tian
Assignee: Yuan Tian


insert into root.sg.d(time, s1) values(1,1);

select * from root.sg.d offset 98784247808;

We only insert one row and the offset value is much larger than 1, so we should 
get an empty result set. However, we can still get one row now.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [iotdb-client-go] HTHou merged pull request #82: add 2 encoding algorithms SPRINTZ and RLBE and 1 compression algorithm LZMA2

2023-04-11 Thread via GitHub


HTHou merged PR #82:
URL: https://github.com/apache/iotdb-client-go/pull/82


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [iotdb-client-go] xjz17 closed pull request #82: Update protocol.go

2023-04-11 Thread via GitHub


xjz17 closed pull request #82: Update protocol.go
URL: https://github.com/apache/iotdb-client-go/pull/82


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [iotdb-client-go] xjz17 opened a new pull request, #82: Update protocol.go

2023-04-11 Thread via GitHub


xjz17 opened a new pull request, #82:
URL: https://github.com/apache/iotdb-client-go/pull/82

   add 2 encoding algorithms SPRINTZ and RLBE and 1 compression algorithm LZMA2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org