AWS Athena Partitioning | Athena Tutorials | Athena Query Performance Improvement | AWS Tutorials

Поделиться
HTML-код
  • Опубликовано: 29 дек 2024

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

  • @yogithakakarla1716
    @yogithakakarla1716 3 года назад

    Best video. Useful

  • @najmehforoozani
    @najmehforoozani 3 года назад

    Thanks Ajay. well explained

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

    Exactly what I need. Thank you for sharing!! 👏👏

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

    Thank you! Really good content!

  • @prafulmaka7710
    @prafulmaka7710 4 года назад +1

    Bless you mate! This really helped :)

  • @SibasishPadhy
    @SibasishPadhy 4 года назад

    Thanks for this video.

    • @AjayWadhara
      @AjayWadhara  4 года назад +1

      Do subscribe and share... it motivates me to create more content 🎯✅

  • @bonniesterling2478
    @bonniesterling2478 3 года назад

    One of the best - can you cover BUCKETING in Athena and maybe BUCKETING vs. PARTITIONING in Athena - Great Job!

  • @NehalVerma-zr4mq
    @NehalVerma-zr4mq 2 года назад

    Thank you so much for this informative video.
    Can you please let me know that how can I do Hive-style partition and spark partitions here in aws

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

      Sorry.. i am not aware much about Spark partitions and would not be able to help you on this.

    • @NehalVerma-zr4mq
      @NehalVerma-zr4mq 2 года назад

      @@AjayWadhara No worries, thanks for letting me know. Can you just confirm that the demo that you showed in this tutorial comes in Hive-style partitioning type?

  • @udayreddy3653
    @udayreddy3653 4 года назад +1

    Hi Ajay, Your explanation was Damn good! Can you please make a serious of vidoes on AWS Glue that would be helpfull

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

    First of thanks for sharing userful knowledge..Need to Know One thing I need to Move Data from RDS->DMS->S3->Query with Athena. Data is mainly date range, can DMS automatically create S3 partitions based on Year and Date... I know this thread is for athena.. but if u have experience please share that as well

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

      Hi Jatinder, i don’t have hands on experience with DMS but yeah DMS supports date based folder partitioning when using S3 as target.
      Also, try to use parquet if you want to query data from Athena.
      I hope this helps

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

    Thank you for your sharing, do you have the tutorial for data store in S3 as /year/month/date/hour? If so, please send me the link. Thank you again

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

      I am glad you liked it.
      Sorry, I don't have that tutorial. You can implement that very easily with Lambda. Lambda should be triggered on S3 object upload.

  • @kumar3247
    @kumar3247 5 лет назад +1

    Thank you for the video. Simple and easy to understand.
    It would be great if you can make video on Lamda funtion to create partition based on S3 folder.

    • @AjayWadhara
      @AjayWadhara  5 лет назад +1

      Thanks for the feedback
      Regarding partitioning with Lambda function, I will definitely cover that in coming week

    • @AjayWadhara
      @AjayWadhara  4 года назад +1

      Hi, I have upload the video to create partition based on S3 folder...Do check in my uploaded videos

  • @vishalrajmane7649
    @vishalrajmane7649 3 года назад

    Can you provide the documentation for alter table command trigger in aws lambda

  • @jaysoni7812
    @jaysoni7812 3 года назад

    How did you change icon of windows 10 as xp in task bar? I also want like that.

  • @swaniketchowdhury
    @swaniketchowdhury 3 года назад

    Can I do partition while saving a view as a table? For instance, I'm joining 4 tables and doing some logic to build a view. I want to save the view as a table, can I use partitioning in that case?

  • @rupeshpaneerselvam2958
    @rupeshpaneerselvam2958 4 года назад

    Hi Ajay thanks for the video and I have a use case of anayzing vpc flow logs using athena and glue crawler from data stored in s3 can you share your inputs to proceed on this use case..

    • @AjayWadhara
      @AjayWadhara  4 года назад +1

      Hi Rupesh, you can follow the same strategy that I have demonstrated, only difference would be I am using CSV, you have to use a regex while parsing the log files.

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

    Hi bro thanks for the detailed video. Am new to AWS and learning. Just wnat to know do we need to manually create folders and place file in S3 for partitioning?

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

      Not Manually, you can write Lambda that does this for you or the process which is writing the files to S3 should do this.

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

      @@AjayWadhara thanks for the clarification bro !

  • @vishalrajmane7649
    @vishalrajmane7649 3 года назад

    Hi, This is Trupti.. the video is very useful but i have one que that What if ur s3 data is stored as non partitioned means it has mixed data in which there are multiple years so how we will do it??

    • @AjayWadhara
      @AjayWadhara  3 года назад +1

      You have to write a process for the same. For new data, keep a staging bucket, trigger a lambda that partitions your data from staging to the main bucket