AW: AW: CTE with JOIN of two tables is much faster than a regular query - Mailing list pgsql-general

From
Subject AW: AW: CTE with JOIN of two tables is much faster than a regular query
Date
Msg-id 007601d4379c$11991d20$34cb5760$@gmail.com
Whole thread Raw
In response to Re: AW: CTE with JOIN of two tables is much faster than a regular query  (Tim Cross <theophilusx@gmail.com>)
List pgsql-general
> -----Ursprüngliche Nachricht-----
> Von: Tim Cross <theophilusx@gmail.com>
> Gesendet: Sonntag, 19. August 2018 04:57
> >
> > We're using object mapping / entity frameworks (e.g. XPO, Entity
> Framework Core). These frameworks support regular queries out-of-the
> box; a CTEs require additional effort and are more difficult to maintain.
> >
>
> Ah, another reason to avoid object mapping/entity frameworks! I guess
> really the same reason - loss of flexibility and expressive power.

While I agree that you loose control over certain details, we are overall quite happy using the frameworks.

The frameworks nowadays provide the ability to call procedures if required - but using the objects directly is more
convenientfor the developers. SQL procedures add (just like a CTE) an additional layer to the application design which
needsmaintenance. That's fine if it really helps overall but we try to avoid it if it isn't needed.  

Regards
Klaus




pgsql-general by date:

Previous
From:
Date:
Subject: AW: CTE with JOIN of two tables is much faster than a regular query
Next
From: TalGloz
Date:
Subject: Linker errors while creating a PostgreSQL C extension function.