Re: [RFC] What would be difficult to make data models pluggable for making PostgreSQL a multi-model database? - Mailing list pgsql-hackers

From MauMau
Subject Re: [RFC] What would be difficult to make data models pluggable for making PostgreSQL a multi-model database?
Date
Msg-id 6DBB3B4BC63F434C956D20B620CEBC06@tunaPC
Whole thread Raw
In response to Re: [HACKERS] [RFC] What would be difficult to make data modelspluggable for making PostgreSQL a multi-model database?  (Henry <henrymanmail@gmail.com>)
List pgsql-hackers
From: Henry
Would this require a the new pluggable storage which is currently in
development or would the existing storage engine be sufficient? I am
just wondering if there are any rough design/plans for this...

I'm sorry for the long interval.  The graph model can be implemented
on top of the relational storage engine, like Oracle and SQL Server
stores graph data in relational tables.  But the optimal storage
engine for the graph model is required to maximize performance for
graph traversal, which introduces direct pointers between graph nodes.
So I think new level of pluggable storage is necessary.

Regards
MauMau




pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] <> join selectivity estimate question