Skip to content
New issue

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

Single Inner Buffer for Partition-wise GpuJoin #801

Open
kaigai opened this issue Jul 4, 2024 · 0 comments
Open

Single Inner Buffer for Partition-wise GpuJoin #801

kaigai opened this issue Jul 4, 2024 · 0 comments
Labels
feature developer considers it is the feature to be supported on the future version
Milestone

Comments

@kaigai
Copy link
Contributor

kaigai commented Jul 4, 2024

Append
 +- GpuJoin on ptable_1
 |   + GpuScan on i_table
 +- GpuJoin on ptable_2
 |   + GpuScan on i_table
 +- GpuJoin on ptable_3
 |   + GpuScan on i_table
 +- GpuJoin on ptable_4
     + GpuScan on i_table

であるケースで、現在の実装は i_table のバッファを4つ重複して持ってしまう。
i_tableが小さければ良いが、大きい場合、GPUメモリを食いつくしてしまう。

Inner-Bufferを共有する事でGPUメモリを節約する。

関連issue #802

@kaigai kaigai added the feature developer considers it is the feature to be supported on the future version label Jul 4, 2024
@kaigai kaigai added this to the v5.3 milestone Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature developer considers it is the feature to be supported on the future version
Projects
None yet
Development

No branches or pull requests

1 participant