I am trying to evaluate dgraph for use in a new project for my company.
However, I ran into a major issue with regards to query performance.
Right now I am trying doing a text search using the term and text indexers on almost 5M nodes.
At the moment, the term search latency varies wildly between sub 50ms to 10s depending on the length of the string and uniqueness of the terms. The text search seems to be faster (usually under 1s) but produces fewer useful results.
What kind of performance is realistic so I know if I’m doing anything wrong?