I wish to change DB to a graph database. I am looking for a good way to examine engines by performance.
What I’m looking for:
I will have a small number of queries and a large database, so I will prefer a faster engine rather than an engine that let me throw a lot of queries.
- Ability to search by multiple properties of a Node or an Edge.
- Ability to search text.
And also how can I measure performance differences between them?
How I thoght to do it:
- to set a list of queries and test it on the same data.
- Check the time each query took and calculate by my needs.
but, I think it will be very time-consumption to download the DB engine, insert the data, compose the queries, etc.
Does anyone has a better idea for checking it?