groimp-platform:extents
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
groimp-platform:extents [2024/12/16 18:41] – gaetan | groimp-platform:extents [2025/01/14 15:29] (current) – gaetan | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Graph Extents ====== | ====== Graph Extents ====== | ||
- | A special feature of the graph management is the manipulation of [[https:// | + | A special feature of the graph management is the manipulation of [[https:// |
Line 45: | Line 45: | ||
The extent indexes are defined from 0 to 7. By default most nodes added to the graph are added with the index 0. There are two exceptions (by default. You can manually set index of Node): | The extent indexes are defined from 0 to 7. By default most nodes added to the graph are added with the index 0. There are two exceptions (by default. You can manually set index of Node): | ||
- //meta objects//: Nodes of the meta graph. Added at index 7. | - //meta objects//: Nodes of the meta graph. Added at index 7. | ||
- | - //GUI inserted objects//: Nodes inserted from the GUI. Added at index 6. | + | - //GUI inserted objects//: Nodes inserted from the GUI. Added at index 6 (since GroIMP 2.1.5, they where added to index 7 before). |
The most common example of extent index is the // | The most common example of extent index is the // | ||
Line 98: | Line 98: | ||
=== Graph complexity === | === Graph complexity === | ||
- | Extent are used in RGG for queries that involve Node types. E.g. the query '' | + | Extent are used in RGG for queries that involve Node types. E.g. the query '' |
Such a query will **not** visit the graph. It will loop over the extents data. Thus, the complexity of the graph //might// not affect the query. | Such a query will **not** visit the graph. It will loop over the extents data. Thus, the complexity of the graph //might// not affect the query. | ||
- | Speed up queries by using more specific Node type: As the query loop over the extents content, '' | + | Speed up queries by using more specific Node type: As the query loop over the extents content, '' |
groimp-platform/extents.1734370883.txt.gz · Last modified: 2024/12/16 18:41 by gaetan