Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Release notes
.. toctree::
:maxdepth: 1

release/release-416
release/release-415
release/release-414
release/release-413
Expand Down
12 changes: 12 additions & 0 deletions docs/src/main/sphinx/release/release-416.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release 416 (3 May 2023)

## General

* Improve performance of partitioned `INSERT`, `CREATE TABLE AS .. SELECT`, and
`EXECUTE` statements when the source table statistics are missing or
inaccurate. ({issue}`16802`)
* Improve performance of `LIKE` expressions that contain `%`. ({issue}`16167`)
Copy link
Member

Choose a reason for hiding this comment

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

should we say "use pattern matching with %" instead ?

Copy link
Member

Choose a reason for hiding this comment

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

That sounds more convoluted? What's confusing about the current phrasing?

Alternatively: "Improve performance of LIKE patterns that contain %" ?

Copy link
Member

Choose a reason for hiding this comment

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

I like that last one best ..


## Hive connector

* Reduce coordinator memory usage when file metadata caching is enabled. ({issue}`17270`)