mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
parent
c293bd278d
commit
65026cc509
@ -12,6 +12,7 @@ To learn more about the hierarchy table take a look at [this awesome presentatio
|
||||
## Adjacency list
|
||||
|
||||
Adjacency list is a simple model with self-referencing.
|
||||
Note that TreeRepository doesn't support Adjacency list.
|
||||
The benefit of this approach is simplicity,
|
||||
a drawback is that you can't load big trees all at once because of join limitations.
|
||||
To learn more about the benefits and use of Adjacency Lists look at [this article by Matthew Schinckel](http://schinckel.net/2014/09/13/long-live-adjacency-lists/).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user