Y
Hacker News
new
|
ask
|
show
|
jobs
by
mr_toad
1685 days ago
In some cases the query might have finished before the data hits the billing system.
1 comments
thrashh
1684 days ago
That’s not an argument.
As long as query #2 doesn’t run, that’s better then nothing.
link
winrid
1684 days ago
So you want to add an overhead for each query to check an internal LRU cache that then checks the billing system? Just the overhead of hashing the query into some cacheable identifier will hurt performance.
link
As long as query #2 doesn’t run, that’s better then nothing.