nsivabalan commented on code in PR #5466: URL: https://github.com/apache/hudi/pull/5466#discussion_r862102987
########## website/releases/release-0.11.0.md: ########## @@ -0,0 +1,206 @@ +--- +title: "Release 0.11.0" +sidebar_position: 2 +layout: releases +toc: true +last_modified_at: 2022-01-27T22:07:00+08:00 +--- +# [Release 0.11.0](https://github.com/apache/hudi/releases/tag/release-0.11.0) ([docs](/docs/quick-start-guide)) + +## Release Highlights + +### Multi-Modal Index + +In 0.11.0, we enable the [metadata table](/docs/metadata) with synchronous updates and +metadata-table-based file listing by default with Spark engine, to improve the performance of partition and file listing Review Comment: and add a line that one has to enable explicitly on the reader side to benefit queries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
