Category "tdengine"

There are 8 hours difference in two client of TDengine

We have an TDengine application. There are more than one clients, including Docker, Linux, and Windows. I'm using interval(1d), but the time on Windows & Do

Is there a way to change the table column name in TDengine?

I am using TDengine as my time-series storage engine and I want to change a column name of a super table. I tried to find a way in the official documents but I

how to insert timestamp beyond the limitation of keep in tdengine

I found that tdengine has a parameter will create database. this definition "The KEEP parameter refers to the number of days to save a modified data file. " fro

How to know which vnode a table is in when using TDengine?

I am use TDengine now. I know that TDengine likes Cassandra that both use virtual node as virtualization. How can I know which vnode a table is in? I tried to u

TDengine import from csv file

Just found the speed for importing sorted csv file is faster than the speed for importing unsorted csv file in TDengine database, each csv file has 1000000 rows

How do I install taosBenchmark when building TDengine?

I have a MacOS computer with the M1 chip and I am running a virtual machine with Ubuntu 20.04.2 with ARM64. I built TDengine following the documentation on the

use C# connector to insert Chinese into TDengine 2.4.0.16 but got Illegal byte sequence

use TDengine.Query(conn, commandText); It returned intPrt value is not 0, TDengine.Error() show Illegal byte sequence anyone know how to resolve?

Can ctest use relative path to run test?

Can ctest use relative path to run test? There is no problem to run ctest after cmake. But if I copy the whole folder to somewhere else, ctest cannot run proper

How to make TDengine background execute?

I found that I used to open two terminals, one for 'taosd' to start the server and the other for 'taos' to input sql command. However, once the taosd is shut do