Skip to content

[native] Add session property for bucket write#23741

Closed
kewang1024 wants to merge 1 commit intoprestodb:masterfrom
kewang1024:bucket-write
Closed

[native] Add session property for bucket write#23741
kewang1024 wants to merge 1 commit intoprestodb:masterfrom
kewang1024:bucket-write

Conversation

@kewang1024
Copy link
Collaborator

@kewang1024 kewang1024 commented Sep 27, 2024

== RELEASE NOTES ==

General Changes
* Add a session property `native_task_bucketed_writer_count` which specifies number of writers per task for bucketed writes for Prestissimo. :pr:`23741`

Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kewang1024 thanks for adding this!

kNativeTaskBucketedWriterCount,
"Number of writers per task for bucketed writes.",
INTEGER(),
false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does false mean here? Thanks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whether it's hidden or not

Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kewang1024 can we remove the power of 2 limitation for task_partitioned_writer_count so we can just use it to configure in Prestissimo.

@steveburnett
Copy link
Contributor

@xiaoxmeng
Copy link
Contributor

@kewang1024 we don't need this PR and close it for now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants