-
Notifications
You must be signed in to change notification settings - Fork 19
Release/1.8.2 #1197
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
Merged
Merged
Release/1.8.2 #1197
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Document `partition_mode` DuckDB acceleration param * Clarify partition_mode connection pooling details Updated description of `partition_mode` to clarify connection pooling behavior. * Update partition_mode description for clarity Enhanced explanation of 'partition_mode' to clarify performance benefits.
✅ Pull with Spice PassedPassing checks:
|
1 similar comment
✅ Pull with Spice PassedPassing checks:
|
|
🚀 deployed to https://ab97a198.spiceai-org-website.pages.dev |
mach-kernel
approved these changes
Oct 22, 2025
mach-kernel
pushed a commit
that referenced
this pull request
Oct 27, 2025
* Blog Post for v1.8.2 (#1195) * Revert "Blog Post for v1.8.2 (#1195)" This reverts commit bc91747. * Document enabling acceleration refresh metrics (#1193) * Document `partition_mode` DuckDB acceleration param (#1194) (#1197) * Document `partition_mode` DuckDB acceleration param * Clarify partition_mode connection pooling details Updated description of `partition_mode` to clarify connection pooling behavior. * Update partition_mode description for clarity Enhanced explanation of 'partition_mode' to clarify performance benefits. Co-authored-by: Sergei Grebnov <[email protected]> * Revert "Revert "Blog Post for v1.8.2"" (#1198) * client timeout for s3vectors --------- Co-authored-by: wyattwenzel <[email protected]> Co-authored-by: Luke Kim <[email protected]> Co-authored-by: Viktor Yershov <[email protected]> Co-authored-by: Kevin Zimmerman <[email protected]> Co-authored-by: Sergei Grebnov <[email protected]>
mach-kernel
pushed a commit
that referenced
this pull request
Oct 27, 2025
* Blog Post for v1.8.2 (#1195) * Revert "Blog Post for v1.8.2 (#1195)" This reverts commit bc91747. * Document enabling acceleration refresh metrics (#1193) * Document `partition_mode` DuckDB acceleration param (#1194) (#1197) * Document `partition_mode` DuckDB acceleration param * Clarify partition_mode connection pooling details Updated description of `partition_mode` to clarify connection pooling behavior. * Update partition_mode description for clarity Enhanced explanation of 'partition_mode' to clarify performance benefits. Co-authored-by: Sergei Grebnov <[email protected]> * Revert "Revert "Blog Post for v1.8.2"" (#1198) * Document that vector engine datasets must be accelerated --------- Co-authored-by: wyattwenzel <[email protected]> Co-authored-by: Luke Kim <[email protected]> Co-authored-by: Viktor Yershov <[email protected]> Co-authored-by: Kevin Zimmerman <[email protected]> Co-authored-by: Sergei Grebnov <[email protected]>
mach-kernel
pushed a commit
that referenced
this pull request
Oct 28, 2025
* Document `partition_mode` DuckDB acceleration param (#1194) * Document `partition_mode` DuckDB acceleration param * Clarify partition_mode connection pooling details Updated description of `partition_mode` to clarify connection pooling behavior. * Update partition_mode description for clarity Enhanced explanation of 'partition_mode' to clarify performance benefits. * client timeout for s3vectors (#1199) * Blog Post for v1.8.2 (#1195) * Revert "Blog Post for v1.8.2 (#1195)" This reverts commit bc91747. * Document enabling acceleration refresh metrics (#1193) * Document `partition_mode` DuckDB acceleration param (#1194) (#1197) * Document `partition_mode` DuckDB acceleration param * Clarify partition_mode connection pooling details Updated description of `partition_mode` to clarify connection pooling behavior. * Update partition_mode description for clarity Enhanced explanation of 'partition_mode' to clarify performance benefits. Co-authored-by: Sergei Grebnov <[email protected]> * Revert "Revert "Blog Post for v1.8.2"" (#1198) * client timeout for s3vectors --------- Co-authored-by: wyattwenzel <[email protected]> Co-authored-by: Luke Kim <[email protected]> Co-authored-by: Viktor Yershov <[email protected]> Co-authored-by: Kevin Zimmerman <[email protected]> Co-authored-by: Sergei Grebnov <[email protected]> * Document that vector engine datasets must be accelerated (#1201) * Blog Post for v1.8.2 (#1195) * Revert "Blog Post for v1.8.2 (#1195)" This reverts commit bc91747. * Document enabling acceleration refresh metrics (#1193) * Document `partition_mode` DuckDB acceleration param (#1194) (#1197) * Document `partition_mode` DuckDB acceleration param * Clarify partition_mode connection pooling details Updated description of `partition_mode` to clarify connection pooling behavior. * Update partition_mode description for clarity Enhanced explanation of 'partition_mode' to clarify performance benefits. Co-authored-by: Sergei Grebnov <[email protected]> * Revert "Revert "Blog Post for v1.8.2"" (#1198) * Document that vector engine datasets must be accelerated --------- Co-authored-by: wyattwenzel <[email protected]> Co-authored-by: Luke Kim <[email protected]> Co-authored-by: Viktor Yershov <[email protected]> Co-authored-by: Kevin Zimmerman <[email protected]> Co-authored-by: Sergei Grebnov <[email protected]> * Add Task History plan capture (#1204) * Add/update runtime.query.{temp_directory, memory_limit, spill_compression} (#1190) * Add runtime.query.{temp_directory, memory_limit, spill_compression} * Fix * Fix broken link (#1205) * DuckDB: document `on_refresh_recompute_statistics` and `connection_pool_size` (#1207) --------- Co-authored-by: Sergei Grebnov <[email protected]> Co-authored-by: Jack Eadie <[email protected]> Co-authored-by: wyattwenzel <[email protected]> Co-authored-by: Viktor Yershov <[email protected]> Co-authored-by: Kevin Zimmerman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Document
partition_modeDuckDB acceleration paramClarify partition_mode connection pooling details
Updated description of
partition_modeto clarify connection pooling behavior.Enhanced explanation of 'partition_mode' to clarify performance benefits.
🗣 Description
🔨 Related Issues
🤔 Concerns