AWS Tutorials - Amazon Athena ACID Transactions (Powered by Apache Iceberg)

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Handling Transactions in AWS Lake Formation (Governed Tables) - • AWS Tutorials - Handli...
    Amazon Athena supports ACID Transactions to perform concurrent row or record level operations for insert, update and delete of the data. ACID Transaction is Athena is enabled by either Governed Tables or Iceberg Tables. In this video, learn how Amazon Athena uses Iceberg tables to provide ACID Transactions feature.
  • НаукаНаука

Комментарии • 11

  • @hsz7338
    @hsz7338 Год назад

    Thank you for the contents, greatly appreciate it. On Apache Iceberg delete e.g., 'user7', although it didn't appear in the latest Snapshot, it still appeared in the historical snapshot. Does that mean the Physical data record still exists? If Yes, does Athena support the hard delete feature with Apache Iceberg in case we have such a use case requirement?

  • @optimisteve
    @optimisteve 4 месяца назад

    can you perform data wrangler with an iceberg table?

  • @rudysarquis
    @rudysarquis Год назад

    Hello, how are you? I have a gorverned tables with lake formation, and a think to use iceberg, do you know how i can do that? I see some people using, but have some trouble with lake formation. Can you help me?

  • @user-yz3vx3oi6o
    @user-yz3vx3oi6o Год назад +1

    I tried select * from "tablename$iceberg_history". (replaced tablename with my own table name). it doesn't work for me. any suggestion?

  • @soumyachatterjee8863
    @soumyachatterjee8863 2 года назад

    Can you plz share a sample parquet file for POC?

    • @soumyachatterjee8863
      @soumyachatterjee8863 2 года назад +1

      Also it would be very helpful if you can provide SQL query in comment section

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  2 года назад

      I am not sure about the ask. You can create a table of your choice and use normal SQL queries for the CRUD operation. Please check this link for sample SQLs - docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html