Y
Hacker News
new
|
ask
|
show
|
jobs
by
aptxkid
1713 days ago
How a graph DB index the data to support this query?
1 comments
hobofan
1712 days ago
Usually there are indices on the properties of specific labels (e.g. for the .population of :Country), in graph databases with labeled nodes (most of them), so in general pretty much the same as in a relational database.
link