Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The Node.js backend layer built with `@databricks/appkit`:

Integration with Databricks services:
- **SQL Warehouses**: Execute analytical queries with Arrow or JSON format
- **Lakebase V1 (Provisioned)**: Access data from Lakebase Provisioned. Support for Lakebase Autoscaling coming soon.
- **Lakebase Autoscaling**: OLTP database access with automatic OAuth token refresh

## See also

Expand Down
4 changes: 3 additions & 1 deletion docs/docs/plugins/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ await createApp({
});
```

Storage auto-selects **Lakebase V1 (Provisioned) persistent cache when healthy**, otherwise falls back to in-memory. Support for Lakebase Autoscaling coming soon.
Storage auto-selects **Lakebase Autoscaling persistent cache when healthy**, otherwise falls back to in-memory.

The database-backed cache requires the same Lakebase environment variables as the [Lakebase plugin](./lakebase.md#environment-variables) (`PGHOST`, `PGDATABASE`, `LAKEBASE_ENDPOINT`, `PGSSLMODE`).

## Plugin-level caching

Expand Down
Loading