Best of SQLMay 2025

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·1y

    Master Database Management Systems

    Learn the essentials of Database Management Systems with an in-depth course from freeCodeCamp.org. The course covers foundational concepts, SQL, database design, and transaction processing using practical examples. It's suitable for exams and technical interviews, equipping students and professionals to efficiently handle data across various applications.

  2. 2
    Article
    Avatar of tinybirdTinybird·1y

    Which LLM writes the best analytical SQL?

    Tinybird's LLM SQL Generation Benchmark evaluates how 19 popular language models perform in generating SQL queries to filter and aggregate large datasets. Comparing models like OpenAI's GPT-4 Turbo and Anthropic's Claude, the benchmark measures accuracy, efficiency, and query latency, highlighting the challenges LLMs face in writing semantically correct SQL efficiently. The analysis shows humans leading in efficiency, while LLMs often struggle with contextual understanding and optimization opportunities.

  3. 3
    Article
    Avatar of databricksdatabricks·52w

    Introducing Apache Spark 4.0

    Apache Spark 4.0 introduces key advancements in SQL language, Python support, structured streaming, and usability, enhancing big data processing. Notable features include improved multi-language compatibility, new SQL scripting capabilities, enhanced Python APIs, and structured logging. This release offers greater modularity, scalability, and standards compliance, making it future-ready for large-scale data analytics.

  4. 4
    Article
    Avatar of communityCommunity Picks·1y

    PostgreSQL Optimizer

    EverSQL provides automated optimization for PostgreSQL and MySQL databases using AI-powered algorithms to enhance query performance. It offers ongoing performance monitoring without accessing sensitive data, claiming to significantly improve query speed and helping users save time and costs by optimizing database performance.

  5. 5
    Article
    Avatar of duckdbDuckDB·1y

    Announcing DuckDB 1.3.0

    DuckDB version 1.3.0 introduces several new features and improvements, including external file caching, direct query capabilities via the CLI, Python-style lambda syntax, support for UUID v7, expression support in CREATE SECRET, and improved spatial join efficiency. The release also makes internal changes to enhance performance and reliability, particularly for Parquet file handling and string compression.