FYI: jOOQ blog

From: Bear Giles <bgiles(at)coyotesong(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: FYI: jOOQ blog
Date: 2018-03-22 13:36:05
Message-ID: CALBNtw5b58arUpcG2wLVBef32n==Qxp9ieK0TbVH5iLvY5i1OA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

​If you want to know how PostgreSQL compares to other databases, or are
looking for ideas on areas to improve, the jOOQ blog looks like a good
resource: https://blog.jooq.org/. jOOQ is a java library that provides a
database-agnostic way to access many different types of databases. I know
it does some query optimizations but I don't know how advanced it is. The
other reason for them to track advanced functionality available in some
databases is to ensure that they support users who want to use those
features.

Most of the blog is specific to java or its library but there's also
frequent articles on advanced functionality (row values, window functions,
etc.), query optimization, and comparisons between the databases. The
comparisons of query optimizations in particular might be good low hanging
fruit since it doesn't involve any user-facing changes, just recognizing a
few additional patterns in the query parse tree and knowing a more
efficient way to perform equivalent work.

Bear

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-03-22 13:40:39 Re: faster testing with symlink installs
Previous Message David Steele 2018-03-22 13:34:40 Re: Boolean partitions syntax