You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/02/07 08:40:14 UTC

[GitHub] kamaci commented on issue #7027: Auto Detection of Field Types

kamaci commented on issue #7027: Auto Detection of Field Types
URL: https://github.com/apache/incubator-druid/issues/7027#issuecomment-461331076
 
 
   Currently, all fields are threaten as String when `dimensions` field is empty:
   
   > Schema-less dimensions
   > If the dimensions field is left empty in your ingestion spec, Druid will treat every column that is not the timestamp column, a dimension that has been excluded, or a metric column as a dimension. It should be noted that because of #658 these segments will be slightly larger than if the list of dimensions was explicitly specified in lexicographic order. This limitation does not impact query correctness- just storage requirements.
   > 
   > Note that when using schema-less ingestion, all dimensions will be ingested as String-typed dimensions.
   
   However we should have work similar to that: [Solr Schemaless Mode](https://lucene.apache.org/solr/guide/7_6/schemaless-mode.html).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org