This is an automated email from the ASF dual-hosted git repository.
leirui pushed a commit to branch research/LTS-visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/research/LTS-visualization by
this push:
new a1b00649a75 Add readme
a1b00649a75 is described below
commit a1b00649a75a89456766e2f22c705c7dca217a49
Author: Lei Rui <[email protected]>
AuthorDate: Mon Feb 5 16:34:41 2024 +0800
Add readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 25da7cf3a8d..0060cf1da61 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
-->
-# M4-LSM
+# ILTS
- The codes for ILTS and baselines used in comparative experiments are
available in this repository.
- ILTS is implemented in
[server\src\main\java\org\apache\iotdb\db\query\dataset\groupby\LocalGroupByExecutorTri_ILTS.java](server\src\main\java\org\apache\iotdb\db\query\dataset\groupby\LocalGroupByExecutorTri_ILTS.java).
- LTTB is implemented in
[server\src\main\java\org\apache\iotdb\db\query\dataset\groupby\LocalGroupByExecutorTri_LTTB.java](server\src\main\java\org\apache\iotdb\db\query\dataset\groupby\LocalGroupByExecutorTri_LTTB.java).