RE: PostgresSQL project

Поиск
Список
Период
Сортировка
От Luke Porter
Тема RE: PostgresSQL project
Дата
Msg-id AM6PR0402MB35443F3A76C2A57D91A4F3CE89B90@AM6PR0402MB3544.eurprd04.prod.outlook.com
обсуждение исходный текст
Ответ на Re: PostgresSQL project  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Hi Peter

Thanks for the prompt response.

Yes, this is an open source project which will be shared with the community. We will also consider hiring appropriate
consultants.

At a summary level, we have a proven approach for how a relational database can provide comprehensive logical insert,
updateand delete functionality through an append only paradigm which effectively delivers a perfect audit ie a means to
accessthe database at any point in the audit (time) and for all data to be in a relationally correct state. 

In so doing, we are removing the need for the use of update and delete code (as presently used)  with enhancements to
theinsert code module. 

We presently achieve this affect by use of a generator which creates an application specific database environment for
appendonly (with a normal current view schema being the input for the generator). 

The specification for the requirements of the insert code module is very detailed. Our challenge is to identify
appropriatePostgreSQL architects/programmers who have experience of the PostgreSQL database kernel. More specifically,
tooutline the general approach and work packages to go about this. 

Regards

Luke



-----Original Message-----
From: Peter Eisentraut <peter.eisentraut@2ndadrant.com>
Sent: 18 May 2020 22:40
To: Luke Porter <luke_porter@hotmail.com>; pgsql-hackers@lists.postgresql.org
Subject: Re: PostgresSQL project

On 2020-05-18 18:21, Luke Porter wrote:
> I am a member of a small UK based team with extensive database
> experience. We are considering a project using PostgresSQL source code
> which only uses the insert data capabilities.
>
> Is there a contact who we could speak with and discuss our project
> aims in principal.

If yours is an open-source project that you eventually want to share with the community, then you can discuss it on
thismailing list. 

If it is a closed-source, proprietary, or in-house project, then the community isn't the right place to discuss it, but
youcould hire professional consultants to help you, depending on your needs. 

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Grillet
Дата:
Сообщение: Re: Add A Glossary
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Transactions involving multiple postgres foreign servers, take 2