postgresql, programming, arrays, ddd, sql, model, modeling, data, data model, relational model, domain, domain model, benchmarks, plpgsql, function, functions, record, temporal, history, table, tables, recursion, tree, cte, database, stored procedure, procedure
all blogs 26 # aot 3 # benchmarks 1 # c# 8 # csharp 1 # database 6 # ddd 1 # dotnet 9 # general 11 # net8 3 # npgsqlrest 3 # orm 2 # pgroutiner 5 # plpgsql 6 # postgres 3 # postgresql 16 # rest 3 # software architecture 4 # software design 4 # software development 11 # sql 10 # stored procedure 1 # tool 5
May 4, 2024
PostgreSQL Arrays 🐘
PostgreSQL Array Example
Read more...
Mar 20, 2024
How DDD is screwing up your SQL
How DDD is screwing up your SQL
Read more...
Feb 16, 2024
PostgreSQL Paging Benchmarks
PostgreSQL Paging Benchmarks
Read more...
Nov 6, 2023
Execute Custom Function For Each Record
PostgreSQL crazy experiment with the record type.
Read more...
Oct 10, 2023
Custom Temporal Tables in PostgreSQL
PostgreSQL script that implements temporal tables without extension.
Read more...
Sep 18, 2023
Recursion with PostgreSQL Part 1 - A Different Type of Recursion
Exploring a different approach to recursion with PostgreSQL by using recursive plpgsql function instead of recursive CTE query.
Read more...
Sep 18, 2023
Recursion with PostgreSQL Part 2 - Performances
Follow-Up 1 on PostgreSQL recursive function. Some performance optimizations.
Read more...
Sep 18, 2023
Recursion with PostgreSQL Part 4 - Finding the Right Path
The last part of the PostgreSQL recursive function series resolves a mystery and tree paths calculation — final performance benchmarks.
Read more...
Sep 18, 2023
Recursion with PostgreSQL Part 3 - Cycle Detection
Follow-Up 2 on PostgreSQL recursive function. Learning the cycle detection in recursive queries.
Read more...
Feb 7, 2020
What have the STORED PROCEDURES ever done for us?
Apart from security, performance, maintainability, and availability, what STORED PROCEDURES have ever really done for us?
Read more...