We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
前回のセミナーで質問が上がったやつ。 まず実装可能かどうか、色々な要素技術の検証が必要。
Window関数の特性上、必ずソート処理を伴う。 ⇒GPU上のバッファに溜めておく仕組み(kds_finalに似た)が必要
GROUP-BYよりも遥かに多くのデータをバッファリングする必要がある ⇒Managed Memoryを使ってオーバーコミットした場合、どれくらいまで耐えられるのか。 (極端な速度低下が発生するなら、実行計画を立てる時の threshold が必要)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
前回のセミナーで質問が上がったやつ。
まず実装可能かどうか、色々な要素技術の検証が必要。
Window関数の特性上、必ずソート処理を伴う。
⇒GPU上のバッファに溜めておく仕組み(kds_finalに似た)が必要
GROUP-BYよりも遥かに多くのデータをバッファリングする必要がある
⇒Managed Memoryを使ってオーバーコミットした場合、どれくらいまで耐えられるのか。
(極端な速度低下が発生するなら、実行計画を立てる時の threshold が必要)
The text was updated successfully, but these errors were encountered: