Re: generic options for explain

From: Aidan Van Dyk <aidan(at)highrise(dot)ca>
To: tomas(at)tuxteam(dot)de
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: generic options for explain
Date: 2009-05-26 15:15:21
Message-ID: 20090526151521.GF15213@yugib.highrise.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* tomas(at)tuxteam(dot)de <tomas(at)tuxteam(dot)de> [090526 11:03]:

> ...and to put things into perspective:
>
> tomas(at)floh:~$ apt-cache show libxml2 libjson-glib-1.0-0 | grep "^Size"
> Size: 814356
> Size: 33538

And including glib, which does all the work for libjson-glib:

mountie(at)pumpkin:~/projects/postgresql/PostgreSQL$ apt-cache show libxml2
libjson-glib-1.0-0 libglib2.0-0 | grep ^Size
Size: 870188
Size: 36132
Size: 845166

glib also pulls in libpcre:
Size: 214650

So:
- XML: 870188(libxml) + 76038 (zlib1g) = 946226
- JSON: 36132 (json) + 845166 (glib) + 214650 (pcre) = 1095948

;-)

--
Aidan Van Dyk Create like a god,
aidan(at)highrise(dot)ca command like a king,
http://www.highrise.ca/ work like a slave.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-05-26 15:19:42 Re: PostgreSQL Developer meeting minutes up
Previous Message tomas 2009-05-26 15:03:55 Re: generic options for explain