gianm commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r251407453
########## File path: docs/content/design/index.md ########## @@ -93,47 +93,100 @@ Druid has a multi-process, distributed architecture that is designed to be cloud Druid process type can be configured and scaled independently, giving you maximum flexibility over your cluster. This design also provides enhanced fault tolerance: an outage of one component will not immediately affect other components. -Druid's process types are: +## Server Types -* [**Historical**](../design/historical.html) processes are the workhorses that handle storage and querying on "historical" data +A Druid cluster is organized into 3 server types: Review comment: The rule to follow with intro docs should be: guide people down a simple/recommended path, but don't mislead. "Druid cluster is organized into 3 server types" is somewhat misleading, consider this or similar instead: > Druid processes can be deployed any way you like, but for ease of deployment we suggest organizing them into three server types: Master, Query, and Data. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
