StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
8.92k stars 1.79k forks source link

enable_fast_schema_evolution 参数可以动态配置,兼容历史表 #43076

Closed awk333 closed 1 month ago

awk333 commented 7 months ago

Feature request

Is your feature request related to a problem? Please describe.

当前 enable_fast_schema_evolution 参数不支持动态配置,只有建表的时候才可以设置,这样的话,导致历史表无法修改,无法实现 fast schema change, 对于一直使用的老用户来说,集群都是升级上来的,存在大量历史表,如果想使用 fast schema change 的话,就需要全部重新创建并导入历史数据,这种操作太费时费力

Describe the solution you'd like

希望可以通过动态配置参数的方式,历史表也可以实现 fast schema change。

Describe alternatives you've considered

如果想使用 fast schema change 的话,就需要全部重新创建并导入历史数据,这种操作太费时费力

Additional context

github-actions[bot] commented 1 month ago

We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!