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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南