is there any downside with query batching?
# prisma-whats-new
h
is there any downside with query batching?
s
@huv1k The only downside is that when you send 2 individual queries you might be able to show data from the first one a little earlier whereas with query batching you need to wait for both
Did you see our article on query batching?
h
yea, because of it i am asking
s
Ah 🙂
h
i saw only downside that you have that throttle time
s
I would recommend you try it out and see how it affects performance in real life
✅ 1
n
that's the thing! We can talk a lot about the theorethical stand point but your situation might be different 🙂 I would love to hear back from you @huv1k if you learned something here
h
we will see 😄 i starting to built my first app with graphql so i am trying a learn as much as i can while creating it
n
that's so cool! I'm sure you will learn a lot 🙂
h
ty your company, its so easy to get into graphql because of tutorials and awesome support here 🙂
🙌 1