vinothchandar commented on a change in pull request #3938:
URL: https://github.com/apache/hudi/pull/3938#discussion_r744376834
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -312,7 +312,7 @@
public static final ConfigProperty<String>
EMBEDDED_TIMELINE_SERVER_USE_ASYNC_ENABLE = ConfigProperty
.key("hoodie.embed.timeline.server.async")
- .defaultValue("false")
+ .defaultValue("true")
Review comment:
Wrt reading metadata table directly vs via timeline server, we cache
certain things on the timeline server - like open file handles and even listing
caches. So that can be efficient than reading entire table over and over from
executors. (At least in spark)
--
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]