techdocsmith commented on code in PR #415:
URL: https://github.com/apache/druid-website-src/pull/415#discussion_r1317821411
##########
static/js/FeatureList.js:
##########
@@ -47,4 +47,16 @@ export const FeatureList = [
"title": "Non-stop Reliability",
"description": "Automatic data services including continuous backup,
automated recovery, and multi-node replication ensure high availability and
durability",
},
+ {
+ "title": "Schema Auto-Discovery",
+ "description": "Druid can automatically detect, define, and update column
names and data types upon ingestion, providing the ease of schemaless and the
performance of strongly-typed",
+ },
+ {
+ "title": "Flexible Joins Support",
+ "description": "Druid can support join operations during data ingestion
and at query-time execution, with the fastest query performance when tables are
pre-joined during ingestion",
Review Comment:
```suggestion
"description": "Druid supports join operations during data ingestion and
at query-time execution, with the fastest query performance when tables are
pre-joined during ingestion",
```
nit: can is unnecessary
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]