Thank you for the insights
On Sat, 30 Mar 2024, 10:04 Alexander Farber,
wrote:
> Thank you, Justin -
>
> On Sat, Mar 30, 2024 at 4:33 AM Justin Clift
> wrote:
>
>> On 2024-03-30 05:53, Alexander Farber wrote:
>> > I use the following postgresql.conf in my Dockerfile
>> > ( the full version at https://stackoverflow.com/a/7
On 2024-03-31 04:07, Alexander Farber wrote:
Turning fsync = off has resulted in no noticable build time reduction
for
my Dockerfile with OSM Europe data, but still thank you for the
suggestion!
No worries. :)
With this import you're doing, is it something that will be repeated a
lot
with t
Turning fsync = off has resulted in no noticable build time reduction for
my Dockerfile with OSM Europe data, but still thank you for the suggestion!
>
Thank you, Justin -
On Sat, Mar 30, 2024 at 4:33 AM Justin Clift wrote:
> On 2024-03-30 05:53, Alexander Farber wrote:
> > I use the following postgresql.conf in my Dockerfile
> > ( the full version at https://stackoverflow.com/a/78243530/165071 ),
> > when loading a 28 GByte large europe-latest
On 2024-03-30 05:53, Alexander Farber wrote:
I use the following postgresql.conf in my Dockerfile
( the full version at https://stackoverflow.com/a/78243530/165071 ),
when loading a 28 GByte large europe-latest.osm.pbf
Is anybody please able to spot any improvements I could
apply to the postg
Good evening,
I use the following postgresql.conf in my Dockerfile
( the full version at https://stackoverflow.com/a/78243530/165071 ),
when loading a 28 GByte large europe-latest.osm.pbf
into PostgreSQL 16 with PostGIS extension:
echo "shared_buffers = 1GB">> $PGDATA/postgres