JDBC
2 articles tagged “JDBC”
Blog
September 2, 2026
SQL Execution Hierarchy and Early Filtering with CTEs
When writing SQL queries, we write SELECT first, sprinkle in all the necessary aggregations and joins, mostly without considering what the database executes first. In…
Blog
July 17, 2025
Integrating Snowflake with Java: JDBC and Async JDBC Execution
Introduction Snowflake is a cloud-based data platform that enables simple, fast, and scalable data storage, processing, and analysis. Unlike traditional solutions, Snowflake is not built…