Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.