Announcement

Collapse
No announcement yet.

PostgreSQL 11 Beta 4 Released With JIT Compilation Disabled By Default

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PostgreSQL 11 Beta 4 Released With JIT Compilation Disabled By Default

    Phoronix: PostgreSQL 11 Beta 4 Released With JIT Compilation Disabled By Default

    The fourth and likely last beta release of PostgreSQL 11 is now available...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    JIT + OpenCL is very very powerfull, 5x in some case
    Developer of Ultracopier/CatchChallenger and CEO of Confiared

    Comment


    • #3
      Notably absent features from the SQL standard in PostgreSQL are from section E182, F181, F812, S011, S011-01, and T321-05.

      Comparison table on Wikipedia. PostgreSQL is looking really good!

      The most fully featured SQL database in existence?
      Has nice features such as support for stored procedures written in Python.

      Doesn't seem to support the SQL/JSON standard though (even though it has support for JSON through its own implementation). Maybe Oracle is the only database implementing the SQL/JSON standard?

      PostgreSQL supports most of the major features of SQL:2011. Out of 179 mandatory features required for full Core conformance, PostgreSQL conforms to at least 160. In addition, there is a long list of supported optional features. It might be worth noting that at the time of writing, no current version of any database management system claims full conformance to Core SQL:2011.
      Unclear whether it support any of SQL:2016.

      PostgreSQL notably lacks support for:
      ISO/IEC 9075-4 Persistent Stored Modules (SQL/PSM)
      ISO/IEC 9075-10 Object Language Bindings (SQL/OLB)

      Appendix D. SQL Conformance Table of Contents D.1. Supported Features D.2. Unsupported Features D.3. XML Limits and Conformance to SQL/XML D.3.1. Queries …

      D.1. Supported Features Identifier Package Description Comment B012   Embedded C   B021   Direct SQL   E011 Core Numeric data …

      D.2. Unsupported Features The following features defined in SQL:2011 are not implemented in this release of PostgreSQL. In a few cases, …

      Comment

      Working...
      X