-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude $vector and $vectorize from the default Projection #1005
Comments
tatu-at-datastax
changed the title
Exclude $vector and $vectorize from the default projection
Exclude $vector and $vectorize from the default Projection
Mar 27, 2024
This was referenced Apr 15, 2024
tatu-at-datastax
added a commit
that referenced
this issue
Apr 16, 2024
… go back to "include all" (#1033)
tatu-at-datastax
added a commit
that referenced
this issue
Apr 17, 2024
4 tasks
tatu-at-datastax
added a commit
that referenced
this issue
Jun 11, 2024
…ze from default projection (#1037)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(note: depends on #1001)
Since fields
$vector
(and soon to be added$vectorize
) are rarely needed by most users and (equally importantly) are generally large and heavy-weight to process, let's make them "exclude-by-default" -- reverse of_id
"included-by-default".This means that without Projection definition, they would not be included in output but instead need to be explicitly included (except for #1001 which will add a short-cut for forced inclusion).
The text was updated successfully, but these errors were encountered: