From: | pinker <pinker(at)onet(dot)eu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Best options for new PG instance |
Date: | 2018-03-14 19:54:37 |
Message-ID: | 1521057277591-0.post@n3.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Bugzilla from scherrey(at)proteus-tech(dot)com wrote
> Oh - and lots of memory is always good no matter what as others have said.
I'm probably "the others" here. I have seen already really large
instalations like with 6TB of RAM. Dealing with it is like completely other
universe of problems, because of NUMA - you cannot really have large RAM
without multiple sockets, because every processor has got maximum memory
capacity. What's next - those processors need to communicate with each other
and the hardware and those algorithms aren't perfect yet (would rather say
are underdeveloped).
so - more memory is a good rule of thumb, but sky isn't the limit :)
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
From | Date | Subject | |
---|---|---|---|
Next Message | pinker | 2018-03-14 20:02:52 | Re: Need followup setup instructions to postgresql-10.3-1-linux-x64.run |
Previous Message | Jeremy Finzel | 2018-03-14 19:49:50 | Re: Primary key gist index? |