Re: Does the JDBC thin driver support partition aware execution of INSERT statements?

2024-08-29 Thread Pavel Tupitsyn
luster nodes and forwards all the >>> queries to it for final execution. The node handles the query distribution >>> and the result’s aggregations. Then the result is sent back to the client >>> application." >>> >>> The JDBC client has a persistent connection

Re: Does the JDBC thin driver support partition aware execution of INSERT statements?

2024-08-29 Thread Jeremy McMillan
all queries are sent. The JDBC client does not connect to multiple nodes to >> handle multiple INSERTs. >> >> On Wed, Aug 28, 2024 at 3:45 AM 38797715 <38797...@qq.com> wrote: >> >>> Does the JDBC thin driver support partition aware execution of INSERT >>> statements? >>> >>

Re: Does the JDBC thin driver support partition aware execution of INSERT statements?

2024-08-28 Thread Pavel Tupitsyn
ot connect to multiple nodes to > handle multiple INSERTs. > > On Wed, Aug 28, 2024 at 3:45 AM 38797715 <38797...@qq.com> wrote: > >> Does the JDBC thin driver support partition aware execution of INSERT >> statements? >> >

Re: Does the JDBC thin driver support partition aware execution of INSERT statements?

2024-08-28 Thread Jeremy McMillan
o the client application." The JDBC client has a persistent connection to one cluster node, to which all queries are sent. The JDBC client does not connect to multiple nodes to handle multiple INSERTs. On Wed, Aug 28, 2024 at 3:45 AM 38797715 <38797...@qq.com> wrote: > Does the JDBC

Does the JDBC thin driver support partition aware execution of INSERT statements?

2024-08-28 Thread 38797715
Does the JDBC thin driver support partition aware execution of INSERT statements?