Re: llvm dependency and space concerns

From: Jeremy Schneider <schneider(at)ardentperf(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: llvm dependency and space concerns
Date: 2025-01-11 21:01:08
Message-ID: 20250111130108.28bafff9@jeremy-ThinkPad-T430s
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 11 Jan 2025 12:56:19 -0800
Jeremy Schneider <schneider(at)ardentperf(dot)com> wrote:

> I'm running Postgres in containers, and recently did some analysis of
> the total container sizes. I posted some analysis over on the debian
> packaging mailing list [1] [2]. The TLDR is that LLVM alone makes up
> 33% of a postgres container's bytes (143MB / 434MB) [1].
>
> Per the details in the referenced emails, dpkg Installed-Size:
> libllvm16 120542 KB
> libz3-4 22767 KB

forgot the links :)

1: https://postgr.es/m/20250111122847.486d05e2%40jeremy-ThinkPad-T430s
2: https://postgr.es/m/20250109005301.3b145092%40jeremy-ThinkPad-T430s

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shayon Mukherjee 2025-01-11 21:10:18 Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)
Previous Message Jeremy Schneider 2025-01-11 20:56:19 llvm dependency and space concerns