commit | bf4a867e855c2cf717a3cbd9fb6115f97cead639 | [log] [tgz] |
---|---|---|
author | Zhengguo Yang <yangzhgg@gmail.com> | Tue Jan 04 10:28:14 2022 +0800 |
committer | GitHub <noreply@github.com> | Tue Jan 04 10:28:14 2022 +0800 |
tree | eeb8859e94df0bea56e42a27a4d2732e04e87a58 | |
parent | 6657524c51979a044cb77ddb5f7eb4850637d012 [diff] |
[improvement](tablet-repair) add a config repair_slow_replica (#7423) Add a new FE config `repair_slow_replica` when this config is true, Doris will try to delete the replica with the largest number of versions, and then rebalance the replica. Usually, when the number of versions of a certain replica is much higher then that of other replicas, there are some problems with the current be's compilation. Migrating to other machines can typically solve this problem.
Doris is an MPP-based interactive SQL data warehousing for reporting and analysis. Its original name was Palo, developed in Baidu. After donated to Apache Software Foundation, it was renamed Doris.
Doris provides high concurrent low latency point query performance, as well as high throughput queries of ad-hoc analysis.
Doris provides batch data loading and real-time mini-batch data loading.
Doris provides high availability, reliability, fault tolerance, and scalability.
The main advantages of Doris are the simplicity (of developing, deploying and using) and meeting many data serving requirements in a single system. For details, refer to Overview.
Official website: https://doris.apache.org/
Note
Some licenses of the third-party dependencies are not compatible with Apache 2.0 License. So you need to disable some Doris features to be complied with Apache 2.0 License. For details, refer to thethirdparty/LICENSE.txt
Doris mainly integrates the technology of Google Mesa and Apache Impala, and it is based on a column-oriented storage engine and can communicate by MySQL client.
See Compilation for details.
If you find any bugs, feel free to file a GitHub issue or fix it by submitting a pull request.
Contact us through the following mailing list.
Name | Scope | |||
---|---|---|---|---|
dev@doris.apache.org | Development-related discussions | Subscribe | Unsubscribe | Archives |