AW: IOTDB-Lite as sqllite approach

2021-09-29 Thread Julian Feinauer
ember 2021 03:20 An: dev Betreff: Re: IOTDB-Lite as sqllite approach We might want to support TsFile in different languages: Go, Rust, C and C++ as parquet/arrow people are doing.

Re: IOTDB-Lite as sqllite approach

2021-09-28 Thread Giorgio Zoppi
We might want to support TsFile in different languages: Go, Rust, C and C++ as parquet/arrow people are doing.

Re: IOTDB-Lite as sqllite approach

2021-09-28 Thread Xiangdong Huang
Hi Julian, Let TsFile supporting SQL is attractive. However, as it may have some limitations, e.g., a tsfile does not support out-of-order data integration for a given time series. It will limit the usage scenarios: if a embedded machine can run TsFile with Java, why not run IoTDB The

IOTDB-Lite as sqllite approach

2021-09-28 Thread Julian Feinauer
Hi folks, I just came up with a little idea to improve the usage of TSFiles at the „edge“. What if we create an access layer (besides the Readers /Writers) to access the TSFiles with SQL as if they were in the server. Thats basically the same that sqlite does with extreme success