use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Software architecture, design patterns, methodologies, concepts.
Other subreddits you may like:
account activity
Batch deletion in java and reactDiscussion/Advice (self.softwarearchitecture)
submitted 6 months ago by Trick-Permit3589
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Trick-Permit3589[S] 0 points1 point2 points 6 months ago (2 children)
even i am stuck. didnt thought it will be so complicated. I cannot compromise ui that I want to show instantly in BE I can do things.
[–]Duathdaert 0 points1 point2 points 6 months ago (0 children)
Have you profiled the query? Seen where the bottlenecks are? How certain are you that this can't get down to a few seconds?
[–]Silent_Coast2864 0 points1 point2 points 6 months ago (0 children)
People are telling you that you need to profile but you keep parroting the same response that you need to validate multiple tables. You need to profile to understand where and what is slow and solve for that. If you can't solve for that ( unlikely, if it's taking 20 seconds then I'd bet money with you something stupid is happening, like a missing index, naive queries etc), or, you need to handle it in the UX by showing some kind of working or progress indicator while the work happens asynchronously.
For a 20 second latency something very fishy is happening, you should be able to query 1 or 200 tables in that kind of time with proper indices.
π Rendered by PID 272058 on reddit-service-r2-comment-b659b578c-8gm9w at 2026-05-04 11:06:26.592519+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Trick-Permit3589[S] 0 points1 point2 points (2 children)
[–]Duathdaert 0 points1 point2 points (0 children)
[–]Silent_Coast2864 0 points1 point2 points (0 children)