Enable Optimization for Projects
Once the Yuki Proxy is deployed with the correct permissions, you can activate optimization individually for each project.
How It Works
Yuki automatically discovers all BigQuery projects in your organization. For each project, you control optimization with a simple toggle:
| State | Behavior |
|---|---|
| ON | Queries are routed through Yuki Proxy with optimization applied |
| OFF | Queries bypass the proxy and run directly against BigQuery |
You can toggle optimization at any time, which allows for a phased rollout - start with select projects before broader deployment.
!Important
Enabling the toggle alone is not enough. You must also update the connection strings in your tools and applications so queries actually route through the Yuki Proxy hostname.
Next Step
Proceed to Update Connection Strings to complete setup.