MD_LIVE_DUCKLING_SIZE
MD_LIVE_DUCKLING_SIZE() returns the Duckling instance type for the active MotherDuck connection.
This is useful when you want to inspect which class of execution instance is serving your session.
Syntax
FROM md_live_duckling_size();
Output
| Column Name | Data Type | Value |
|---|---|---|
type | VARCHAR | Current Duckling instance type, for example Pulse |
Example usage
FROM md_live_duckling_size();
Example result:
type
-----
Pulse