Re: How to represent a bi-directional list in db?

From: Pankaj Jangid <pankaj(dot)jangid(at)gmail(dot)com>
To: Francisco Olarte <folarte(at)peoplecall(dot)com>
Cc: Pankaj Jangid <pankaj(dot)jangid(at)gmail(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to represent a bi-directional list in db?
Date: 2019-09-24 09:37:53
Message-ID: m2k19ynifi.fsf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francisco Olarte <folarte(at)peoplecall(dot)com> writes:

> That being said, linked lists are procedural data structures, SQL is
> declarative, so they are not a great match, that's one of the reasons
> why they are rarely seen. Things like master-detail have less
> impedance mismatch.

Thanks Francisco. Got the idea.

--
Pankaj Jangid

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daulat Ram 2019-09-24 10:05:25 RE: Monitor Postgres database status on Docker
Previous Message Fan Liu 2019-09-24 09:31:45 RE: Monitor Postgres database status on Docker