Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-12408

Introduce parallelShards() in Streaming Expressions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streaming expressions
    • None

    Description

      parallel() uses hash filter partitioning, which doesn't work in some edge cases with high cardinality facets since they kill coordinator on merge phase.
      I propose to introduce parallelShards() which will accepts a collection, and spawns per-shard substreams (I'm not sure wether to use distrib=false or shards=foo). So, far it's not clear whether workerCollection is useful for it at all.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mkhl Mikhail Khludnev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: