Live data from Hacker News

The Internals of PostgreSQL

interdb.jp

11–20 of 43 posts

Re: The Internals of PostgreSQL

#11

> Transaction logs are an essential part of databases because they ensure that no data is lost even when a system failure occurs. They are a history log of all changes and actions in a database system. This ensures that no data is lost due to failures, such as a power failure or a server crash. The log contains sufficient information about each transaction that has already been executed, so the database server can re…

It's a little clipped, but very straightforward and easy to follow. Not horrendous.

Re: The Internals of PostgreSQL

#12

> Transaction logs are an essential part of databases because they ensure that no data is lost even when a system failure occurs. They are a history log of all changes and actions in a database system. This ensures that no data is lost due to failures, such as a power failure or a server crash. The log contains sufficient information about each transaction that has already been executed, so the database server can re…

A bit on the wordy side, but better than the average documentation.

Re: The Internals of PostgreSQL

#13
post #9

The worst part of Postgres (and linux) is the awful mailing list driven development process. I have patches to Postgres that I'd rather just keep porting up every version than to try to figure out how to make Outlook work with a 1980s process. The internals themselves are quite nicely engineered as you'd expect

> how to make Outlook work

Well that’s your first problem. Unless you’re using corporate email?

Re: The Internals of PostgreSQL

#14
post #9

The worst part of Postgres (and linux) is the awful mailing list driven development process. I have patches to Postgres that I'd rather just keep porting up every version than to try to figure out how to make Outlook work with a 1980s process. The internals themselves are quite nicely engineered as you'd expect

You are unable to send a message with an attachment? Or what's the problem specifically?

Re: The Internals of PostgreSQL

#16

> Transaction logs are an essential part of databases because they ensure that no data is lost even when a system failure occurs. They are a history log of all changes and actions in a database system. This ensures that no data is lost due to failures, such as a power failure or a server crash. The log contains sufficient information about each transaction that has already been executed, so the database server can re…

What makes the writing horrendous?

If rrr_oh_man's profile is real (https://bit.ly/48d9o9P), his resume appears inconsistent and unprofessional. The emptier a person is, the more likely they are to criticize others.

Re: The Internals of PostgreSQL

#17
post #14
post #9

The worst part of Postgres (and linux) is the awful mailing list driven development process. I have patches to Postgres that I'd rather just keep porting up every version than to try to figure out how to make Outlook work with a 1980s process. The internals themselves are quite nicely engineered as you'd expect

You are unable to send a message with an attachment? Or what's the problem specifically?

I don't want to waste my time with a process that has zero benefits to me

Re: The Internals of PostgreSQL

#18
post #9

The worst part of Postgres (and linux) is the awful mailing list driven development process. I have patches to Postgres that I'd rather just keep porting up every version than to try to figure out how to make Outlook work with a 1980s process. The internals themselves are quite nicely engineered as you'd expect

> how to make Outlook work Well that’s your first problem. Unless you’re using corporate email?

Correct. It's corporate email. Imagine the amount of contributions that are gated behind stupid email policies because some fossil mailing list client can't handle modern email in the year of our lord 2025
Post reply on HN