I33Buckler commented on issue #1287:
URL: https://github.com/apache/age/issues/1287#issuecomment-1809983914

   > > [@jrgemignani ](https://github.com/jrgemignani) Is it possible or are 
there plans to enable partitioning a graph node? That would help greatly with 
processing. At the moment the only solution obvious to me is to create a 
separate node in the graph for each partition in the database.
   > 
   > I'm not exactly sure what you mean by partitioning a node.
   
   I am wondering if it would be possible to implement something like table 
partitioning for the underlying table in the graph as described at [5.11. Table 
Partitioning 
#](https://www.postgresql.org/docs/current/ddl-partitioning.html#DDL-PARTITIONING)
   I have done this to the table AllServices.Stop_Times described earlier which 
has considerably improved the querying of the table. The partition enables 
querying the individual tables by addressing the parent table as a single table 
with the criteria that defines the partition.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to