|
|
|
|
|
by rnk
917 days ago
|
|
The embedded db is cool, but what's the security boundary around UDFs? I figure running "standard" SQL is safe, because it's just some functions implemented in the database (SPJ). It's not malware (maybe only slow ;-)). But UDFs that could be python or worse risk a binary are more of an open ended danger. |
|
In stabdalone ClickHouse users can't define UDFs themselves, they need to be installed on the server.