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

From Tom Lane
Subject Re: [HACKERS] [RFC] What would be difficult to make data models pluggable for making PostgreSQL a multi-model database?
Date
Msg-id 57831.1503162217@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] [RFC] What would be difficult to make data models pluggable for making PostgreSQL a multi-model database?  ("MauMau" <maumau307@gmail.com>)
Responses Re: [RFC] What would be difficult to make data models pluggable for making PostgreSQL a multi-model database?  ("Deep-Impact" <sakasaumau2009@clear.ocn.ne.jp>)
List pgsql-hackers
"MauMau" <maumau307@gmail.com> writes:
> I'm thinking of making PostgreSQL a multi-model database by supporting
> data models other than the current relational model.  A data model
> consists of a query language (e.g. SQL for relational model, Cypher
> for graph model), a parser and analyzer to transform a query into a
> query tree, a planner to transform the query tree into an execution
> plan, an executor, and a storage engine.

It sounds like what you want is to replace all of Postgres except
the name.  I'm not clear on the point.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Chris Travers
Date:
Subject: Re: [HACKERS] [RFC] What would be difficult to make data modelspluggable for making PostgreSQL a multi-model database?
Next
From: Stephen Frost
Date:
Subject: Re: [HACKERS] One-shot expanded output in psql using \gx