Re: Concurrently update some keys

2023-07-05 Thread Stephen Darlington
I think Gianluca gave you a great answer. What updates are you hoping for? > On 5 Jul 2023, at 13:43, Ajay Babu wrote: > > Hello Team, > > Any update here. > > Thanks & Regards > Ajay Babu Maguluri. > > > On Thu, Mar 9, 2023 at 6:51 PM Ajay Babu > wrote: >> He

Re: Concurrently update some keys

2023-07-05 Thread Ajay Babu
Hello Team, Any update here. Thanks & Regards Ajay Babu Maguluri. On Thu, Mar 9, 2023 at 6:51 PM Ajay Babu wrote: > Hello Team, > > Any update? > > Thanks & Regards > > Ajay Babu Maguluri > > > On Fri, Jun 24, 2022 at 1:31 PM Gianluca Bonetti < > gianluca.bone...@

Re: Concurrently update some keys

2023-03-09 Thread Ajay Babu
Hello Team, Any update? Thanks & Regards Ajay Babu Maguluri On Fri, Jun 24, 2022 at 1:31 PM Gianluca Bonetti wrote: > Hello > > Unfortunately reiterating the question won't help. > If you have no positive answer in days, it means there's no such features > in the

Re: Concurrently update some keys

2022-06-24 Thread Gianluca Bonetti
Hello Unfortunately reiterating the question won't help. If you have no positive answer in days, it means there's no such features in the making. Also this is a community-based mailing list, it's not a commercial support service and there's no ETA for tickets, just best efforts from the Apache Ign

Re: Concurrently update some keys

2022-06-23 Thread Ajay Babu
Hello Team, Please update. 1. Any roadmap will be solved in upcoming releases. 2. In case of exception, if we want to re-try any specific exception type will throw, so that will catch and do the re-try specific case. Br, Ajay Babu Maguluri. On Thu, Jun 23, 2022 at 11:56 AM Ajay Babu

Re: Concurrently update some keys

2022-06-22 Thread Ajay Babu
Hello Team, Please update. 1. Any roadmap will be solved in upcoming releases. 2. In case of exception, if we want to re-try any specific exception type will throw, so that will catch and do the re-try. Br, Ajay Babu Maguluri, 6d Technologies. On Wed, Jun 22, 2022 at 11:53 PM Ajay Ba

Re: Concurrently update some keys

2022-06-22 Thread Ajay Babu
Hi, Any roadmap will be solved in upcoming releases. Br Ajay Babu Maguluri. On Wed, Jun 22, 2022 at 11:34 PM Николай Ижиков wrote: > Hello. > > Ignite SQL is not transactional [1] [2] > It seems this exception are expected. > > For transactional updates [3] you should use key-value API. > >

Re: Concurrently update some keys

2022-06-22 Thread Николай Ижиков
Hello. Ignite SQL is not transactional [1] [2] It seems this exception are expected. For transactional updates [3] you should use key-value API. [1] https://ignite.apache.org/docs/latest/sql-reference/transactions [2] https://ig

Re: Concurrently update some keys

2022-06-22 Thread Ajay Babu
Hello Team, Please update, Will Ignite support this without any exception. Br, Ajay Babu Maguluri, On Wed, Jun 22, 2022 at 6:29 PM Ajay Babu wrote: > Hi Stephen, > > Thanks for your reply. > > Yes, I am doing SQL update via IgniteJdbcThinDriver and I am using > Ignite 2.13.x for one of my req

Re: Concurrently update some keys

2022-06-22 Thread Ajay Babu
Hi Stephen, Thanks for your reply. Yes, I am doing SQL update via IgniteJdbcThinDriver and I am using Ignite 2.13.x for one of my requirement. I need to maintain cache in Ignite cluster and some of the keys values will be update concurrently and selection also happens parallel from multiple jdbc

Re: Concurrently update some keys

2022-06-22 Thread Stephen Darlington
You don’t give much information about what you’re doing. I’m guessing that you’re doing a SQL update from a JDBC connection? Can you add some more colour? > On 22 Jun 2022, at 13:29, Ajay Babu wrote: > > Hi Team, > > Please update. > > Br, > Ajay Babu Maguluri. > > > On Tue, Jun 21, 2022 at

Re: Concurrently update some keys

2022-06-22 Thread Ajay Babu
Hi Team, Please update. Br, Ajay Babu Maguluri. On Tue, Jun 21, 2022 at 1:44 PM Ajay Babu wrote: > > Hello Team, > > I have a requirement to keep cache in ignite and that will update > frequently and selection also happens parallel, while i am executing > queries iam getting, > > ava.sql.SQL