Lakehouse Management
Description
The Lakehouse area provides point-and-click management of your workspace's Lakehouse compute and Iceberg catalogs without leaving PlaidCloud. Open it from the Lakehouse button on the main toolbar.
A warehouse selector at the top of the window applies to every tab. The area is split into seven tabs: Queries, Profile, Catalog, Warehouses, Users, Load, and Admin.
Queries
Monitor running queries and browse history. The tab is split top/bottom by a movable divider:
- Running — queries executing right now. Auto-polls at the interval you choose from the toolbar.
- History — recent completed queries.
To view a query's plan:
- Click the
Profileicon at the start of the row - The query SQL is loaded into the Profile tab; from there you can run EXPLAIN or EXPLAIN ANALYZE
To kill running queries:
- Select one or more rows in the Running table
- Click
Kill selectedin the toolbar - Confirm in the dialog
Profile
Run EXPLAIN or EXPLAIN ANALYZE on a SQL statement and visualize the resulting plan as a heat-mapped tree.
- Open Lakehouse > Profile
- Paste or type a SQL statement
- Click
EXPLAIN(plan only) orEXPLAIN ANALYZE(plan + actual row counts and timings)
The plan tree highlights the most expensive nodes so the bottlenecks of a slow query are visible at a glance.
Catalog
Browse the Iceberg catalog of the selected warehouse. The pane lists namespaces on the left and tables on the right, with an action bar for create/drop operations.
To create a namespace:
- Open Lakehouse > Catalog
- Click
New namespace - Enter the namespace name and confirm
To drop a table:
- Select the namespace, then the table
- Click
Drop table - Confirm in the dialog
A dropped tables list at the bottom of the tab lets you UNDROP recently dropped tables for as long as they remain recoverable.
Warehouses
Create, list, and delete the Iceberg warehouses backing your lakehouse.
To create a warehouse:
- Open Lakehouse > Warehouses
- Click
Add warehouse - Enter a warehouse name and the storage configuration
- Click
Add
To delete a warehouse:
- Select the warehouse row
- Click
Delete - Confirm in the dialog
Users
Manage the database users that connect to the lakehouse from external SQL clients (DBeaver, etc.). Both password-based and SSO-provisioned users are listed.
To add a user:
- Open Lakehouse > Users
- Click
Add user - Enter the username and password
- Click
Add - Save the password — it is shown once and cannot be retrieved later
To reset a password:
- Select the user row
- Click
Reset password - Save the new password from the dialog
To remove a user:
- Select the user row
- Click
Drop user - Confirm in the dialog
Load
Watch cluster activity at a glance. The tab shows a row of counters (active queries, recent throughput) with a sparkline below sampled on the same poll interval as the Queries tab.
Admin
Inspect compute workload status and restart the warehouse compute when needed.
The workload table lists each component with its current status. The Rolling restart section lets you cycle the compute pods of the selected warehouse.
To restart compute:
- Open Lakehouse > Admin
- Read the disruption warning
- Type the warehouse id into the confirmation field
- Click
Restart compute
A cooldown between restarts prevents accidental rapid cycling. The remaining cooldown is shown next to the button.