pzhdfy commented on a change in pull request #6988: [Improvement] historical
fast restart by lazy load columns metadata(20X faster)
URL: https://github.com/apache/incubator-druid/pull/6988#discussion_r351276530
##########
File path:
server/src/main/java/org/apache/druid/segment/loading/SegmentLoaderConfig.java
##########
@@ -36,6 +36,9 @@
@NotEmpty
private List<StorageLocationConfig> locations = null;
+ @JsonProperty("lazyLoadOnStart")
+ private boolean lazyLoadOnStart = false;
Review comment:
docs added
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]