You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/03/05 19:46:10 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6648: Support nested json schema in realtime ingest

Jackie-Jiang commented on issue #6648:
URL: https://github.com/apache/incubator-pinot/issues/6648#issuecomment-791640826


   For the json field, you can configure it as string field in the schema, and enable json index for it (Check https://docs.pinot.apache.org/basics/indexing/json-index for more details)
   Note that the input data needs to be json strings. You may use `jsonFormat()` function to convert object to json string if needed.
   
   For Kafka real-time ingestion, each Kafka partition is consumed by one thread (one consuming segment), and you can configure multiple replications of the segment


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



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