haitaoguan

Results 10 comments of haitaoguan

The StoneDB 5.7 install package is not compiled. You need to manually compile it.You can read the official documents. https://stonedb.io/docs/developer-guide/compiling-methods/compile-using-centos7 https://stonedb.io/docs/developer-guide/compiling-methods/compile-using-redhat7 https://stonedb.io/docs/developer-guide/compiling-methods/compile-using-ubuntu20.04 https://stonedb.io/docs/developer-guide/compiling-methods/compile-using-docker

The StonedB 5.7 v1.0.0 will be released on August 31, You will can download the tar.gz package. https://stonedb.io/docs/download

Stonedb does not support CTAS, but you can execute the following steps: 1、create table t4 like t3; 2、insert into t4 select * from t3; Also, you can set stonedb's parameter,tianmu_ini_allowmysqlquerypath=1....

I have compiled StoneDB on Debian 10.The dependency packages required are the same as Ubuntu 20.04。 https://stonedb.io/docs/developer-guide/compiling-methods/compile-using-ubuntu20.04 PRETTY_NAME="Debian GNU/Linux 10 (buster)"

If stonedB instance fail to start, we need to see mysqld.log and tianmu.log/stonedb.log.

We have done the test of TPCH, you can read the report. https://stonedb.io/docs/performance-tuning/performance-tests/OLAP/tcph-test-report

If the predicate condition using the function last_insert_id, maybe return wrong result.

If the instance restarts abnormally,maybe return Errno 1032、Last_ Errno 12.Because the transaction is commited on the storage engine layer, but the server layer is rolled back and will reapply the...

The CTAS syntax has supported by StoneDB,You can download the latest version.