Skip to content

Initial FORK with restrictions #121950

Open
Open
@ioanatia

Description

@ioanatia

Meta issue: #121652

The initial implementation of FORK will be under snapshot and will have the following restrictions:

  • First level data retrieval only - not yet general purpose bifurcation of the stream. This allows us to support multiple different subqueries. For bifurcation of the stream, then the planner will have to determine that the fork is actually being performed in second stage retrieval. This is a pragmatic limitation that we can lift later.
  • All branches of the fork must return the same data scheme (same columns). This is a pragmatic limitation that we can lift later. For this reason, only WHERE, SORT, and LIMIT, are supported within fork subqueries.
  • No fork within a fork. This is a pragmatic limitation that we can lift later.
  • Lucene queries are independent - no point-in-time. We can add this later
  • Fork branches are automatically named. We can provide the ability to name the branches later.

Tasks:

Metadata

Metadata

Assignees

Labels

:Search Relevance/SearchCatch all for Search Relevance>featureTeam:Search RelevanceMeta label for the Search Relevance team in Elasticsearchpriority:highA label for assessing bug priority to be used by ES engineersv9.1.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions