Re: (IOTDB-209) Improvement on the Hadoop module

2019-09-10 Thread Yuan Tian
Hi, I’m working on this issue, my plan is to use the query method with partitionStartOffset and partitionEndOffset parameters and store the startOffset and endOffset in the TsInputSplit. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月10日,下午9

Re: Confused about one read method in TsFileInput interface

2019-09-09 Thread Yuan Tian
shouldn’t modify the position of TsFileInput which is consistent with FileChannel’s interface. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月9日,下午11:19,Boris Zhu 写道: > > Hi, tian > DefaultTsFileInput is a class to implement

Re: Confused about one read method in TsFileInput interface

2019-09-09 Thread Yuan Tian
. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月9日,下午11:46,Boris Zhu 写道: > > I agree with you that shouldn’t modify the position of TsFileInput when > having already specified the position. Sorry for the misunderstanding. But > i

Confused about one read method in TsFileInput interface

2019-09-09 Thread Yuan Tian
(byte[] b, int off, int len) throws IOException; I think this method should not modify this TsFileInput and it should be specified in the comments. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院

Re: Confused about one read method in TsFileInput interface

2019-09-09 Thread Yuan Tian
, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月10日,上午12:09,Boris Zhu 写道: > > I check-in java doc and it says the file position is updated with the > number of bytes actually read. You can see below > > * Reads a sequence of bytes

Re: (IOTDB-246) No docs for Hadoop-Connector in IoTDB websites.

2019-09-28 Thread Yuan Tian
Hi, I have added the Chinese version for Hadoop-connector docs. The PR link is https://github.com/apache/incubator-iotdb/pull/438 <https://github.com/apache/incubator-iotdb/pull/438>. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月2

Re: (IOTDB-246) No docs for Hadoop-Connector in IoTDB websites.

2019-09-28 Thread Yuan Tian
Hi, I’m working on this issue. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月28日,下午4:41,Yuan Tian (Jira) 写道: > > Yuan Tian created IOTDB-246: > --- > > Summary: No docs for Hadoop-

Re: (IOTDB-246) No docs for Hadoop-Connector in IoTDB websites.

2019-09-28 Thread Yuan Tian
Hi, I have added the docs for Hadoop-connector in our IoDTB website. The pr link is https://github.com/apache/incubator-iotdb/pull/437 <https://github.com/apache/incubator-iotdb/pull/437>. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年

Re: (IOTDB-246) No docs for Hadoop-Connector in IoTDB websites.

2019-09-28 Thread Yuan Tian
Hi, Jialin Thanks for your reminding, I will remember that next time. Best, -- Yuan Tian School of Software, Tsinghua University 田原 清华大学 软件学院 > 在 2019年9月29日,上午9:00,Jialin Qiao 写道: > > Hi Yuan Tian, > > Thanks! A minor suggestion: I notice that your PR onl

Re: TsFile Native Library.

2021-09-23 Thread Yuan Tian
Hi, I'm glad to see that. I'm also trying to learn C++ these days, so maybe we can do this work together. And if you have any problems about Tsfile module in java, feel free to contact me! Best, --- Yuan Tian On Thu, Sep 23, 2021 at 12:13 AM Giorgio Zoppi wrote: > Hello everyb

Re: Enable wiki in Github

2021-09-23 Thread Yuan Tian
+1 On Sun, Sep 19, 2021 at 4:55 PM Jialin Qiao wrote: > Hi, > > We have tried a lot about how to manage our documents (UserGuide, > SystemDesign, ContributeGuide...). > > First, we manage these docs as many .md files in our repo, however, update > it is troublesome, need to submit a pr and the

Re: ChunkLoaders.

2021-10-12 Thread Yuan Tian
with the filter, we use IChunkLoader in ChunkMetadata to load chunk which contains the final page data. Best, - Yuan Tian On Tue, Oct 12, 2021 at 6:43 PM Giorgio Zoppi wrote: > Hello IOTDBers, > I am going a bit further. Basically in your model each element

Re: ChunkLoaders.

2021-10-13 Thread Yuan Tian
Hi Giorgio Zoppi, You're welcome. Test-Driven is really a good programming habit. Feel free to contact me if you have any questions. Best, Yuan Tian On Thu, Oct 14, 2021 at 1:48 AM Giorgio Zoppi wrote: > Thank you Yuan Tian, > I guess that query processing is i

Re: Endianess.

2021-09-26 Thread Yuan Tian
Hi, I remember that the default endian in C++ seems to be LittleEndian. Best, --- Yuan Tian On Mon, Sep 27, 2021 at 2:26 AM Giorgio Zoppi wrote: > Hello IoTDBers, > on disk, the java writes in BigEndian the buffer right? > I am looking at parquet, especially the imple

Re: Use of generics.

2021-09-29 Thread Yuan Tian
Hi, In Java, array is also an object, so the` Object[] values` in Tablet.java is a two-dimension array. Object represents arrays of different type. Java doesn't have class member function template, however maybe in C++, you can use that feature to improve the performance. But even in this way, we

Re: Endianess.

2021-09-29 Thread Yuan Tian
Hi, I also prefer not to change the current mode. BigEndian +1 --- Yuan Tian On Wed, Sep 29, 2021 at 8:39 AM Xiangdong Huang wrote: > Hi, > > So we will keep BigEndian, right? > > Best, > --- > Xiangdong Huang > Scho

Re: Tags for Apache IoTDB on Stackoverflow

2021-10-06 Thread Yuan Tian
Wow, thanks a lot. I was just worrying about how can I increase the reputation value of stackoverflow to 1500 and create the tag of iotdb. Yuan Tian On Wed, Oct 6, 2021 at 3:36 PM Julian Feinauer wrote: > Hi folks, > > thanks to Chris we have now two dedic

[ANNOUNCE] Apache IoTDB 0.12.4 released

2021-12-24 Thread Yuan Tian
The Apache IoTDB team is pleased to announce the release of Apache IoTDB 0.12.4. Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. This is a bug-fixed version of 0.12.4, which

[ANNOUNCE] Apache IoTDB 0.12.4 released

2021-12-24 Thread Yuan Tian
The Apache IoTDB team is pleased to announce the release of Apache IoTDB 0.12.3. Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. This is a bug-fixed version of 0.12.3, which

[ANNOUNCE] Apache IoTDB 0.12.4 released

2021-12-25 Thread Yuan Tian
The Apache IoTDB team is pleased to announce the release of Apache IoTDB 0.12.4. Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. This is a bug-fixed version of 0.12.4, which

[ANNOUNCE] Apache IoTDB 0.12.4 released

2021-12-25 Thread Yuan Tian
The Apache IoTDB team is pleased to announce the release of Apache IoTDB 0.12.4. Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. This is a bug-fixed version of 0.12.4, which

[VOTE] Apache IoTDB 0.12.4 RC1 release

2021-12-21 Thread Yuan Tian
Hi all, Apache IoTDB 0.12.4 is a bug-fix version from 0.12.3. You can get its mainly changes from [5]. Apache IoTDB 0.12.4 has been staged under [2] and it’s time to vote on accepting it for release. All Maven artifacts are available under [1]. Voting will be open for 72hr. A minimum of 3

Re: Upgrading to 0.12 & iotdb-engine.properties

2021-10-28 Thread Yuan Tian
Hi Trevor, In 0.12, we change the default config values in IoTDB is consistent with the values in iotdb-engine.properties, so we commented out all lines in iotdb-engine.properties file, so that you only need to change the ones you want to change. However, in v0.11, due to some historical

Any other prs need to be merged in 0.12.4

2021-12-08 Thread Yuan Tian
Hi all, We have found a few critical bugs which are being fixed and also make some improvemnts, so we want to release 0.12.4 after these bugs being fixed and improvements being done. What any other prs you think that are need to be merged? [1] Memory leak -- Object arrays take too much memory(

Re: [VOTE] Apache IoTDB 1.2.0 RC2 release

2023-09-06 Thread Yuan Tian
) values(3,3); insert into root.turbine.d2(time,s0) values(now(),1); insert into root.turbine.d2(time,s0) values(now(),2); insert into root.turbine.d2(time,s0) values(now(),3); select ** from root; select ** from root align by device; Best, - Yuan Tian

Re: iotdb quarter report (Q3)

2023-09-11 Thread Yuan Tian
Hi, +1. LGTM. Best, - Yuan Tian

Re: [VOTE] Apache IoTDB 1.2.1 RC1 release

2023-09-15 Thread Yuan Tian
) values(3,3); insert into root.turbine.d2(time,s0) values(now(),1); insert into root.turbine.d2(time,s0) values(now(),2); insert into root.turbine.d2(time,s0) values(now(),3); select ** from root; select ** from root align by device; Best, - Yuan Tian

Re: [VOTE] Apache IoTDB 1.2.2 RC1 release

2023-10-12 Thread Yuan Tian
) values(3,3); insert into root.turbine.d2(time,s0) values(now(),1); insert into root.turbine.d2(time,s0) values(now(),2); insert into root.turbine.d2(time,s0) values(now(),3); select ** from root; select ** from root align by device; Best, - Yuan Tian

Re: [DISCUSS] Incubating TsFile as an independent Apache project?

2023-10-07 Thread Yuan Tian
subsequent iterations. Best, - Yuan Tian

Change schema temlpate to device template

2023-10-19 Thread Yuan Tian
, - Yuan Tian

Re: Rollcall TsFile initial committers

2023-10-15 Thread Yuan Tian
Hi Jialin, I would like to be the initial committer of TsFile. I've contributed to [Aligned]ChunkWriter, [Aligned]PageWriter, [Aligned]PageReader. I know very well about tsfile disk file structure and familiar with the query and write process of tsfile. Best, - Yuan Tian

Re: iotdb bug汇报

2023-10-23 Thread Yuan Tian
可以尝试升级到更高版本的IoTDB,目前已发布的最新版本是1.2.2,可以从官网下载,之前的版本有一些内存泄漏的bug,在新版本中已经修复

Re: [VOTE] Release IotDB-Tools: Thrift artifacts

2023-08-21 Thread Yuan Tian
+1 (binding) So glad to see that. Best, - Yuan Tian On Mon, Aug 21, 2023 at 3:05 PM Christofer Dutz wrote: > Hi all, > > as you all might know, I have worked on streamlining our build for all > possible platforms. > In order to work around us havi

Re: Blog post of mine about Apache IoTDB ;-)

2023-08-22 Thread Yuan Tian
So great!

Re: Blog post of mine about Apache IoTDB ;-)

2023-08-22 Thread Yuan Tian
BTW, This email was found in my spam list, just a reminder to prevent others on the mailing list from missing this great article. Best, -- Yuan Tian

[VOTE] Apache IoTDB 0.12.6 RC1 release

2022-07-08 Thread Yuan Tian
://dist.apache.org/repos/dist/dev/iotdb/0.12.6/rc1/RELEASE_NOTES.md [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS Best, - Yuan Tian

Re: support grammar 'HAVING' in IoTDB

2022-06-29 Thread Yuan Tian
L Best, ---- Yuan Tian On Wed, Jun 29, 2022 at 2:39 PM Eric Pai wrote: > > This is really a good feature! > > Unlike relational database query, the 'column' name in IoTDB is a string > concatenated by the prefix path in FROM clause and the suffix path in SELECT >

Re: Change rpc_address to internal_address in ConfigNode and refactor show cluster

2022-06-29 Thread Yuan Tian
+1 Best, - Yuan Tian On Thu, Jun 30, 2022 at 9:45 AM Jialin Qiao wrote: > > Hi, > > As ConfigNode only serve DataNodes and other ConfigNode. > > The rpc_address in ConfigNode should be internal_address. > The rpc_port in ConfigNode should be internal_port. >

Re: [VOTE] Apache IoTDB 0.14.0-preview1 RC1 release

2022-06-29 Thread Yuan Tian
ime <= 33 and s1 < 19 align by device; select max_value(s3), min_value(s1), max_time(s2), min_time(s3) from root.sg1.d1 where time > 5 GROUP BY ([1, 41), 10ms) order by time desc; Best, ————— Yuan Tian Apache IoTDB PMC

Extend Fill Function

2022-07-06 Thread Yuan Tian
. using fill(linear) for text data type, we neither fill it nor throw exception, just keep it as it is. That means we will try our best to fill it as much as possible and never throw exception even if there exist some columns we can never fill. Best, --- Yuan Tian

Re: Var-Length-Numeric encoding?

2022-06-19 Thread Yuan Tian
is just what ZigZag encoding want. Best, --- Yuan Tian On Fri, Jun 17, 2022 at 6:55 PM Christofer Dutz wrote: > > Hi Xiangdong, > > I doubt you invented a new encoding form. So, in general, I was asking which > form this actually is. > Juilian already pointed ou

Re: Keep null value at timestamps given by filter

2022-07-18 Thread Yuan Tian
I think keeping the null value will be better, because it's consistent with relational database. Best, -- Yuan Tian On Mon, Jul 18, 2022 at 2:43 PM 廖兰宇 <181250...@smail.nju.edu.cn> wrote: > > Hi everybody, > > In 0.13/0.12, when you execute query sql "select

[DISCUSSION] The order of last query

2022-07-18 Thread Yuan Tian
. Definitely, it will be in cost of loss of performance. Or, we keep unchanged and add order by timeseries clause for each last query sql in IT. Best, --- Yuan Tian

[ANNOUNCE] Apache IoTDB 0.12.6 released

2022-07-13 Thread Yuan Tian
The Apache IoTDB team is pleased to announce the release of Apache IoTDB 0.12.6. Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. This is a bug-fixed version of 0.12.5, which

Re: rename some classes in source codes before releasing

2022-06-25 Thread Yuan Tian
Hi, Capitalizing MPP may be better. On Sat, Jun 25, 2022 at 11:58 PM Jialin Qiao wrote: > > Hi, > > I'm renaming the DataBlockManager related, please leave this for me > > dataBlockManagerEndPoint -> mppDataExchangeEndPoint > > Thanks, > — > Jialin Qiao > Apache IoTDB PMC > > >

Re: Remove the old cluster module from master branch

2022-06-25 Thread Yuan Tian
Hi, +1 Best, - Yuan Tian On Sun, Jun 26, 2022 at 9:48 AM Haonan Hou wrote: > > Hi, > > Since we are going to release the new cluster version 0.14.0-preview in few > days, > I think we can consider removing the old cluster module before it. > > If

Re: [VOTE] Apache IoTDB 0.14.0-preview2 RC1 release

2022-09-01 Thread Yuan Tian
Hi, -1 I've just found a memory leak situation in preview-2 and fixed that last night. Best, -- Yuan Tian On Thu, Sep 1, 2022 at 6:54 PM Haonan Hou wrote: > > Hi all, > > Apache IoTDB 0.14.0-preview2 version only contains the new cluster version. > > Apache IoT

Re: [VOTE] Apache IoTDB 0.14.0-preview2 RC2 release

2022-09-07 Thread Yuan Tian
= 9 and time <= 33 and s1 < 19 align by device; select max_value(s3), min_value(s1), max_time(s2), min_time(s3) from root.sg1.d1 where time > 5 GROUP BY ([1, 41), 10ms) order by time desc; Best, ——— Yuan Tian On Wed, Sep 7, 2022 at 11:49 AM Haonan Hou wrote: > > Hi all, > > Apac

Re: [VOTE] Apache IoTDB 0.13.3 release

2022-10-19 Thread Yuan Tian
into root.turbine.d1(timestamp,s0) values(2,2); insert into root.turbine.d1(timestamp,s0) values(3,3); select * from root.**; Thanks, Yuan Tian On Mon, Oct 17, 2022 at 9:31 PM Jialin Qiao wrote: > > Hi all, > > Apache IoTDB 0.13.3 is a bug-fix version from 0.13.2. You

Remove old version standalone IoTDB

2022-10-19 Thread Yuan Tian
it back. Best, --- Yuan Tian

Re: Remove old version standalone IoTDB

2022-10-19 Thread Yuan Tian
gt; removing the profile from pom.xml or the category annotation from *IT files. > > 发件人: Yuan Tian > 日期: 星期四, 2022年10月20日 11:56 > 收件人: dev > 主题: Remove old version standalone IoTDB > Hi all, > > As is known to all, we will release v1.0 in the near future, and in > thi

Chaneg the name of StandAloneConsensus

2022-10-30 Thread Yuan Tian
, here are some candidates: 1. OneCopyConsensus 2. NoCopyConsensus 3. SimpleConsensus 4. ZereCostConsensus Do you guys have any suggestions? Or Which one of the above names you voted for? Best, -- Yuan Tian

Re: Chaneg the name of StandAloneConsensus

2022-10-31 Thread Yuan Tian
Hi all, After discussing, we think OneCopyConsensus may be better. So I rename it to OneCopyConsensus in this pr https://github.com/apache/iotdb/pull/7832/files Best, Yuan Tian On Mon, Oct 31, 2022 at 12:39 PM Yuan Tian wrote: > > Hi, all > > Now, we name the con

Re: [VOTE] Apache IoTDB 0.13.2 RC1 release

2022-09-05 Thread Yuan Tian
) values(3,3); select * from root.** align by device; Best, -- Yuan Tian

Treat predicate whose time series doesn't exist as false

2022-10-07 Thread Yuan Tian
/IOTDB-4576 Best, -- Yuan Tian

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Yuan Tian
Deduplicate actions just happen in query result not for the real stored data. On Wed, Aug 3, 2022 at 9:10 AM Yuan Tian wrote: > > Not really delete data, just remove the duplicated data continuously, > like , we will only keep 1 2 1. > > On Tue, Aug 2, 2022 at 8:

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Yuan Tian
Not really delete data, just remove the duplicated data continuously, like , we will only keep 1 2 1. On Tue, Aug 2, 2022 at 8:28 PM Xiangdong Huang wrote: > > A UDF to REMOVE data? (with a query sql to delete data?) > --- > Xiangdong Huang > School

Re: [DISCUSSION] The name of a UDF

2022-08-02 Thread Yuan Tian
Hi, I also think that dedup is ok. Best, Yuan Tian On Tue, Aug 2, 2022 at 3:32 PM 18110526...@163.com <18110526...@163.com> wrote: > > Hi everyone, > > We are developing a UDF to remove a sequence of consecutive identical values > (keeping only the

Re: [VOTE] Apache IoTDB 0.13.1 RC1 release

2022-08-02 Thread Yuan Tian
Hi, +1(binding) Best, - Yuan Tian On Mon, Aug 1, 2022 at 10:18 AM Jialin Qiao wrote: > > Hi all, > > Apache IoTDB 0.13.1 is a bug-fix version from 0.13.0. You can get its > mainly changes from [5]. > > Apache IoTDB v0.13.1 has been staged under [2]

Re: [VOTE] Apache IoTDB 1.0.0 RC4 release

2022-12-01 Thread Yuan Tian
Hi, -1(binding) Taking Snapshot processing of ConfigNode may fail, details can be seen in this issue(https://issues.apache.org/jira/browse/IOTDB-4830). Best, - Yuan Tian On Thu, Dec 1, 2022 at 11:43 PM Haonan Hou wrote: > > Hi all, > > Apache IoTDB 1.0.0 versi

Re: [VOTE] Apache IoTDB 1.0.0 RC5 release

2022-12-02 Thread Yuan Tian
) values(3,3); select * from root.**; Thanks, Yuan Tian On Fri, Dec 2, 2022 at 5:22 PM Haonan Hou wrote: > > Hi all, > > Apache IoTDB 1.0.0 version has a new architecture that supports standalone > and cluster mode. > > Apache IoTDB 1.0.0 has been staged un

Re: [VOTE] Apache IoTDB 1.1.0 RC1 release

2023-03-25 Thread Yuan Tian
] statements executed successfully: [ok] insert into root.db.d1(time,s0) values(1,1); insert into root.db.d1(time,s0) values(2,2); insert into root.db.d1(time,s0) values(3,3); select * from root.db.**; select count(*) from root.db.** group by level=1; Best, -- Yuan Tian On Sat, Mar 25, 2023

Re: [VOTE] Apache IoTDB 1.1.0 RC2 release

2023-04-02 Thread Yuan Tian
(time,s0) values(1,1); insert into root.db.d1(time,s0) values(2,2); insert into root.db.d1(time,s0) values(3,3); select * from root.db.**; Best, Yuan Tian

Re: About naming of VerticallyConcatOperator

2023-02-06 Thread Yuan Tian
Fine, I change my mind, +1 for planA Best, - Yuan Tian On Mon, Feb 6, 2023 at 2:35 PM Xiangwei Wei wrote: > > VerticallyConcatOperator is used to horizontally concatenate TsBlocks with > the same timestamp column. For example, > TsBlock A is: > | Time | Col

Re: [VOTE] Apache IoTDB 0.13.4 RC1 release

2023-02-09 Thread Yuan Tian
(timestamp,s0) values(3,3); select ** from root; Best. — Yuan Tian

Re: Change LZ4 to the default compressor

2023-07-06 Thread Yuan Tian
Hi, vote for option 1: Change LZ4 to the default compressor, since it's a compatible changes. Best, --- Yuan Tian On Fri, Jul 7, 2023 at 11:10 AM yanze chen wrote: > > Hi all, > > In iot-benchmark experiment[1], we found that LZ4 outperformed SNAPPY in &g

Re: New Repo: iotdb-docs

2023-07-07 Thread Yuan Tian
+1 On Fri, Jul 7, 2023 at 11:58 AM Jialin Qiao wrote: > > Hi, > > To manage our different versions of doc uniformly and clean the folder > of code repo, I'd like to create a new repo: iotdb-docs. > > Then, we could put all versions(0.13, 1.0, 1.1, 1.2) of docs in the > main branch of iotdb-docs,

Re: Change LZ4 to the default compressor

2023-07-08 Thread Yuan Tian
Hi, Since no one disagree and two +1 votes from PMC Members, I merged this pr(https://github.com/apache/iotdb/pull/10469). Now, the default compressor in master branch of IoTDB became LZ4. Best, -- Yuan Tian On Fri, Jul 7, 2023 at 11:10 AM yanze chen wrote: > > Hi all, >

Re: What's the mode of changing things in IoTDB?

2023-07-18 Thread Yuan Tian
Hi Chris, In general, RTC is the way to go, even if the changes are small. Best, --- Yuan Tian On Tue, Jul 18, 2023 at 3:59 PM Christofer Dutz wrote: > Hi all, > > So, before I start doing a few small little things (Like adding the SBOM > generation etc.), I want

Re: [VOTE] Apache IoTDB 1.2.0 RC1 release

2023-07-10 Thread Yuan Tian
:248) at java.base/java.lang.Thread.run(Thread.java:829) ``` BTW, I used old pipe feature in v1.1.1 which has been redefined in V1.2.0. I think there may exist incompatibility problems. Best, -- Yuan Tian On Mon, Jul 10, 2023 at 3:12 PM Haonan Hou wrote: > > Hi all, >

Re: Usage of Singleton pattern?

2023-07-14 Thread Yuan Tian
to change all these singletons. Good news is that we have strictly controlled the use of singletons in the new PRs, so there should be no more new ones. Best, Yuan Tian On Fri, Jul 14, 2023 at 7:14 PM Christofer Dutz wrote: > > Hi all, > > as I’m digging into IoTDB more

Re: Usage of Singleton pattern?

2023-07-14 Thread Yuan Tian
Sure! Do as you want! We would love to see these refactoring prs. Best, -- Yuan Tian On Fri, Jul 14, 2023 at 9:20 PM Christofer Dutz wrote: > > Aaah cool, > > and sorry for asking so much … much of IoTDBs history is not recorded and I’m > just starting to get

Re: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Yuan Tian
Aha, that's right. Do you know how to change that name? I didn't find where to change that name before. Best, Yuan Tian On Fri, Jul 14, 2023 at 9:31 PM Christofer Dutz wrote: > > Hehe … ok … so because of the “incubator” in there, I didn’t find it ;-) > > Chr

Re: [DISCUSS] Setup Sonarcloud for IoTDB?

2023-07-14 Thread Yuan Tian
We would like to see that for sure. Best, -- Yuan Tian On Fri, Jul 14, 2023 at 10:13 PM Christofer Dutz wrote: > > We have to file a Jira ticket for Infra … but wanted to know, if it would be > ok for you folks for me to do that. > > Chris > > Von: Yuan Tian

Re: Stop script addition -f

2023-07-24 Thread Yuan Tian
Hi Xuan, Photos and attachments in the mail-list won't be sent successfully, you can put them in a google doc or any other online documents that everyone can visit and then put the link address in your e-mail. Best, - Yuan Tian On Mon, Jul 24, 2023 at 10:35 AM xuan.w

Re: [VOTE] Apache IoTDB 1.1.2 RC1 release

2023-07-25 Thread Yuan Tian
, - Yuan Tian

Re: [DISCUSS] Updating to a newer Thrift version?

2023-07-31 Thread Yuan Tian
Hi Chris, I remember that we tried to upgrade to 0.15.X before, but the performance declined. I'm not sure about that? Anyone else remember? Best, --- Yuan Tian

UDAF feature

2024-02-06 Thread Yuan Tian
/udf/src/main/java/org/apache/iotdb/udf/UDAFExample.java Best regards, -- Yuan Tian

Re: Inquiry Regarding Key Column Creation for IoTDB

2024-02-17 Thread Yuan Tian
Hi Trevor, Now there is no `group by device` in IoTDB, what you want may be the `align by device` clause. Best regards, --- Yuan Tian On Fri, Feb 16, 2024 at 5:48 AM Trevor Hart wrote: > Would it not be better to utilise the hierarchy in IoTDB? This saves sp

Re: Celebrating the Release of Ratis 3.0.0 on Our Community's Contributions

2023-12-26 Thread Yuan Tian
Wow, that's really good news. Congrats! On Tue, Dec 26, 2023 at 9:15 PM William Song wrote: > Dear Community Members, > > I am excited to announce the release of Ratis version 3.0.0, marking the > first major version update since IoTDB began utilizing Ratis for consensus > services. This

Re: [ANNOUNCE] Apache IoTDB 1.3.0 released

2024-01-01 Thread Yuan Tian
Congrats! Bests, --- Yuan Tian On Tue, Jan 2, 2024 at 9:47 AM Haonan Hou wrote: > The Apache IoTDB team is pleased to announce the release of Apache IoTDB > 1.3.0. > > Apache IoTDB (Database for Internet of Things) is an IoT native database > with high perfo

PRs about tsfile module

2024-01-05 Thread Yuan Tian
Hi all, Since we've already set up our tsfile repo, so if you want to make some changes to common-api and tsfile submodule in IoTDB repo, you also need to submit another pr for tsfile repo. Best regards, Yuan Tian

Re: Grafana集成问题

2024-01-03 Thread Yuan Tian
你好,邮件列表里的邮件是没有办法发送附件和图片的,如果想要附上图片,推荐您在github的issue上建一个新的issue On Thu, Jan 4, 2024 at 12:10 AM 赵未豪 wrote: > > 您好,请问在集成Grafana时下载插件一直出现故障无法下载是什么原因,详情见下图: > > 另外使用插件下载连接时发现链接( > https://grafana.com/api/plugins/apache-iotdb-datasource/versions/1.0.0/download > )无法进行访问 >

Re: Inquiry Regarding Duplicate Tuples at the same time for Apache-IoTDB

2024-01-18 Thread Yuan Tian
make them not have duplicate timestamps in one car or you can just explain why your data have so many duplicate timestamps in one car. Best regards, ---- Yuan Tian On Thu, Jan 18, 2024 at 10:12 AM 김천구 wrote: > Dear Apache IoTDB Development Team > > Greetings, My

Re: Anything needs PR to TsFile

2024-01-08 Thread Yuan Tian
Hi Jialin, Since I've just merged this pr https://github.com/apache/tsfile/pull/19, I've no other things to be merged. Best regards, -- Yuan Tian On Mon, Jan 8, 2024 at 12:39 PM Jialin Qiao wrote: > Hi, > > We plan to release the first version 1.0.0

Re: [DISCUSS] Switch from Singletons to using a component-framework?

2024-01-09 Thread Yuan Tian
that it will clear the resource safely and totally. And for the `singletons` part, I vote for using a component framework to do the weaving Best regards, - Yuan Tian On Tue, Jan 9, 2024 at 5:17 PM Christofer Dutz wrote: > Hi all, > > So, I am currently

Re: About Python interface of tsfile module

2024-01-05 Thread Yuan Tian
Hi yong, I think we may start to do it after we release our first version of tsfile project and tsfile-python should be in another separated repo. On Fri, Jan 5, 2024 at 9:43 PM liuyong wrote: > Hi, has the tsfile submodule planned to provide the native interface for > prevalent analytical

Re: Inquiry Regarding Duplicate Tuples at the same time for Apache-IoTDB

2024-01-25 Thread Yuan Tian
to create a secondary index on other columns(but it's planned). Best regards, -- Yuan Tian On Wed, Jan 24, 2024 at 8:36 AM 김천구 wrote: > And I have a few more additional questions. > > Q3) Since all information is stored as time and value pairs, can it be said >

Re: Inquiry Regarding Duplicate Tuples at the same time for Apache-IoTDB

2024-01-25 Thread Yuan Tian
so the order in result set is also meaningless. Best regards, ------ Yuan Tian On Mon, Jan 22, 2024 at 10:32 AM 김천구 wrote: > Dear Yuan Tian > > Thank you for your reply. Your response was very helpful. > But I have an additional question here. > > Sin

Re: Inquiry Regarding Duplicate Tuples at the same time for Apache-IoTDB

2024-01-25 Thread Yuan Tian
Hi, Have you tried to use the up to date V1.3.0? Maybe upgrade is helpful. Best regards, Yuan Tian On Fri, Jan 26, 2024 at 1:25 PM 김천구 wrote: > *Urgent Issue:* > I was testing on a Linux server with IoTDB version 1.2.2. > After briefly turning it off w

Re: Inquiry Regarding Duplicate Tuples at the same time for Apache-IoTDB

2024-01-25 Thread Yuan Tian
And if you like, we can talk on the slack channel because mail lists cannot use attachment. On Fri, Jan 26, 2024 at 1:25 PM 김천구 wrote: > *Urgent Issue:* > I was testing on a Linux server with IoTDB version 1.2.2. > After briefly turning it off with 'stop-standalone.sh' and attempting to >

Re: Inquiry Regarding Duplicate Tuples at the same time for Apache-IoTDB

2024-01-25 Thread Yuan Tian
feel free to join our community slack through this url: https://join.slack.com/t/apacheiotdb/shared_invite/zt-2bolm5rfk-0Yimdz7Kp_ZRCIVgJmxoKA On Fri, Jan 26, 2024 at 2:37 PM Yuan Tian wrote: > And if you like, we can talk on the slack channel because mail > lists cannot use atta

Re: Apache TsFile

2023-11-16 Thread Yuan Tian
Wow, that's really good news! Thanks Chris! Best, - Yuan Tian On Thu, Nov 16, 2023 at 4:52 PM Christofer Dutz wrote: > Hi all, > > so at yesterdays board meeting the Apache TsFile TLP proposal was > accepted. I am currently requesting things to be created. The

Re: Add -XX:+ExitOnOutOfMemoryError as default JVM parameter in datanode-env and confignode-env

2023-11-13 Thread Yuan Tian
Error` > > and `-XX:+HeapDumpOnOutOfMemoryError` in the user/DBA manual, which is > > important to find the root cause of OOM. > > > > Best, > > -- > > Gaofei Cao > > > > Yuan Tian 于2023年11月13日周一 19:52写道: > > > > > > Hi al

Add -XX:+ExitOnOutOfMemoryError as default JVM parameter in datanode-env and confignode-env

2023-11-13 Thread Yuan Tian
which means that we can keep both in jvm args and when OOM happens, it will firstly dump the heap memory and then exit. I've made this change in my pr(https://github.com/apache/iotdb/pull/11531). What do you think? Best, -- Yuan Tian

Re: Rebase master before merging recent CI finished pr

2024-03-21 Thread Yuan Tian
BTW, that pr is https://github.com/apache/iotdb/pull/12177, and related feishu doc is https://apache-iotdb.feishu.cn/docx/DSDNdCBwBo7siKx49PJct7oCnHr On Thu, Mar 21, 2024 at 6:07 PM Yuan Tian wrote: > Hi all, > > We've just merged a pr to refactor the IDeviceID which is preparing

Rebase master before merging recent CI finished pr

2024-03-21 Thread Yuan Tian
in compiling stage). Best regards, --- Yuan Tian

Biweekly meeting about iotdb & tsfile project

2024-03-26 Thread Yuan Tian
it in the document in advance, or you can just fill that in the feishu doc( https://apache-iotdb.feishu.cn/docx/NPZSdeiw2o31ZtxcP4rcsen7nKh). The meeting link is: https://meeting.tencent.com/dm/6BkPsKOYyzt9 The meeting No. is: 706-6364-8152 Best regards, Yuan Tian

Re: Get Full Row Count?

2024-04-03 Thread Yuan Tian
Hi Trevor, Maybe you can try count_time agg function, https://iotdb.apache.org/UserGuide/latest/Reference/Function-and-Expression.html#count-time . select count_time(*) from root.logs.device; Best regards, - Yuan Tian On Thu, Apr 4, 2024 at 2:24 AM Trevor Hart wrote

New Table Model for IoTDB

2024-04-07 Thread Yuan Tian
. Best regards, -- Yuan Tian

  1   2   >