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 2022/04/06 23:53:57 UTC

[GitHub] [pinot] egalpin commented on issue #7978: Augmented Index Configuration for JSON data

egalpin commented on issue #7978:
URL: https://github.com/apache/pinot/issues/7978#issuecomment-1090936126

   @Jackie-Jiang extracting a field is definitely a good approach for some use cases. Perhaps JSON is a bit of a red herring; what I really would like to see supported is columns allowing repeated records that have a fixed schema. Effectively, a column which itself is a table, or sometimes referred to as nested data types. 
   
   One issue with the idea of extracting values to other columns is that context is lost. If I want to perform conjunctions on records where multiple fields within a single record must match query predicates (which JSON_MATCH supports), that can’t be done by extracting data from a single field to another column. 
   
   Thoughts?


-- 
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: commits-unsubscribe@pinot.apache.org

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