Recursion with PostgreSQL, Follup 1, Perfomances

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • blog

    Subscribe to this repository to receive notifications whenever a new article is published at https://vb-consulting.github.io/ (by vb-consulting)

  • I wrote a follow-up on yesterday's article on tree processing and recursion with PostgreSQL. This one: https://github.com/vb-consulting/blog/discussions/1

    SQL was never intended for this kind of stuff; I'm sure that Fabian Pascal will tell us all about it.

    And indeed, recursive CTEs are awful, confusing, and severely limited ... but they look cool and smart, and smart people use them (I hate them).

    In any case, I used a procedural approach to this problem and, with a few smart optimizations, managed to squeeze some really spectacular performances (757K tree records with 20K unique nodes in just 5 seconds without any indexes, so it probably can go even faster).

  • 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
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

  • A Different Type of SQL Recursion with PostgreSQL

    1 project | /r/PostgreSQL | 17 Oct 2023
  • Recursion with PostgreSQL Follow-Up 3 - Finding the Right Path

    1 project | dev.to | 23 Sep 2023
  • Recursive Hierarchical Queries in SQL: A Deep Dive into Employee Level

    1 project | news.ycombinator.com | 19 Sep 2023
  • A Different Type of SQL Recursion with PostgreSQL

    1 project | /r/hypeurls | 18 Sep 2023
  • Which Way .NET Developer?

    1 project | /r/dotnet | 18 Sep 2023