Live data from Hacker News

PostgreSQL 14 Internals Book

postgrespro.com

11–20 of 36 posts

Re: PostgreSQL 14 Internals Book

#12

Earlier quoted context omitted.

> The translation is currently in progress. Right now, only Part I is available. Other parts will follow soon. Stay tuned!

As in it's available in another language already?

Yes, it seems to be Russian originally. See the first page of the book:

    PostgreSQL 14 Internals
    by Egor Rogov
    Translated from Russian by Liudmila Mantrova
    © Postgres Professional, 2022

Re: PostgreSQL 14 Internals Book

#15

There seems to be a demand for developers who know the internals of Postgres to evolve and customize it given that it is being used, at different levels of abstraction/layers, by basically all cloud providers (AWS, MS, Google, etc) and by some DB SaaS. BTW, that would be a cool job to have...

We’re hiring for this role at supabase (if you’re looking): https://boards.greenhouse.io/supabase/jobs/4307456004

Re: PostgreSQL 14 Internals Book

#17

There seems to be a demand for developers who know the internals of Postgres to evolve and customize it given that it is being used, at different levels of abstraction/layers, by basically all cloud providers (AWS, MS, Google, etc) and by some DB SaaS. BTW, that would be a cool job to have...

A ton of companies are building on top of PostgreSQL — Yugabyte, Supabase, EdgeDB and Neon.

Re: PostgreSQL 14 Internals Book

#18
post #17

There seems to be a demand for developers who know the internals of Postgres to evolve and customize it given that it is being used, at different levels of abstraction/layers, by basically all cloud providers (AWS, MS, Google, etc) and by some DB SaaS. BTW, that would be a cool job to have...

A ton of companies are building on top of PostgreSQL — Yugabyte, Supabase, EdgeDB and Neon.

Another recent one, AlloyDB from Google Cloud. Looks pretty interesting/promising. Sort of like their competitor to AWS Aurora, built on top of Postgres, with the added ability to handle OLAP workloads well (along with apparently great OLTP performance).

TimescaleDB and Citus are notable too.

But yeah, if you’re building a DB product, starting with Postgres and customizing from there seems like an excellent approach.

Re: PostgreSQL 14 Internals Book

#19
Oh I will surely buy this!

This series of deep articles about Postgres index types looks like it's by the same authors, and is one of the few sources I've found that really goes into the data structures used:

https://habr.com/en/company/postgrespro/blog/441962/

I expect those articles will turn into chapters in this book.

Re: PostgreSQL 14 Internals Book

#20
> If you want to use any part of this document and/or any figure, please contact me. If you work at Amazon, you cannot use and refer to this document because of the copyright violation issues.

This is an interesting inclusion, would they be referring to copies of this book being sold on Amazon? Or usage in their documentation? I'm genuinely curious what the issue is with them...

Post reply on HN