TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Append new columns. Reshape data.

Open juanpide opened this issue 7 years ago • 1 comments

How can I append new columns to a TileDB table? How can I reshape a table (larger than memory) from wide to long formats or viceversa? Is there any example on how to do it?

juanpide avatar Dec 21 '18 16:12 juanpide

TileDB does not currently support any kind of array schema alteration. This is in our roadmap, being tracked here: https://feedback.tiledb.com/tiledb-core/p/schema-evolution

We will try to add this feature very soon.

stavrospapadopoulos avatar Oct 20 '20 16:10 stavrospapadopoulos