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 JDBC: investigate the new beginRequest and endRequest methods added to java.sql.Connection in JDBC 4.3 #32082

Closed astefan closed 7 months ago

astefan commented 6 years ago

JDBC 4.3 added two new methods that should be used by Connections pooling managers to indicate the beginning and ending of a unit of work (a Connection). Probably will not be used by ES SQL, since we do not support connection pooling, but should evaluate all the implications. Spin off from https://github.com/elastic/elasticsearch/issues/31881.

elasticmachine commented 6 years ago

Pinging @elastic/es-search-aggs

elasticsearchmachine commented 9 months ago

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

wchaparro commented 7 months ago

superceded by ES|QL