index on nested struct could be push down

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Performance
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      if there is a sql like
      `select * from test where _id.oid='test'`
      current connector will scan full collection
      because
      `MongodbRelation extends PrunedFilteredScan`
      it can not push down nested struct filter
      I think it can use `CatalystScan` to push down nested struct query

              Assignee:
              Unassigned
              Reporter:
              Chong Hu
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: