--
You received this message because you are subscribed to the Google Groups "sparklinedata" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sparklinedat...@googlegroups.com.
To post to this group, send email to sparkl...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sparklinedata/aceeefa8-34e1-45ca-a83d-e69dbc54eeea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
yes, it is possible.You have to define nonAggregateQueryHandling “push_project_and_filters” in the data source options.Our optimizer would try to push gb & filters below join.If no GB or Filter got pushed then Druid would act as simple scan.If it is a simple scan then query performance wouldn’t be that great.We are planning to add a feature called semi-join optimization where we would ship the data from small table as filter to larger fact table.This would reduce the amount of data that needs to be scanned.Hope that helps.Please reach out if you have any additional questions.ThanksJohn
On Oct 20, 2016, at 11:34 AM, manasa danda <manas...@gmail.com> wrote:
Hi,Is it possible to join two sparkline tables that point to two different druid datasources.Thanks,
Manasa--
You received this message because you are subscribed to the Google Groups "sparklinedata" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sparklinedata+unsubscribe@googlegroups.com.