I got the following error when I try to copy data from a t-sql view in Synapse Serverless:
There is insufficient system memory in resource pool 'VDWFrontendPool' to run this query
I just though that memory shouldn't be an issue in serverless. the underlying t-sql is a simple select statement from a folder containing parquet-files.

