Using the ltree module in PostgreSQL
PostgreSQL offers the very interesting module ltree. It’s used to represent a tree structure within the database. One could represent a tree quite easily as a table which references itself. However, if you ever went along that road, you will know that it becomes very slow with larger trees. In addition, the SQL queries that … Continue reading Using the ltree module in PostgreSQL
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed