Tag: SQL

  • Speeding Up Date-Based Queries in Amazon Athena: Simple Partition Tips

    Amazon(AWS) Athena is a handy tool for digging into data stored in Amazon S3. When your data is split into partitions (like folders), writing smart queries can save time and money. This blog explains how to filter date-based partitions effectively, showing what works best for speed and efficiency. What’s Partition Pruning? Partition pruning is like…