Replies: 1 comment
-
I really don't know if anyone has done a benchmark on this. In principle, the fastest databases would be key-value stores like Redis, although I don't have a basis to say which is the fastest solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In-memory obvious is the fastest solution, but what is the best alternative afterwards?
What database is optimal and what are the benchmarks if any of you guys tried? do we talk here about micro seconds or milli seconds? I afraid that for every end point request that the user do, it would add a significant amount of time.
Beta Was this translation helpful? Give feedback.
All reactions