Originally Posted by
ChocolateFactory
Not sure how it works under the hood, but most likely there is simply some “randomness” in which results are returned first (for example, which server your request is routed to by the load balancer/what data that server has cached etc.), before the query times out and the results are returned.
I’d be very surprised if it had anything to do with the client device.
that makes sense, but I suppose each query, though from the same device, gets routed to a different server and on a random fashion no? I tried rerunning the same input multiple times but I kept getting the same result.
do you guys clear your cache after every query?