Tables
Learn how to catalog your tables in TileDB.
Tables are arrays!
Tabular data is just an instance of multi-dimensional arrays. As such, TileDB can very efficiently model tables as arrays, and therefore tables can inherit all the TileDB functionality built around arrays. For more information on how to create, manage, and process tables, visit the Structure: Tables section.
Currently, the TileDB catalog treats all tables as arrays. As such, all the catalog functionality described in section Catalog: Arrays applies to tables as well.