PostgreSQL reconsiders its process-based model

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Platform

    Qbix Platform for powering Social Apps (http://qbix.com/platform) (by Qbix)

  • I hope they don't do it.

    I've had a similar situation with PHP, where we had written quite a large engine (https://github.com/Qbix/Platform) with many features (https://qbix.com/features.pdf) . It took advantage of the fact that PHP isolated each script and gave it its own global variables, etc. In fact, much of the request handling did stuff like this:

      Q_Request::requireFields(['a', 'b', 'c']);

  • MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  • Here's MySQL's all-session-globals-in-one-place-class: https://github.com/mysql/mysql-server/blob/8.0/sql/sql_class...

    I believe I can safely say that nobody acknowledges and understands the complexity of all state within that class, and that whatever incentives there may be to simplify it are not enough for that to actually happen.

    (It ends on line 4692)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mirage

    MirageOS is a library operating system that constructs unikernels

  • That was/is part of the promise of the whole unikernel thing, no?

    https://mirage.io/ or similar could then let you boot your database. That said, it's not really taken off from what I can tell, so I'm guessing there's more to it than that.

  • tinycc-multithreaded

    a lock-free port of tinycc/libtcc

  • https://github.com/rsaxvc/tinycc-multithreaded

    This is the multi-threaded compiler: https://github.com/rsaxvc/tcc-swarm

    With the multi-threaded tcc above it scales about as well as multiprocess. With mainline it doesn't scale well at all.

    So far I haven't gotten around to reusing anything across libtcc handles/instances, but would eventually like to share mmap()'d headers across instances, as well as cache include paths, and take invocation arguments through stdin one compilation unit per line.

  • tcc-swarm

    multithreaded TCC compiler

  • https://github.com/rsaxvc/tinycc-multithreaded

    This is the multi-threaded compiler: https://github.com/rsaxvc/tcc-swarm

    With the multi-threaded tcc above it scales about as well as multiprocess. With mainline it doesn't scale well at all.

    So far I haven't gotten around to reusing anything across libtcc handles/instances, but would eventually like to share mmap()'d headers across instances, as well as cache include paths, and take invocation arguments through stdin one compilation unit per line.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts