Raspberry PI vs Raspberry PI 2: time to compile backend code - Mailing list pgsql-hackers

From Michael Paquier
Subject Raspberry PI vs Raspberry PI 2: time to compile backend code
Date
Msg-id CAB7nPqR=UdAV+a+g3o6rcY097dxN33FaT_vgoVPUUCRgOUSrTA@mail.gmail.com
Whole thread Raw
Responses Re: Raspberry PI vs Raspberry PI 2: time to compile backend code  (Adam Brightwell <adam.brightwell@crunchydatasolutions.com>)
Re: Raspberry PI vs Raspberry PI 2: time to compile backend code  (David Steele <david@pgmasters.net>)
List pgsql-hackers
Hi all,

This is a purely informational email...
I have put my hands on a Raspberry PI 2, and I have found that it takes 6 minutes to compile the backend code using the 4 cores of the ARMv7 processor, and close to 20 minutes on a single core (without ccache). The test has been done using ArchLinux ARM with a micro SD card of class 10 (said to be able to manage 50MB/s in write, 60MB/s in read).
In comparison, the buildfarm machine hamster, which is a Rasp PI 1, takes close to 2 hours to do the same operation, using the same OS and a similar class 10 card (30MB/s but the I/O is not the bottleneck).

Regards,
--
Michael

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: logical column ordering
Next
From: Tomas Vondra
Date:
Subject: Re: Abbreviated keys for text cost model fix