Ask Your Question
0

Can an already existing clickhouse table have its table engine changed?

asked 2021-07-02 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-10-03 08:00:00 +0000

plato gravatar image

Yes, it is possible to change the table engine of an already existing ClickHouse table. However, it requires creating a new table with the desired engine and copying data from the old table to the new table. The table schema and indexes also need to be recreated in the new table. It is important to note that changing the table engine can have an impact on performance and storage requirements.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-02 11:00:00 +0000

Seen: 13 times

Last updated: Oct 03 '21