jt2594838 commented on a change in pull request #450: modify documents
URL: https://github.com/apache/incubator-iotdb/pull/450#discussion_r335786803
 
 

 ##########
 File path: docs/Documentation/UserGuide/2-Concept/3-Encoding.md
 ##########
 @@ -32,13 +32,13 @@ PLAIN encoding, the default encoding mode, i.e, no 
encoding, supports multiple d
 
 Second-order differential encoding is more suitable for encoding monotonically 
increasing or decreasing sequence data, and is not recommended for sequence 
data with large fluctuations.
 
-Second-order differential encoding can also be used to encode floating-point 
numbers, but it is necessary to specify reserved decimal digits 
(MAX\_POINT\_NUMBER, see [this page](/#/Documents/0.8.0/chap5/sec1) for more 
information on how to specify) when creating time series. It is more suitable 
for storing sequence data where floating-point values appear continuously, 
monotonously increase or decrease, and it is not suitable for storing sequence 
data with high precision requirements after the decimal point or with large 
fluctuations.
+Second-order differential encoding can also be used to encode floating-point 
numbers, but it is necessary to specify reserved decimal digits 
(MAX\_POINT\_NUMBER, see [this page](/#/Documents/progress/chap5/sec1) for more 
information on how to specify) when creating time series. It is more suitable 
for storing sequence data where floating-point values appear continuously, 
monotonously increase or decrease, and it is not suitable for storing sequence 
data with high precision requirements after the decimal point or with large 
fluctuations.
 
 * RLE
 
 Run-length encoding is more suitable for storing sequence with continuous 
integer values, and is not recommended for sequence data with most of the time 
different values.
 
-Run-length encoding can also be used to encode floating-point numbers, but it 
is necessary to specify reserved decimal digits (MAX\_POINT\_NUMBER, see [this 
page](/#/Documents/0.8.0/chap5/sec1) for more information on how to specify) 
when creating time series. It is more suitable for storing sequence data where 
floating-point values appear continuously, monotonously increase or decrease, 
and it is not suitable for storing sequence data with high precision 
requirements after the decimal point or with large fluctuations.
+Run-length encoding can also be used to encode floating-point numbers, but it 
is necessary to specify reserved decimal digits (MAX\_POINT\_NUMBER, see [this 
page](/#/Documents/progress/chap5/sec1) for more information on how to specify) 
when creating time series. It is more suitable for storing sequence data where 
floating-point values appear continuously, monotonously increase or decrease, 
and it is not suitable for storing sequence data with high precision 
requirements after the decimal point or with large fluctuations.
 
 Review comment:
   "monotonously increase or decrease" -> "monotonously increasing or 
decreasing"

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to