Sample Header Ad - 728x90

How does the graph database (Neo4j) solve the `O(n)` problem as data grows compared to RDBMs

0 votes
1 answer
109 views
A training course in the Neo4j Academy mentions that: > When querying across tables, the joins are computed at read-time, > using an index to find the corresponding rows in the target table. The > more data added to the database, the larger the index grows, the > slower the response time. > > This problem is known as the “Big O” or O(n) notation. This sounds quite vague to me because when the data grows up, even for the graph database this also means that more relationships are added to the graph, and so the query response time will also be slower?
Asked by Kt Student (115 rep)
Mar 7, 2025, 04:55 AM
Last activity: Mar 7, 2025, 06:29 PM