Re:Re: Introducing a memory control mechanism during the query planning stage #12573

2024-05-23 Thread 洪胤
hi, yuan tian, I am investigating the memory management mechanisms of Oracle, PostgreSQL, and other databases, and sorting out the current memory management status of Apache IoTDB. I believe that a unified memory management framework cannot be separated from the discussion and participation of

Re:Re: Suggestions for Enhancing the IoTDB Contribution Experience

2023-11-03 Thread
is right, but there are still too >> many other cases need to be considered, like us and ns time precision. After >> discuss, we think this issue may not be suitable for a newer to our system >> due to communication costs of these complicated cases. You can see the final

Re:Re: Suggestions for Enhancing the IoTDB Contribution Experience

2023-11-01 Thread
e may not be suitable for a newer to our system >> due to communication costs of these complicated cases. You can see the final >> PR about this issue https://github.com/apache/iotdb/pull/11429. >> Thanks for your issues and perfect fix ideas about them, maybe we can start >> from som

Suggestions for Enhancing the IoTDB Contribution Experience

2023-10-30 Thread
Dear all, I am writing to share my experiences and concerns regarding my contributions to IoTDB. I appreciate your time in reading this and hope that my feedback will be taken constructively. Here is my experience when submitting pr to apache IoTDB: On 2023/09/13, I used iotdb at work and

“Unsupported type VECTOR” Exception when read tsfile use spark

2023-08-18 Thread
I got an exception when I used spark to read tsfile such like this : - java.lang.UnsupportedOperationException: Unsupported type VECTOR at

picture not supported

2023-08-17 Thread
here is source code aboout exception == /** * Construct fields with the TSFile data type converted to the SparkSQL data type. * * @param tsfileSchema tsfileSchema * @param addTimeField true to add a time field;

Re: [discuss] consider revert the feature of multi-tenancy

2023-04-12 Thread Jinrui 金瑞
think this pr function is missing, and I can understand it, after all, > you have found some bad cases. So next time if there are other PRs and I find > out the bad case, is it better to consider launching a discussion and > reverting it? > > > > > > > &g

Re: [discuss] consider revert the feature of multi-tenancy

2023-04-12 Thread Jinrui 金瑞
any >> mechanism used to manage and allocate system resources. > > Second: why can't we call it multi-tenant? We can achieve logical isolation > of data through this feature and auth permission, and we can also manage and > control users and database resources. Doesn't this just verify

Re: [discuss] consider revert the feature of multi-tenancy

2023-04-12 Thread Jinrui 金瑞
as released, should the release be cancelled, and it is > better to wait for the bug to be fixed. > > > As for the fact that it hasn’t been fixed for two days, this function is > being discussed whether it should be discarded or not. Does it still take > time to fix bugs? &

Re:Re: [discuss] consider revert the feature of multi-tenancy

2023-04-10 Thread 金瑞
;---gt;HouliangQigt;BONC,Ltdgt;gt;gt;RepliedMessagegt;|From|张金瑞lt;329920...@qq.com.INVALIDgt;|gt;|Date|04/10/202315:03|gt;|To|dev|gt;|Subject|Re:[discuss]considerrevertthefeatureofmulti-tenancy|gt;+1,gt;gt;gt;AgreewithXiangdongsopinion.nbsp;gt;Andontheotherhand,nbsp

Fix the bug of the time unit of timer type metric

2023-01-08 Thread 洪胤
Grafana Dashboard for each version. Best, Hongyin Zhang School of Software, Tsinghua University 张洪胤 清华大学 软件学院

Standardized auth related TSStatusCode

2022-12-07 Thread 洪胤
Hi, Recently, I standardized auth related TSStatusCode, changed some values of the code, and supplement the UserGuide. All details in PR: https://github.com/apache/iotdb/pull/8365 Best, Hongyin Zhang School of Software, Tsinghua University 张洪胤 清华大学

Remove metric config file

2022-11-22 Thread 洪胤
, Hongyin Zhang School of Software, Tsinghua University 张洪胤 清华大学 软件学院

Re:Re:[VOTE] Create a repo for TsFile-Viewer

2022-11-07 Thread 金瑞
+1 At 2022-11-07 11:09:16, "于涛" wrote: >+1 > > > > > > > > > > > > > > > > > >At 2022-11-07 10:00:31, "Jialin Qiao" wrote: >>Hi, >> >>Here is a Tool for viewing TsFile: https://github.com/apache/iotdb/pull/6995 >> >>As TsFile-Viewer could be used independently, it could be a separate

Self-introduction

2022-02-23 Thread
Hello everyone: I am Xi Zhang, a new developer from Fudan university. It’s a pleasure to work with you guys! My id for Jira and Confluence are both “fzash”. Best wish! Xi Zhang

Re: [DISCUSS] use different docker image name for iotdb modules

2021-10-20 Thread 洪胤
+1 > 2021年10月20日 下午9:25,Julian Feinauer 写道: > > Hey, > > I agree with it (and already stumbled upon it). > > Another alternative would be to have only one image containing data for all > three modules and an entrypoint script which distinguishes what process would > really start. > > So

Greetings & SelfIntro

2021-01-20 Thread 亦弛
Hey there. My name is Zhang Yichi, a sophomore from Beijing University of Posts and Telecommunications. I’m familiar with c++ and python programming, and currently working on java. I’m also great at algorithm problems and data structure. I've been enthusiastic about open source and motivated

Re: [VOTE] A new repository for Go client

2020-12-01 Thread 明明
th the reason > > > The vote is open for the next 72 hours. > > [1] > https://lists.apache.org/thread.html/r590437ed0edfb74512d389f2de8b5f73698304be1f97a09847a9693e%40%3Cdev.iotdb.apache.org%3E > > > Thanks, > -- > Jialin Qiao > School of Software, Tsinghua University > > 乔嘉林 > 清华大学 软件学院 -- 敬颂时祺! 张明明

Re:[VOTE] Apache IoTDB 0.10.0 (incubating) RC4 release

2020-06-23 Thread 金瑞
+ 1 from committer. I have checked these items on MacOS Sierra 10.12.5: The Chinese version README_ZH.md The Apache LICENSE in files. The basic build and package commands mvn clean package -DskipTests The commands to start/stop server and client. sbin/start-server.sh sbin/start-cli.sh -h

subscribe to the mailing list

2020-01-10 Thread
Hi I'd like to apply for subscribing the mailing list. Thanks a lot. 张硕

Re:Re: [VOTE] Apache IoTDB (Incubating) 0.8.0 RC3

2019-08-12 Thread 金瑞
+1 I have checked following items: Compile and build the source code with the command in README. Command: mvn clean package -pl server -am (Correct) Run all test cases and they all passed. (Correct) Test binaries for server and client. (Correct) sh start-server.sh sh start-client.sh Test

Re:Re: How to prevent GitBox from sending too many commit notifications

2019-01-24 Thread 金瑞
A simple way to handle this is to set your own mailbox rules such as auto labeling this kind of mails as read and moving them to a specific mail-box 在 2019-01-24 17:25:17,"Gaofei Cao" 写道: >Me too.  > >江天 于2019年1月24日周四 下午5:15写道: > >> Hello >> >> >> I am driven crazy because every time someone

Re:How to prevent GitBox from sending too many commit notifications

2019-01-24 Thread 金瑞
+1 At 2019-01-24 17:10:26, "江天" wrote: >Hello. > >I am driven crazy because every time someone commits to incubating-IoTDB, I >receive a mail from GitBox. This is just too annoying. Could someone please >tell me how to disable GitBox’s sending commit notifications, or make it send >to