5 ms·
How a graph DB index the data to support this query?
by aptxkid 5y ago
How a graph DB index the data to support this query?
- hobofan 5y agoUsually 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.