79134402

Date: 2024-10-28 17:05:24
Score: 0.5
Natty:
Report link

The table metadata of an Iceberg table is stored in Amazon S3, you can update the database and table name of an Iceberg managed table without affecting underlying table information source.

ALTER TABLE [db_name.]table_name RENAME TO [new_db_name.]new_table_name

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Popov