You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "LakshSingla (via GitHub)" <gi...@apache.org> on 2023/05/24 16:29:09 UTC

[GitHub] [druid] LakshSingla commented on pull request #13952: Limit the subquery results by memory usage

LakshSingla commented on PR #13952:
URL: https://github.com/apache/druid/pull/13952#issuecomment-1561537779

   Thanks for the reviews!
   Post the latest batch of changes, here are the major things that I have updated:
   1. Create a `FrameBasedIndexedTable` to create an indexed table based on Frame datasource. This also changed the Frame type to COLUMNAR since to index the table we need to get COLUMNs corresponding to the indexed keys. 
   2. Use a memory allocator factory to allow flexibility in converting the inline results to the frames
   3. Added configurations, need to provide the fallback code paths as well.
   4. Refactored the code and stylistic changes


-- 
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@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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