Use your compute infrastructure on your Snowflake account, powered by DuckDB and Apache Iceberg
Compute is the main driver of Snowflake costs and DuckDB is 90% cheaperthan X-Small warehouse.
Like a CDN that speeds up your website by serving content from nearby locations, Universql brings data computations closer to users. Instead of just caching files, it runs analytics at the edge, making your Snowflake-powered apps lightning-fast.
Universql lets you ingest & transform & serve data from your Snowflake account without paying premium price for the warehouse.
Universql allows you to develop and test data pipelines locally, enabling you to combine local files with Snowflake data before deploying your models to Snowflake.
import snowflake.connector conn = snowflake.connector.connect( account='xy12345.us-east-1', user='username', password='password', host='localhostcomputing.com', # [✓] Use local compute warehouse='COMPUTE_WH', database='DEMO_DB' ) cursor = conn.cursor() cursor.execute("SELECT * FROM users")
If possible locally, DuckDB runs the query; otherwise, it's sent directly to Snowflake.
Deep dive into database performance optimization techniques using Universql, from query optimization to caching strategies.
Introducing Universql's new blog where we'll share insights, updates, and best practices for database querying.