Comparing Opensearch and Marten in Benchmark testing efficiency for inserting and searching data. #2809
Unanswered
Amit-Limbasiya-27
asked this question in
General
Replies: 3 comments
-
@Amit-Limbasiya-27 See my thoughts/response below:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I am moving this to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some random ideas (extending what @mysticmind said):
|
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
-
Marten DocumentDB vs Opensearch
we are comparing the performance of marten and opensearch in terms of searching and inserting the data.
Here is the code for the benchmark testing.
What is the goal?
The goal is to test the DocumentDB of Marten for searching and compare it with the Opensearch.
We have the entity named PostEntity with having the structure like
In this Benchmark Testing we have 4 benchmark scenario to compare MartenDB vs Opensearch
And the results are
Question:
Why the MartenDB postgresql is not more efficient than the Opensearch.
What can we do to improve the performance of the Marten-DocumentDB.
Beta Was this translation helpful? Give feedback.
All reactions