1

I need to store Amazon Athena query results into New Amazon Athena Table.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Tajinder
  • 2,248
  • 4
  • 33
  • 54

2 Answers2

6

Updates:

Athena now supports Create Table as Select Queries (CTAS). Examples are available here.

They have implemented several nice feautes, namely the ability to apply compression to outputs (GZIP, SNAPPY) and supply output format.

Zerodf
  • 2,208
  • 18
  • 26
  • One thing to note is that you need to be sure you remove old data when refreshing these queries – Zerodf Oct 31 '18 at 12:49
3

Recently they have added Create Table as CTAS support to Athena.

singh30
  • 1,335
  • 17
  • 22