questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Easier column type conversions #69

Open puzpuzpuz opened 1 month ago

puzpuzpuz commented 1 month ago

At the moment, changing a column from, for example, STRING to SYMBOL type requires adding a new column, running UPDATE and dropping the old column. We should make it as easy as a single ALTER TABLE my_table ALTER COLUMN my_column TYPE SYMBOL;