FaxianZhao edited a comment on issue #8272: Support incremental load in Druid lookups URL: https://github.com/apache/incubator-druid/pull/8272#issuecomment-532945995 Hi, there I'm working on something like this PR. I think this PR could work well for off-heap cache and partial fix issue #3771. We can use some tricks for delete, user should update value as null and update tsColumn, we will remove it from cache. Then user should add index for tsColumn. add uniq-index for key column is a good idea. It better to add a force flush (incremental) cache API to avoid some human error.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
