Kale Vivi
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
How do I which ones to insert then?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
That doesn't help me because it just returns the number updated or not and not which ones
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
Can you share an example of the update method?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
How do I get this response?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
where those records don't exist
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
if I jsut do update for everything, I will get fails for insert cases right?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
so that's where this lookup is required first
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
I mean I can't just update because I first need to know if it's an update or insert case
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
I'm confused
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
don't I need to pull the records to update them?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
I need to do this first before the update, this is just hte find that is taking forever
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
Well I mean this is one of the bottlenecks, so tackling this approach first
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
I would think it's slower?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
Why would less be faster?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
(at least for the more case)
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
I can try but I think there might be jpa or postgres db limits here?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
in batches of 1000
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
I don't know because I need to do this 500K records
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 2/13/2025 in #java-help
How can I make this more efficient?
Like only if i directly call the sql ?
65 replies
JCHJava Community | Help. Code. Learn.
•Created by Kale Vivi on 1/29/2025 in #java-help
Performance testing of call with insertion of million records
processing the data before sending it to the DB. I think the bottleneck is in the processing
12 replies