Comparison of the query performance for each database #221
Closed
adrianhall
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks,
I'm currently expanding the test suite to include more databases and specific controller tests. One of the things I have now is a query-only set of 312 queries per database. Since this exercises standard queries, it's interesting to compare database query performance. For those wondering, databases that are cloud based are operating in the same region and with the same virtual hardware.
All the models are set up the same way, queries are executed in series. InMemory and LiteDb are local stores whereas the others are cloud-based stores. When run in parallel, the differences are much less drastic but the ordering is the same.
Beta Was this translation helpful? Give feedback.
All reactions