Y
Hacker News
new
|
ask
|
show
|
jobs
by
dpkirchner
1181 days ago
Of course? I'm not really sure what the original question actually is if you know that users benefit from caching the results of computationally intensive queries.
1 comments
killerstorm
1181 days ago
OpenAI uses redis to store pieces of text. Fetching pieces of text is not computationally intensive.
link
mannyv
1181 days ago
Most likely they have them in an rdbms, so it's more like joining a forum thread together. Not expensive, but why not prebuild and store it instead?
link