Comment by I_am_tiberius

2 years ago

I have 2 questions.

1. Is this optimized for constantly adding and removing rows to the columnar table?

2. Is this supported by Microsoft Azure Flexible Server for Postgres?

> Whenever possible, design data coming into the data warehouse as append-only. Hydra's columnar store only supports inserts. If you need to update or delete data, you will need to use row (heap) tables.