Can customers opt out of Redshift's serverless compute engine?

0

In the recent Redshift announcement I read: "query compilations are now scaled to a serverless compute engine beyond the compute resources of the leader node of your cluster".

The queries can contain PII information in the text and having this information processed in what looks like a multi-tenant compiling environment might be an issue in some industries. I have had customers skipping even local logging of query logs to ensure such information can't get exposed.

Can customers opt out of Redshift's serverless compute engine?

已提问 4 年前242 查看次数
1 回答
0
已接受的回答

The query parsing, the optimization and the plan creation (the parts that potentially use the PII data in the query text and/or in the statistic) are carried over inside the leader node. Only the C++ code created at the end of the optimization (that doesn't contain any PII data) is sent to the serverless infrastructure to be compiled.

This means that there is no reason to need an opt-out option.

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则