elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.12k stars 24.83k forks source link

SQL: Review the new sharding support in JDBC 4.3 and assess its inclusion in ES SQL #32081

Open astefan opened 6 years ago

astefan commented 6 years ago

Spin off from https://github.com/elastic/elasticsearch/issues/31881. SQL Sharding refers distributing the load on a database to multiple databases instead, where data is horizontally partitioned across these independent databases. The concept is very similar to Elasticsearch sharding. A useful bit from this new functionality in JDBC 4.3 that might fit well with Elasticsearch concepts is "routing".

elasticmachine commented 6 years ago

Pinging @elastic/es-search-aggs

elasticsearchmachine commented 9 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)