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".
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".