Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Support Elasticsearch meta fields #1038

Open
dai-chen opened this issue Feb 9, 2021 · 2 comments
Open

Support Elasticsearch meta fields #1038

dai-chen opened this issue Feb 9, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request PPL SQL

Comments

@dai-chen
Copy link
Member

dai-chen commented Feb 9, 2021

Support Elasticsearch meta fields, ex. _id, _index etc.

@dai-chen dai-chen added enhancement New feature or request PPL SQL labels Feb 9, 2021
@dai-chen dai-chen self-assigned this Feb 9, 2021
@dai-chen
Copy link
Member Author

There are options like SELECT _id or ID() or META('_id') etc. Need to evaluate pros and cons for each.

@nagakrishna
Copy link

OpenSearch's Query bench with SQL support is a great. For our customers (works with SQL), who queries and manipulates data, we are investigating to use open search to store data. As OpenSearch's SQL plugin doesn't supports UPDATE statement #541, we were checking on other potential options to leverage the same. One option is to use meta fields like _id and then use DSL to update the data. Having this feature implemented would benefit us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request PPL SQL
Projects
None yet
Development

No branches or pull requests

2 participants